|
|
@@ -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) {
|