shish 2 anni fa
parent
commit
3a73097c46
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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'] ?? '';