@@ -237,7 +237,6 @@ class ProductController extends BaseController
$itemInfoData = ProductClass::simpleGroup($itemInfoData, $level);
} elseif ($requestType == 'stopList') {
//停用花材列表
- $where['status'] = 2;
$where['delStatus'] = 1;
$where['removeStatus'] = 0;
$field = 'id,py,cover,name,cost,itemId,classId,addPrice,skPrice,discountPrice,skMore,variety,price,stock,presell,status';