shish 2 năm trước cách đây
mục cha
commit
fea3f9a479
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      biz-ghs/apply/services/ApplyService.php

+ 2 - 0
biz-ghs/apply/services/ApplyService.php

@@ -36,6 +36,8 @@ class ApplyService extends BaseService
             $lsShop = $ret['shop'] ?? [];
         } else {
             $mainId = $lsShop->mainId ?? 0;
+            $lsShop->onlyCg = 0;
+            $lsShop->save();
             $main = MainClass::getById($mainId, true);
             if (empty($main)) {
                 util::fail('没有main信息');