3
0
Fork 0

feat(CuMember): 直推列表添加手机号字段

This commit is contained in:
woody 2025-06-12 09:06:25 +08:00 committed by cabbage
parent 66973a5675
commit 69fce5f8bd
2 changed files with 6 additions and 0 deletions

View File

@ -50,4 +50,9 @@ public class RecommendListVO implements Serializable {
*/
private String settleGradeVal;
/**
* 手机号
*/
private String phone;
}

View File

@ -2593,6 +2593,7 @@
cm.member_name,
cm.nick_name,
cm.creation_time,
cm.phone,
bg.grade_name settle_grade_val
from cu_member cm
left join bd_grade bg