fix(CuMemberTreeMapper-Member): 安置架构方案五-会员奖衔问题修复
This commit is contained in:
parent
2d239562ce
commit
aefa4242b1
|
@ -471,7 +471,7 @@
|
||||||
from CU_MEMBER cm
|
from CU_MEMBER cm
|
||||||
left join BD_GRADE grade on cm.PK_SETTLE_GRADE = grade.PK_ID
|
left join BD_GRADE grade on cm.PK_SETTLE_GRADE = grade.PK_ID
|
||||||
left join CU_MEMBER cme on cme.PK_ID = cm.PK_PARENT
|
left join CU_MEMBER cme on cme.PK_ID = cm.PK_PARENT
|
||||||
left join BD_AWARDS awards on cme.PK_AWARDS = awards.PK_ID
|
left join BD_AWARDS awards on cm.PK_AWARDS = awards.PK_ID
|
||||||
where level < #{level} and cm.del_flag = 0
|
where level < #{level} and cm.del_flag = 0
|
||||||
<!-- 体系权限处理 -->
|
<!-- 体系权限处理 -->
|
||||||
<if test="vertexIdList != null and vertexIdList.size > 0">
|
<if test="vertexIdList != null and vertexIdList.size > 0">
|
||||||
|
|
Loading…
Reference in New Issue