|
|
@@ -92,11 +92,11 @@ class OrderClearController extends BaseController
|
|
|
$customShopId = $custom->shopId ?? 0;
|
|
|
$customShop = ShopClass::getById($customShopId, true);
|
|
|
if (!empty($customShop)) {
|
|
|
- $noticeRespond = \bizHd\notice\classes\NoticeClass::newClearNotice($customShop, $clearInfo);
|
|
|
- if (isset($noticeRespond['hasNotice']) && $noticeRespond['hasNotice'] == 1) {
|
|
|
- $clearInfo->hasNoticeCustom = 1;
|
|
|
- $clearInfo->save();
|
|
|
- }
|
|
|
+// $noticeRespond = \bizHd\notice\classes\NoticeClass::newClearNotice($customShop, $clearInfo);
|
|
|
+// if (isset($noticeRespond['hasNotice']) && $noticeRespond['hasNotice'] == 1) {
|
|
|
+// $clearInfo->hasNoticeCustom = 1;
|
|
|
+// $clearInfo->save();
|
|
|
+// }
|
|
|
}
|
|
|
}
|
|
|
util::success($clearInfo);
|