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}