@ -134,4 +134,9 @@ public class SysUserDTO implements Serializable {
*/
private SysEpmetUserRelationDTO wgyInfo;
/**
* 职务
private String position;
}
@ -109,4 +109,9 @@ public class SysUserEntity extends BaseEntity {
private String scrip;
@ -48,6 +48,7 @@
t1.updater,
t1.update_date,
t1.user_tag_key,
t1.position,
(select t2.name from sys_dept t2 where t2.id=t1.dept_id) deptName from sys_user t1
where t1.id = #{value} and t1.del_flag = 0
</select>