|
|
@@ -625,7 +625,7 @@
|
|
|
user_no=#{UserNo,jdbcType=VARCHAR}
|
|
|
</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,
|
|
|
+ select a.id, a.mobile, a.name, a.`password`, a.email, a.create_time as createTime,a.call_no callNo,
|
|
|
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.expense_super_examine expenseSuperExamine,
|
|
|
a.head_portrait_url as headPortraitUrl, a.contact_mobile as contactMobile,a.senior_staff seniorStaff,
|