fix:发货单撤回bug修复

dev_1.0.2
UNISINSIGHT\rdpnr_jiangpeng 2026-03-30 16:09:58 +08:00
parent 5eec808514
commit 6f3b51f461
1 changed files with 1 additions and 0 deletions

View File

@ -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 =