|
@ -84,6 +84,12 @@ |
|
|
or ${subCondition.tableName}.${subCondition.columnName} ='') |
|
|
or ${subCondition.tableName}.${subCondition.columnName} ='') |
|
|
</if> |
|
|
</if> |
|
|
</if> |
|
|
</if> |
|
|
|
|
|
|
|
|
|
|
|
<if test="subCondition.queryType!= null and subCondition.queryType == 'list_equal' "> |
|
|
|
|
|
<foreach collection="subCondition.columnValue" item="colValue" open="AND ( " separator=" OR " close=" ) "> |
|
|
|
|
|
${subCondition.tableName}.${subCondition.columnName} like concat('%',#{colValue},'%') |
|
|
|
|
|
</foreach> |
|
|
|
|
|
</if> |
|
|
</if> |
|
|
</if> |
|
|
</foreach> |
|
|
</foreach> |
|
|
</if> |
|
|
</if> |
|
|