Browse Source

修改误提交的错误代码

feature/syp_points
liuchuang 6 years ago
parent
commit
48ad571bb7
  1. 2
      esua-epdc/epdc-module/epdc-user/epdc-user-server/src/main/resources/mapper/UserDao.xml

2
esua-epdc/epdc-module/epdc-user/epdc-user-server/src/main/resources/mapper/UserDao.xml

@ -422,7 +422,7 @@
<result property="remark" column="REMARK"/>
<result property="gridId" column="gridId"/>
<result property="grid" column="grid"/>
<collection property="userTagInfos" select="com.elink.esua.epdc.dao.UsUserServiceImpl.javaerTagDao.selectByUserId"
<collection property="userTagInfos" select="com.elink.esua.epdc.dao.UserTagDao.selectByUserId"
column="id">
</collection>
</resultMap>

Loading…
Cancel
Save