|
|
@@ -1619,7 +1619,7 @@ public class IotRyDailyReportServiceImpl implements IotRyDailyReportService {
|
|
|
});
|
|
|
}
|
|
|
if (CollUtil.isNotEmpty(repairStatusDictData)) {
|
|
|
- rigStatusDictData.forEach(data -> {
|
|
|
+ repairStatusDictData.forEach(data -> {
|
|
|
repairConstructStatusPair.put(data.getValue(), data.getLabel());
|
|
|
});
|
|
|
}
|
|
|
@@ -1834,7 +1834,7 @@ public class IotRyDailyReportServiceImpl implements IotRyDailyReportService {
|
|
|
// 钻井 施工状态 数据字典 定时任务生成 生产动态列表使用
|
|
|
findAndThen(rigConstructStatusPair, reportVO.getRigStatus(), statusLabel -> {
|
|
|
if ("1".equals(reportVO.getProjectClassification())) {
|
|
|
- reportVO.setConstructionStatusName(statusLabel);
|
|
|
+ reportVO.setRigStatusName(statusLabel);
|
|
|
}
|
|
|
});
|
|
|
// 修井 施工状态 数据字典
|
|
|
@@ -1844,9 +1844,9 @@ public class IotRyDailyReportServiceImpl implements IotRyDailyReportService {
|
|
|
}
|
|
|
});
|
|
|
// 修井 施工状态 数据字典 定时任务生成 生产动态列表使用
|
|
|
- findAndThen(repairConstructStatusPair, reportVO.getRigStatus(), statusLabel -> {
|
|
|
+ findAndThen(repairConstructStatusPair, reportVO.getRepairStatus(), statusLabel -> {
|
|
|
if ("2".equals(reportVO.getProjectClassification())) {
|
|
|
- reportVO.setConstructionStatusName(statusLabel);
|
|
|
+ reportVO.setRepairStatusName(statusLabel);
|
|
|
}
|
|
|
});
|
|
|
// 非生产时间原因 数据字典
|