Update BaseMapper.xml
This commit is contained in:
parent
6b029a3076
commit
6f0fb0a1cb
|
@ -167,7 +167,7 @@
|
||||||
</when>
|
</when>
|
||||||
<when test="${condition}.operator == 'COUNT_LT'">
|
<when test="${condition}.operator == 'COUNT_LT'">
|
||||||
<if test="${condition}.value == 0">
|
<if test="${condition}.value == 0">
|
||||||
1=2
|
false
|
||||||
</if>
|
</if>
|
||||||
<if test="${condition}.value != 0">
|
<if test="${condition}.value != 0">
|
||||||
${column} is null or ${column} = '[]' or
|
${column} is null or ${column} = '[]' or
|
||||||
|
|
Loading…
Reference in New Issue