| | |
| | | <result column="is_dy" property="isDy"/> |
| | | <result column="job_title" property="jobTitle"/> |
| | | <result column="depart_name" property="departName"/> |
| | | <result column="departmentId" property="departmentId"/> |
| | | <result column="user_type" property="userType"/> |
| | | <result column="zj" property="zj"/> |
| | | <result column="mobile" property="mobile"/> |
| | |
| | | </select> |
| | | <select id="selectPageByWordKey" resultMap="adminMap"> |
| | | SELECT t1.*, |
| | | t3.depart_name |
| | | t3.depart_name, |
| | | t3.id as departmentId |
| | | FROM `ums_admin` t1 |
| | | LEFT JOIN ums_depart_manager t2 ON t1.id = t2.user_id |
| | | LEFT JOIN ums_depart t3 ON t2.depart_id = t3.id |