shish 2 лет назад
Родитель
Сommit
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)) {