Bläddra i källkod

取消库存预警

shish 2 år sedan
förälder
incheckning
dae6062be2
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2 0
      biz-ghs/product/classes/ProductClass.php

+ 2 - 0
biz-ghs/product/classes/ProductClass.php

@@ -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)) {