PDA容器移位修改

This commit is contained in:
秦鸿展
2026-03-18 21:45:02 +08:00
parent 1cf989fe2b
commit 399ca51d64
@@ -180,6 +180,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="greaterThanFreezeQuantity != null and greaterThanFreezeQuantity != ''"> <if test="greaterThanFreezeQuantity != null and greaterThanFreezeQuantity != ''">
and a.freeze_quantity > 0 and a.freeze_quantity > 0
</if> </if>
<if test="queryType != null and queryType == 0">
and IFNULL(a.freeze_quantity, 0) = 0
</if>
<if test="createByName != null and createByName != ''"> <if test="createByName != null and createByName != ''">
and a.create_by_name like concat('%', #{createByName}, '%') and a.create_by_name like concat('%', #{createByName}, '%')
</if> </if>