Sfoglia il codice sorgente

feat: NG-71: 会员余额调整修改

kevin 1 anno fa
parent
commit
d15b9b57e0
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      backendApi/modules/v1/models/lists/user/IndexList.php

+ 2 - 0
backendApi/modules/v1/models/lists/user/IndexList.php

@@ -3,6 +3,7 @@ namespace backendApi\modules\v1\models\lists\user;
 
 use common\helpers\Cache;
 use common\helpers\http\BackendToFrontendApi;
+use common\helpers\LoggerTool;
 use common\libs\dataList\DataListInterface;
 use common\models\Countries;
 use common\models\DecRole;
@@ -205,6 +206,7 @@ class IndexList extends \common\libs\dataList\DataList implements DataListInterf
                         'width' => '190',
                     ],
                     'value' => function($row) use($eliteLevelConfig) {
+                        LoggerTool::debug(['$eliteLevelConfig', $eliteLevelConfig]);
                         return $eliteLevelConfig[$row['ELITE_LV']]['LEVEL_NAME'] ?? $eliteLevelConfig[EliteLevel::getDefaultLevelId()]['LEVEL_NAME'];
                     },
                     'valueOther' => [