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);
             $ghs = GhsClass::getById($ghsId, true);
             $ghsMainId = $ghs->shopId ?? 0;
             $ghsMainId = $ghs->shopId ?? 0;
             $ghsProduct = ProductClass::getAllByCondition(['mainId' => $ghsMainId, 'delStatus' => 0], null, 'id,name,itemId', 'itemId');
             $ghsProduct = ProductClass::getAllByCondition(['mainId' => $ghsMainId, 'delStatus' => 0], null, 'id,name,itemId', 'itemId');
+            print_r($ghsProduct);die;
         }
         }
 
 
         $list = PurchaseItemClass::getAllByCondition($where, null, '*');
         $list = PurchaseItemClass::getAllByCondition($where, null, '*');