Browse Source

queryType=resi_category

feature/teamB_zz_wgh
yinzuomei 3 years ago
parent
commit
7961404fa7
  1. 4
      epmet-user/epmet-user-server/src/main/resources/mapper/IcResiUserDao.xml

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

@ -130,8 +130,8 @@
</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="AND ( " separator=" OR " close=" ) "> <foreach collection="subCondition.columnValue" item="colValue" open="" separator="" close=" ) ">
${subCondition.tableName}.${colValue} ='1' and ${subCondition.tableName}.${colValue} ='1'
</foreach> </foreach>
</if> </if>
</if> </if>

Loading…
Cancel
Save