|
|
@@ -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;
|