|
|
@@ -701,8 +701,9 @@
|
|
|
a.province, a.`position`,a.reviewer , a.superior_id as superiorId,
|
|
|
a.department_id as departmentId, a.status,a.user_no as userNo,a.duty,a.district,
|
|
|
a.head_portrait_url as headPortraitUrl, a.contact_mobile as contactMobile,
|
|
|
- b.name superior,c.name reviewerName,a.type,a.amb_id ambId
|
|
|
+ b.name superior,c.name reviewerName,a.type,a.amb_id ambId,a.manager_id managerId ,d.name managerName
|
|
|
from admin a left join admin b on a.superior_id =b.id left join admin c on a.reviewer =c.id
|
|
|
+ left join admin d on a.manager_id=d.id
|
|
|
where a.id= #{id,jdbcType=VARCHAR}
|
|
|
</select>
|
|
|
<select id="selectNameByid" parameterType="java.lang.String" resultType="java.lang.String">
|