From 2e13572f5c29bfaa01c4f6531b71a04c43f89963 Mon Sep 17 00:00:00 2001 From: DOUDOU <877258667@qq.com> Date: Mon, 13 Feb 2023 11:31:54 +0800 Subject: [PATCH] =?UTF-8?q?2023-02-13=20=E7=8E=8B=E6=80=BB=20=E8=A6=81?= =?UTF-8?q?=E6=B1=82=E6=8A=A5=E8=A1=A8=E4=B8=8D=E5=86=8D=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E5=B7=B2=E5=8F=96=E6=B6=88=E6=8A=A5=E5=B7=A5=E7=9A=84=E6=95=B0?= =?UTF-8?q?=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/shopOrder/ProductionReportMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/mapper/shopOrder/ProductionReportMapper.xml b/src/main/resources/mapper/shopOrder/ProductionReportMapper.xml index c99056d..627934f 100644 --- a/src/main/resources/mapper/shopOrder/ProductionReportMapper.xml +++ b/src/main/resources/mapper/shopOrder/ProductionReportMapper.xml @@ -129,6 +129,7 @@ and s.PartNo=p.PartNo and R.Site=W.Site and R.WorkCenterNo=W.WorkCenterNo and T.Site=O.Site and T.OperatorID=O.OperatorID and T.Site=R.Site and T.OrderNo=R.OrderNo and T.ItemNo=R.ItemNo and T.Site in (Select Site from AccessSite where upper(UserID)=#{user}) + AND T.Reverseflag = 'N' AND T.Site = #{site}