PDA移位管理批次属性查询修改,库存查询修改
This commit is contained in:
+3
@@ -38,6 +38,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<if test="materialDetailUniqueId != null ">
|
||||
and a.material_detail_unique_id = #{materialDetailUniqueId}
|
||||
</if>
|
||||
<if test="orderNumber != null and orderNumber != ''">
|
||||
and a.order_number = #{orderNumber}
|
||||
</if>
|
||||
<if test="type != null ">
|
||||
and a.type = #{type}
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user