shish 2 лет назад
Родитель
Сommit
3a73097c46
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      biz-ghs/stat/classes/StatCgClass.php

+ 1 - 0
biz-ghs/stat/classes/StatCgClass.php

@@ -44,6 +44,7 @@ class StatCgClass extends BaseClass
         $cgWhere['entryTime'] = ['between', [$currentStartTime, $currentEndTime]];
         $cgList = PurchaseOrderClass::getAllByCondition($cgWhere, null, '*');
         $arr = [];
+        print_r($cgList);
         if (!empty($cgList)) {
             foreach ($cgList as $cgKey => $cgInfo) {
                 $orderSn = $cgInfo['orderSn'] ?? '';