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