Kirin 1 年間 前
コミット
c91fe175ce
1 ファイル変更1 行追加1 行削除
  1. 1 1
      app/controller/api/v1/PublicController.php

+ 1 - 1
app/controller/api/v1/PublicController.php

@@ -73,7 +73,7 @@ class PublicController extends BaseController
 
     public function test()
     {
-        $list = UserBill::where('type', 'activity_brokerage')->select();
+        $list = UserBill::where('type', 'activity_energy')->select();
         foreach ($list as $v) {
             $mark = explode(',', $v['mark']);
             if (!UserIntegral::where('uid', $v['uid'])->where('add_time', $v['add_time'])->where('mark', $mark[0])->find()) {