|
|
@@ -529,7 +529,8 @@
|
|
|
a.department_id as departmentId,
|
|
|
a.last_login_time as lastLoginTime,
|
|
|
a.contact_mobile as contactMobile,
|
|
|
- a.duty,a.status
|
|
|
+ a.duty,a.status,
|
|
|
+ a.type
|
|
|
from admin a
|
|
|
left join admin_location al on a.id = al.admin_id
|
|
|
left join admin aa on aa.id = a.superior_id
|
|
|
@@ -642,7 +643,7 @@
|
|
|
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
|
|
|
+ b.name superior,c.name reviewerName,a.type
|
|
|
from admin a left join admin b on a.superior_id =b.id left join admin c on a.reviewer =c.id
|
|
|
where a.id= #{id,jdbcType=VARCHAR}
|
|
|
</select>
|