shish 1 рік тому
батько
коміт
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, '*');