From 4752f64587f2c011bf636f2c429d3018637b5374 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Fri, 27 Feb 2026 17:02:33 +0800 Subject: [PATCH] =?UTF-8?q?2026-02-27=20=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/productionInbound/ProductionInboundMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/mapper/productionInbound/ProductionInboundMapper.xml b/src/main/resources/mapper/productionInbound/ProductionInboundMapper.xml index cfcb426..0fe46a5 100644 --- a/src/main/resources/mapper/productionInbound/ProductionInboundMapper.xml +++ b/src/main/resources/mapper/productionInbound/ProductionInboundMapper.xml @@ -20,7 +20,7 @@ INNER JOIN ShopOrder sh ON d.site = sh.site and d.bu_no = sh.bu_no and d.related_order_no = sh.OrderNo and d.part_no = sh.PartNo INNER JOIN SFDC_Rolls pr ON sh.site = pr.site and sh.bu_no = pr.bu_no and sh.OrderNo = pr.OrderNo WHERE h.site = #{site} and h.bu_no in (select bu_no from AccessBu where username = #{userName}) - AND h.order_type = '生产入库' AND h.close_flag = 'N' and d.in_warehouse = #{warehouseId} AND h.order_status = '待入库' + AND h.order_type = '生产入库' and d.in_warehouse = #{warehouseId} AND h.order_status = '待入库' AND ( h.order_no LIKE CONCAT('%', #{searchCode}, '%')