Merge remote-tracking branch 'origin/master'

This commit is contained in:
LJW 2024-11-13 15:00:50 +08:00
commit b83849ccea

View File

@ -578,7 +578,7 @@
<if test="isLocked != null">
and IS_LOCKED = #{isLocked}
</if>
and RESET_COUNT = 0
and (RESET_COUNT = 0 OR RESET_COUNT IS NULL)
and KNIFE_LIFE = 0
and (KNIFE_FINE_STATE = 0 OR KNIFE_FINE_STATE = 1)
</where>