|
@ -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> |
|
|