Browse Source

Merge remote-tracking branch 'remotes/origin/dev_bugfix_ljj'

master
jianjun 3 years ago
parent
commit
e4e749eccb
  1. 2
      epmet-user/epmet-user-server/src/main/resources/mapper/IcResiUserDao.xml

2
epmet-user/epmet-user-server/src/main/resources/mapper/IcResiUserDao.xml

@ -268,8 +268,8 @@
<where> <where>
<include refid="listWhereForPage"></include> <include refid="listWhereForPage"></include>
</where> </where>
group by IC_RESI_USER.id
<if test="null != groupByTables and groupByTables.size() > 0"> <if test="null != groupByTables and groupByTables.size() > 0">
group by IC_RESI_USER.id
<foreach item="groupTableName" collection="groupByTables" open="," separator="," close=""> <foreach item="groupTableName" collection="groupByTables" open="," separator="," close="">
${groupTableName}.ID ${groupTableName}.ID
</foreach> </foreach>

Loading…
Cancel
Save