fix: 调整 workspace member 响应结果增加 username
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
<association property="createUser" columnPrefix="cu_" javaType="net.geedge.asw.module.sys.entity.SysUserEntity">
|
||||
<id property="id" column="id"/>
|
||||
<result property="name" column="name"/>
|
||||
<result property="userName" column="user_name"/>
|
||||
</association>
|
||||
|
||||
<association property="user" columnPrefix="su_" javaType="net.geedge.asw.module.sys.entity.SysUserEntity">
|
||||
@@ -36,6 +37,7 @@
|
||||
wm.*,
|
||||
cu.id AS cu_id,
|
||||
cu.name AS cu_name,
|
||||
cu.user_name AS cu_user_name,
|
||||
su.id AS su_id,
|
||||
su.name AS su_name,
|
||||
sr.id AS sr_id,
|
||||
|
||||
Reference in New Issue
Block a user