PDA容器移位查询修改

This commit is contained in:
秦鸿展
2026-03-18 21:52:22 +08:00
parent 399ca51d64
commit eb01e42af6
@@ -177,9 +177,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="freezeQuantity != null ">
and a.freeze_quantity = #{freezeQuantity}
</if>
<if test="greaterThanFreezeQuantity != null and greaterThanFreezeQuantity != ''">
and a.freeze_quantity > 0
</if>
<if test="queryType != null and queryType == 0">
and IFNULL(a.freeze_quantity, 0) = 0
</if>