Browse Source

feature/teamB_zz_wgh
yinzuomei 3 years ago
parent
commit
2f5ec4e8bd
  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

@ -130,7 +130,7 @@
</if> </if>
<if test="subCondition.queryType!= null and subCondition.queryType == 'resi_category' "> <if test="subCondition.queryType!= null and subCondition.queryType == 'resi_category' ">
<foreach collection="subCondition.columnValue" item="colValue" open="" separator="" close=" ) "> <foreach collection="subCondition.columnValue" item="colValue" open="" separator="" close="">
and ${subCondition.tableName}.${colValue} ='1' and ${subCondition.tableName}.${colValue} ='1'
</foreach> </foreach>
</if> </if>

Loading…
Cancel
Save