@ -23,6 +23,8 @@ public class ListStaffResultDTO implements Serializable {
private String headPhoto = "";
//手机号
private String mobile = "";
//未禁用enable,已禁用disabled
private String enableFlag = "";
//人员新增所属组织名【组织-组织,组织-部门,组织-网格】
private String orgName = "";
//职责名称列表
@ -37,6 +37,7 @@
<result property="gender" column="gender"/>
<result property="headPhoto" column="head_photo"/>
<result property="mobile" column="mobile"/>
<result property="enableFlag" column="enable_flag"/>
<association property="roles" column="user_id" select="com.epmet.dataaggre.dao.epmetuser.StaffRoleDao.selectByStaffId"/>
</resultMap>
<select id="selectByRealName" resultMap="staffList">