|
|
@@ -147,6 +147,7 @@ class ProductController extends BaseController
|
|
|
$classIds = ItemClassClass::getGhsItemClassAll($sjId);
|
|
|
$where['sjId'] = $sjId;
|
|
|
$where['shopId'] = $shopId;
|
|
|
+ $where['delStatus'] = 0;
|
|
|
|
|
|
$itemInfoData = ProductClass::getAllByCondition($where, null, "*");
|
|
|
$itemInfoData = ProductClass::groupProductInfo($itemInfoData);
|