shish 1 년 전
부모
커밋
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, '*');