|
|
@@ -1404,7 +1404,7 @@
|
|
|
</if>
|
|
|
</select>
|
|
|
|
|
|
- <select id="findAdminName" resultType="com.goafanti.customer.bo.CustomerListOut">
|
|
|
+ <select id="findAdminName" resultType="com.goafanti.common.model.Admin">
|
|
|
select d.name as adminName,d.id as aid
|
|
|
from admin d left join department dm on dm.id = d.department_id
|
|
|
where d.department_id=(select department_id from admin where id=#{aid,jdbcType=INTEGER})
|