Browse Source

报错调整

feature/test
Jackwang 5 years ago
parent
commit
39cc78e9f6
  1. 2
      epdc-cloud-admin/src/main/resources/mapper/SysUserDao.xml

2
epdc-cloud-admin/src/main/resources/mapper/SysUserDao.xml

@ -218,7 +218,7 @@
ORDER BY
u.create_date DESC
</select>
<select id="selectListGridmanInfo" resultMap="com.elink.esua.epdc.dto.result.EpdcAppGridManListResultDTO">
<select id="selectListGridmanInfo" resultType="com.elink.esua.epdc.dto.epdc.result.EpdcAppGridManListResultDTO">
SELECT
u.real_name,
u.head_url,

Loading…
Cancel
Save