|
|
@@ -742,7 +742,7 @@
|
|
|
</select>
|
|
|
<select id="selectAllByid" parameterType="java.lang.String" resultType="com.goafanti.common.model.Admin">
|
|
|
select a.id, a.mobile, a.name, a.`password`, a.email, a.create_time as createTime,
|
|
|
- a.province, a.`position`,a.reviewer , a.superior_id as superiorId,
|
|
|
+ a.province, a.`position`,a.reviewer , a.superior_id as superiorId,a.public_purview publicPurview,
|
|
|
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,a.senior_staff seniorStaff,
|
|
|
b.name superior,c.name reviewerName,a.type,a.amb_id ambId,a.manager_id managerId ,d.name managerName
|