新增移位库存选择冻结数量大于0
This commit is contained in:
@@ -177,6 +177,9 @@ 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="createByName != null and createByName != ''">
|
||||
and a.create_by_name like concat('%', #{createByName}, '%')
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user