From d724176dbcf033a096d7dcbd864c05485f021fbb Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期三, 17 十二月 2025 08:30:56 +0800
Subject: [PATCH] 1、 钢化前钢化出片逻辑调整,避免卧转立信号对调度任务的影响 2、修改出片方式,当玻璃未在关系表时,默认出一片 3、中空新增进片线路校验,避免钢化重复报工
---
hangzhoumesParent/common/servicebase/src/main/java/com/mes/largenscreen/entity/DailyProductionData.java | 16 +++++++++-------
1 files changed, 9 insertions(+), 7 deletions(-)
diff --git a/hangzhoumesParent/common/servicebase/src/main/java/com/mes/largenscreen/entity/DailyProductionData.java b/hangzhoumesParent/common/servicebase/src/main/java/com/mes/largenscreen/entity/DailyProductionData.java
index 89e8ab7..6f44066 100644
--- a/hangzhoumesParent/common/servicebase/src/main/java/com/mes/largenscreen/entity/DailyProductionData.java
+++ b/hangzhoumesParent/common/servicebase/src/main/java/com/mes/largenscreen/entity/DailyProductionData.java
@@ -13,8 +13,15 @@
public class DailyProductionData {
@ExcelProperty(value = "鏃ユ湡")
- @ExcelMerge(merge = true)
+ @ExcelMerge(merge = true, isPrimaryKey = true)
private String productDate;
+
+ @ExcelProperty(value = {"宸ョ▼淇℃伅", "宸ョ▼鍙�"})
+ private String engineerId;
+ @ExcelProperty(value = {"宸ョ▼淇℃伅", "鎬荤墖閲�"})
+ private String glassTotal;
+ @ExcelProperty(value = {"宸ョ▼淇℃伅", "鎬婚潰绉�(m^2)"})
+ private String glassTotalArea;
@ExcelProperty(value = {"鍒囧壊", "寮�濮嬫椂闂�"})
@ExcelMerge(merge = true)
@@ -87,12 +94,7 @@
@ExcelMerge(merge = true)
private String hollowArea;
- @ExcelProperty(value = {"宸ョ▼淇℃伅", "宸ョ▼鍙�"})
- private String engineerId;
- @ExcelProperty(value = {"宸ョ▼淇℃伅", "鎬荤墖閲�"})
- private String glassTotal;
- @ExcelProperty(value = {"宸ョ▼淇℃伅", "鎬婚潰绉�(m^2)"})
- private String glassTotalArea;
+
}
--
Gitblit v1.8.0