From 47e78ac3fc08f8d250e37fe45aad774c5fce1a7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=AE=8F=E6=96=8C?= <2164406372@qq.com> Date: Wed, 29 Oct 2025 10:31:23 +0800 Subject: [PATCH] 1 --- src/main/resources/mapper/wms/WmsPrintMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/mapper/wms/WmsPrintMapper.xml b/src/main/resources/mapper/wms/WmsPrintMapper.xml index eb1ddc1..850f2ba 100644 --- a/src/main/resources/mapper/wms/WmsPrintMapper.xml +++ b/src/main/resources/mapper/wms/WmsPrintMapper.xml @@ -201,7 +201,7 @@ LEFT JOIN PART b ON a.site = b.Site AND a.part_no = b.PartNo LEFT JOIN UM ON b.Site = UM.Site AND b.UMID = UM.UMID LEFT JOIN WareHouse W ON a.site = W.Site AND a.warehouse_id = W.WareHouseID - LEFT JOIN Location L ON a.site = L.Site AND a.location_id = L.LocationName + LEFT JOIN Location L ON a.site = L.Site AND a.location_id = L.LocationID a.site in (select site from AccessSite where userID = #{query.userName}) and a.status != '出库'