feat(wms): 库存调整记录列表新增按入库单号(inOrderNumber)查询
This commit is contained in:
+3
@@ -111,6 +111,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<if test="relateNo != null and relateNo != ''">
|
||||
and a.relate_no = #{relateNo}
|
||||
</if>
|
||||
<if test="inOrderNumber != null and inOrderNumber != ''">
|
||||
and b.in_order_number = #{inOrderNumber}
|
||||
</if>
|
||||
<if test="materialName != null and materialName != ''">
|
||||
and a.material_name like concat('%', #{materialName}, '%')
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user