## Feat - 收益区域

This commit is contained in:
sangelxiu1 2025-07-25 10:18:24 +08:00 committed by cabbage
parent ed7ef94758
commit a0a90cb9df
2 changed files with 10 additions and 3 deletions

View File

@ -141,10 +141,12 @@
pc.name countyVal,
bg.GRADE_NAME gradeName,
brv.pk_id as regionVertexPkId,
brv.name as regionVertexName
brv.name as regionVertexName,
ba.AWARDS_NAME as awardsName
FROM CU_MEMBER_RETAIL_REGION CRR
INNER JOIN CU_MEMBER CM
ON CRR.PK_MEMBER = CM.PK_ID
INNER JOIN BD_AWARDS ba ON ba.pk_id = cm.PK_AWARDS
INNER join BD_GRADE bg on bg.pk_id=cm.PK_SETTLE_GRADE
LEFT JOIN BD_AREA P
ON P.PK_ID = CRR.PROVINCE

View File

@ -31,8 +31,13 @@ public class CuMemberRegionExt extends CuMemberRegion {
/**
* 等级
*/
@Excel(name = "等级", sort = 3)
private String gradeName;
// @Excel(name = "等级", sort = 3)
// private String gradeName;
/**
* 等级
*/
@Excel(name = "奖衔", sort = 3)
private String awardsName;
/**
* 省显示