shish 2 年 前
コミット
c8bc5b004b
1 ファイル変更1 行追加0 行削除
  1. 1 0
      app-hd/controllers/PurchaseController.php

+ 1 - 0
app-hd/controllers/PurchaseController.php

@@ -743,6 +743,7 @@ class PurchaseController extends BaseController
         $ghsShopId = $ghsInfo->shopId ?? 0;
         $ghsShopId = $ghsInfo->shopId ?? 0;
         $ghsShopInfo = ShopClass::getById($ghsShopId, true);
         $ghsShopInfo = ShopClass::getById($ghsShopId, true);
         $info['ghsMobile'] = $ghsShopInfo->telephone ?? '';
         $info['ghsMobile'] = $ghsShopInfo->telephone ?? '';
+        $info['hasRenew'] = $ghsShopInfo->hasRenew ?? 0;
         util::success($info);
         util::success($info);
     }
     }