fix:发货单撤回bug修复
parent
5eec808514
commit
6f3b51f461
|
|
@ -41,6 +41,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
<select id="selectInventoryDeliveryList" parameterType="InventoryDelivery" resultMap="InventoryDeliveryResult">
|
||||
<include refid="selectInventoryDeliveryVo"/>
|
||||
<where>
|
||||
and t1.delivery_status != 2
|
||||
<if test="outerCode != null and outerCode != ''">and t1.outer_code = #{outerCode}</if>
|
||||
<if test="warehouseId != null ">and t1.warehouse_id = #{warehouseId}</if>
|
||||
<if test="logisticsCompany != null and logisticsCompany != ''">and t1.logistics_company =
|
||||
|
|
|
|||
Loading…
Reference in New Issue