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