Commit 06d570b7 authored by jiaorz's avatar jiaorz

修改用户会员信息接口

parent 311db541
......@@ -157,6 +157,11 @@ public class AppUserManageVo {
*/
private String memberName;
/**
* 会员类型
*/
private String memberType;
/**
* 头像
*/
......
......@@ -103,7 +103,8 @@
m.rent_free_days AS rentFreeDays,
m.crt_time AS timeOfMembership,
m.recent_recharge AS recentRecharge,
ml. NAME AS memberName,
ml.NAME AS memberName,
m.member_type,
aup. NAME AS `positionName`,
ul.username AS inviter,
IFNULL(pd.realname, pd.nickname) AS nameOfSuperior,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment