@@ -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, '*');