shish 2 سال پیش
والد
کامیت
1b0d1722dc
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      app-hd/controllers/ClearController.php

+ 1 - 1
app-hd/controllers/ClearController.php

@@ -137,7 +137,7 @@ class ClearController extends BaseController
         $remainSecond = $remainSecond > 0 ? $remainSecond : 0;
         $clear['remainSecond'] = $remainSecond;
 
-        $ghsShopId = $clear->ghsShopId ?? 0;
+        $ghsShopId = $clear['ghsShopId'] ?? 0;
         $ghsShopInfo = ShopClass::getById($ghsShopId, true);
         $clear['hasRenew'] = $ghsShopInfo->hasRenew ?? 0;
         util::success($clear);