作者 lihan
1 个管道 的构建 通过 耗费 3 秒

赠送积分和角色管理

... ... @@ -13,7 +13,7 @@ use cmf\controller\PayBaseController;
class IntegralController extends PayBaseController
{
public function autoExecute() {
public function autoExecuteIntegral() {
$model = new IntegralModel;
$give = Db::name('zj_integral_give')->where(['balance'=>['neq', 0]])->field('id,uid,balance,total,ratio')->select();
foreach ($give as $item) {
... ...