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

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

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