Update BaseMapper.xml

This commit is contained in:
Craftsman 2024-10-23 22:27:34 +08:00
parent 6b029a3076
commit 6f0fb0a1cb

View File

@ -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
@ -355,4 +355,4 @@
</foreach>
</if>
</sql>
</mapper>
</mapper>