Browse Source

续期管理

shish 2 years ago
parent
commit
c8bc5b004b
1 changed files with 1 additions and 0 deletions
  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;
         $ghsShopInfo = ShopClass::getById($ghsShopId, true);
         $info['ghsMobile'] = $ghsShopInfo->telephone ?? '';
+        $info['hasRenew'] = $ghsShopInfo->hasRenew ?? 0;
         util::success($info);
     }