shish 3 年 前
コミット
84c0b63158
1 ファイル変更5 行追加5 行削除
  1. 5 5
      app-ghs/controllers/OrderClearController.php

+ 5 - 5
app-ghs/controllers/OrderClearController.php

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