From 0d1fe1c3f2d27b68c0d0af4dd33dccfb3f3d035e Mon Sep 17 00:00:00 2001 From: ruanqi Date: Mon, 24 Jan 2022 18:13:46 +0800 Subject: [PATCH] 20211213 --- src/main/resources/mapper/base/BaseMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/mapper/base/BaseMapper.xml b/src/main/resources/mapper/base/BaseMapper.xml index 3a8b90f..6400188 100644 --- a/src/main/resources/mapper/base/BaseMapper.xml +++ b/src/main/resources/mapper/base/BaseMapper.xml @@ -452,7 +452,7 @@ select SupplierID,SupplierName from Supplier Where Site=#{site} and SupplierID=#{supplierID} and Active='Y' - select Site,PartNo from ReferencePartInfo where CustomerID=#{customerID} and Site=#{site} and FGPartNo=#{fGPartNo} and PartNo=#{partNo}