shish 2 年 前
コミット
8302243c08
1 ファイル変更1 行追加1 行削除
  1. 1 1
      app-ghs/controllers/TestController.php

+ 1 - 1
app-ghs/controllers/TestController.php

@@ -68,7 +68,7 @@ class TestController extends BaseController
 
             }
         }
-        
+        print_r($flag);
         $orderList = OrderClass::getAllByCondition(['customId' => $customId, 'debtPrice>' => 0], null, 'id,actPrice,payTime', null);
         $arr = [];
         if (!empty($orderList)) {