@@ -2453,6 +2453,8 @@ class ProductClass extends BaseClass
//所有门店进行库存通知 ssh 20210909
public static function allShopStockWarningFromQueue()
{
+ //先取消库存预警
+ return true;
$ghs = dict::getDict('ptStyle', 'ghs');
$shopList = ShopClass::getAllByCondition(['ptStyle' => $ghs], null, '*', null, true);
if (!empty($shopList)) {