From 09180aa2c196a58f78f0a6275f6f96ec723363f9 Mon Sep 17 00:00:00 2001 From: ruanqi Date: Wed, 27 Jul 2022 15:31:53 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E5=88=86=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/base/BaseMapper.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/resources/mapper/base/BaseMapper.xml b/src/main/resources/mapper/base/BaseMapper.xml index 78cbe69..7549d3d 100644 --- a/src/main/resources/mapper/base/BaseMapper.xml +++ b/src/main/resources/mapper/base/BaseMapper.xml @@ -731,6 +731,9 @@ dbo.Get_Part_DescSpec(site,WX_PartNo) as wxSpec,dbo.Get_WorkCenter_Type(Site,Wor and T.ToolID = #{toolID} + + and T.ItemNo = #{itemNo} + and T.Site=P.Site and T.ToolID=P.ToolID and T.PartNo=#{partNo} and T.Site=#{site} and T.RevNo=#{revNo}