shish il y a 2 ans
Parent
commit
cc91570bf1
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      biz-ghs/stat/classes/StatCgClass.php

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

@@ -122,7 +122,7 @@ class StatCgClass extends BaseClass
         $cgWhere = ['mainId' => $mainId, 'status' => 4];
         $cgWhere['entryTime'] = ['between', [$currentStartTime, $currentEndTime]];
         $cgList = PurchaseOrderClass::getAllByCondition($cgWhere, null, '*');
-print_r($cgList);die;
+
         $cgData = [];
         if (!empty($cgList)) {
             foreach ($cgList as $cgKey => $cgInfo) {