Browse Source

2026-03-31

产线产量采集报表优化
master
fengyuan_yang 2 weeks ago
parent
commit
f32b9e3252
  1. 18
      src/main/java/com/gaotao/modules/shopOrder/entity/SearchProductionLineOutputReportData.java
  2. 2
      src/main/resources/mapper/shopOrder/ProductionReportMapper.xml

18
src/main/java/com/gaotao/modules/shopOrder/entity/SearchProductionLineOutputReportData.java

@ -64,6 +64,24 @@ public class SearchProductionLineOutputReportData {
private Integer page;
private Integer limit;
private String spec;
private String rollNo;
private String direction;
public String getRollNo() {
return rollNo;
}
public void setRollNo(String rollNo) {
this.rollNo = rollNo;
}
public String getDirection() {
return direction;
}
public void setDirection(String direction) {
this.direction = direction;
}
public String getSpec() {
return spec;

2
src/main/resources/mapper/shopOrder/ProductionReportMapper.xml

@ -161,8 +161,6 @@
O.OperatorName,
Round(T.ReportedManfTime, 2) AS reportedManfTime,
T.ReportedCleanupTime,
T.ScrapReason,
T.DownTimeReason,
T.Reverseflag,
T.RelevantSeqNo,
T.Remark,

Loading…
Cancel
Save