shish 9 месяцев назад
Родитель
Сommit
b6b77c7aee
1 измененных файлов с 0 добавлено и 4 удалено
  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;