Browse Source

2023-02-13 王总 要求报表不再显示已取消报工的数据

master
DOUDOU 3 years ago
parent
commit
2e13572f5c
  1. 1
      src/main/resources/mapper/shopOrder/ProductionReportMapper.xml

1
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'
<if test=" site != null and site != ''">
AND T.Site = #{site}
</if>

Loading…
Cancel
Save