shish 9 mesi fa
parent
commit
b6b77c7aee
1 ha cambiato i file con 0 aggiunte e 4 eliminazioni
  1. 0 4
      app-ghs/controllers/CheckOrderController.php

+ 0 - 4
app-ghs/controllers/CheckOrderController.php

@@ -385,13 +385,9 @@ class CheckOrderController extends BaseController
         }
 
         if ($could == false) {
-            noticeUtil::push("不能清空库存", '15280215347');
             util::fail('无法清空库存');
         }
 
-        noticeUtil::push("可以清空库存", '15280215347');
-        util::complete('清除成功哈!');
-
         $mainId = $this->mainId ?? 0;
         $adminId = $this->adminId ?? 0;
         $shopId = $this->shopId ?? 0;