shish 1 год назад
Родитель
Сommit
31d740a016
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      app-hd/controllers/StatCgController.php

+ 1 - 0
app-hd/controllers/StatCgController.php

@@ -41,6 +41,7 @@ class StatCgController extends BaseController
             $ghs = GhsClass::getById($ghsId, true);
             $ghsMainId = $ghs->shopId ?? 0;
             $ghsProduct = ProductClass::getAllByCondition(['mainId' => $ghsMainId, 'delStatus' => 0], null, 'id,name,itemId', 'itemId');
+            print_r($ghsProduct);die;
         }
 
         $list = PurchaseItemClass::getAllByCondition($where, null, '*');