Browse Source

硫化派工单跟踪表 - 增加列信息/筛选条件派工类型,操作员姓名后面

master
赵宏斌 5 months ago
parent
commit
fca2476c7b
  1. 1
      src/main/java/com/heai/modules/production/entity/LiuhuaViewData.java
  2. 3
      src/main/resources/mapper/production/SoScheduledListMapper.xml

1
src/main/java/com/heai/modules/production/entity/LiuhuaViewData.java

@ -29,6 +29,7 @@ public class LiuhuaViewData extends QueryPage {
private String jianyanWancheng; private String jianyanWancheng;
private String jiagongWancheng; private String jiagongWancheng;
private String baozhuangWancheng; private String baozhuangWancheng;
private String shiftType;
private String liuhuahegelv; private String liuhuahegelv;

3
src/main/resources/mapper/production/SoScheduledListMapper.xml

@ -264,7 +264,8 @@
dbo.Get_liuhuaView_gongxu_firstReportTime(a.site, a.SeqNo, '烘烤') as hongkaoTime, dbo.Get_liuhuaView_gongxu_firstReportTime(a.site, a.SeqNo, '烘烤') as hongkaoTime,
dbo.Get_liuhuaView_gongxu_firstReportTime(a.site, a.SeqNo, '检验') as jianyanTime, dbo.Get_liuhuaView_gongxu_firstReportTime(a.site, a.SeqNo, '检验') as jianyanTime,
dbo.Get_liuhuaView_gongxu_firstReportTime(a.site, a.SeqNo, '加工') as jiagongTime, dbo.Get_liuhuaView_gongxu_firstReportTime(a.site, a.SeqNo, '加工') as jiagongTime,
dbo.Get_liuhuaView_gongxu_firstReportTime(a.site, a.SeqNo, '包装') as baozhuangTime
dbo.Get_liuhuaView_gongxu_firstReportTime(a.site, a.SeqNo, '包装') as baozhuangTime,
a.shiftType
from SOScheduledRouting a from SOScheduledRouting a
left join shoporder b on a.site = b.site and a.orderNo = b.orderNo left join shoporder b on a.site = b.site and a.orderNo = b.orderNo
left join SFDC_TimeHist z on a.site = z.Site and a.SeqNo = z.SeqNo and z.HistSeqNo = 1 left join SFDC_TimeHist z on a.site = z.Site and a.SeqNo = z.SeqNo and z.HistSeqNo = 1

Loading…
Cancel
Save