|
|
@@ -642,6 +642,8 @@ public class IotRdDailyReportController {
|
|
|
platformVO.setTechniqueIds(report.getTechniqueIds());
|
|
|
platformVO.setExtProperty(report.getExtProperty());
|
|
|
platformVO.setProductionStatus(report.getProductionStatus());
|
|
|
+ // 当日施工简报
|
|
|
+ platformVO.setConstructionBrief(report.getConstructionBrief());
|
|
|
platformVO.setNextPlan(report.getNextPlan());
|
|
|
platformVO.setExternalRental(report.getExternalRental());
|
|
|
platformVO.setMalfunction(report.getMalfunction());
|
|
|
@@ -711,6 +713,8 @@ public class IotRdDailyReportController {
|
|
|
platform.setTechniqueNames(tempPlatform.getTechniqueNames());
|
|
|
platform.setExtProperty(tempPlatform.getExtProperty());
|
|
|
platform.setProductionStatus(tempPlatform.getProductionStatus());
|
|
|
+ // 当日施工简报
|
|
|
+ platform.setConstructionBrief(tempPlatform.getConstructionBrief());
|
|
|
platform.setNextPlan(tempPlatform.getNextPlan());
|
|
|
platform.setExternalRental(tempPlatform.getExternalRental());
|
|
|
platform.setMalfunction(tempPlatform.getMalfunction());
|
|
|
@@ -813,6 +817,8 @@ public class IotRdDailyReportController {
|
|
|
// 主井不存在 需要显示 关联井的 主体信息 生产动态 计划 ...
|
|
|
platforms.forEach(platform -> {
|
|
|
dailyReportVO.setProductionStatus(platform.getProductionStatus());
|
|
|
+ // 当日施工简报
|
|
|
+ dailyReportVO.setConstructionBrief(platform.getConstructionBrief());
|
|
|
dailyReportVO.setNextPlan(platform.getNextPlan());
|
|
|
dailyReportVO.setExternalRental(platform.getExternalRental());
|
|
|
dailyReportVO.setMalfunction(platform.getMalfunction());
|