积分代码优化

feat/task1-c-wallet
devil_gong 2019-07-05 16:46:15 +08:00
parent 115ab284d3
commit c673ff9607
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ class IntegralService
}
// 积分日志
IntegralService::UserIntegralLogAdd($user['id'], $user_integral, $user_integral+$give_integral, '订单商品完成赠送', 1);
self::UserIntegralLogAdd($user['id'], $user_integral, $user_integral+$give_integral, '订单商品完成赠送', 1);
}
}
return DataReturn('操作成功', 0);