|
@ -141,7 +141,7 @@ |
|
|
<if test="null!=subCondition.columnValue[0] and ''!=subCondition.columnValue[0]"> |
|
|
<if test="null!=subCondition.columnValue[0] and ''!=subCondition.columnValue[0]"> |
|
|
<foreach collection="subCondition.columnValue" item="colValue" open=" and (" separator="or" close=")"> |
|
|
<foreach collection="subCondition.columnValue" item="colValue" open=" and (" separator="or" close=")"> |
|
|
<if test="colValue != null and colValue != ''"> |
|
|
<if test="colValue != null and colValue != ''"> |
|
|
and ${subCondition.tableName}.${colValue} ='1' |
|
|
${subCondition.tableName}.${colValue} ='1' |
|
|
</if> |
|
|
</if> |
|
|
</foreach> |
|
|
</foreach> |
|
|
</if> |
|
|
</if> |
|
|