|
|
@@ -844,6 +844,8 @@ public class IotRdDailyReportServiceImpl implements IotRdDailyReportService {
|
|
|
|
|
|
/**
|
|
|
* 计算非生产时间累加值 计算非生产时效
|
|
|
+ * NPT 归类 设备故障repair_time 工程质量accident_time 技术受限complexity_time 生产组织rectification_time 不可抗力waiting_stop_time
|
|
|
+ * 甲方设计partya_design 甲方准备partya_prepare 甲方资源partya_resource 其他非生产时间other_npt_time
|
|
|
* @param dailyReport
|
|
|
* @return
|
|
|
*/
|
|
|
@@ -851,12 +853,9 @@ public class IotRdDailyReportServiceImpl implements IotRdDailyReportService {
|
|
|
return Stream.of(
|
|
|
dailyReport.getAccidentTime(),
|
|
|
dailyReport.getRepairTime(),
|
|
|
- dailyReport.getSelfStopTime(),
|
|
|
dailyReport.getComplexityTime(),
|
|
|
- dailyReport.getRelocationTime(),
|
|
|
dailyReport.getRectificationTime(),
|
|
|
dailyReport.getWaitingStopTime(),
|
|
|
- dailyReport.getWinterBreakTime(),
|
|
|
dailyReport.getPartyaDesign(), // 注:字段名虽无Time但属于非生产时间,保留
|
|
|
dailyReport.getPartyaPrepare(),
|
|
|
dailyReport.getPartyaResource(),
|