shish 2 лет назад
Родитель
Сommit
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;
         $ghsShopInfo = ShopClass::getById($ghsShopId, true);
         $info['ghsMobile'] = $ghsShopInfo->telephone ?? '';
+        $info['hasRenew'] = $ghsShopInfo->hasRenew ?? 0;
         util::success($info);
     }