shish 4 лет назад
Родитель
Сommit
4774ce268c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app-hd/controllers/GhsController.php

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

@@ -65,7 +65,7 @@ class GhsController extends BaseController
             $hb = RechargeHbClass::getByCondition(['shopId' => $ghsShopId, 'delStatus' => 0], true, 'totalHb DESC');
             $ghs['hasRechargeHbAmount'] = $hb->totalHb ?? 0;
 
-            $map = CustomClass::$levelMap;
+            $map = CustomClass::$nickNameMap;
             $giveLevel = $ghs['giveLevel'] ?? 0;
             $ghs['giveLevelName'] = $map[$giveLevel] ?? '';