|
|
@@ -51,6 +51,7 @@ class AtlasController extends BaseController {
|
|
|
$baseInfo = Info::baseInfo($userId, $periodNum);
|
|
|
$decLevelConfig = Cache::getDecLevelConfig();
|
|
|
$empLevelConfig = Cache::getEmpLevelConfig();
|
|
|
+ $starLevelConfig = Cache::getStarCrownLevelConfig();
|
|
|
return static::notice([
|
|
|
[
|
|
|
'TOP_RELATION_DEEP' => $baseInfo['RELATION_DEEP'],
|
|
|
@@ -61,6 +62,7 @@ class AtlasController extends BaseController {
|
|
|
'PERIOD_AT' => $baseInfo['PERIOD_AT'],
|
|
|
'DEC_LV_NAME' => $decLevelConfig[$baseInfo['DEC_LV']]['LEVEL_NAME'],
|
|
|
'EMP_LV_NAME' => $empLevelConfig[$baseInfo['EMP_LV']]['LEVEL_NAME'],
|
|
|
+ 'STAR_LV_NAME' => $starLevelConfig[$baseInfo['STAR_LV']]['LEVEL_NAME'],
|
|
|
'leaf' => false,
|
|
|
'icon' => 'el-icon-user-solid',
|
|
|
'children' => null,
|