|
|
@@ -300,6 +300,10 @@ public class IotRhDailyReportServiceImpl implements IotRhDailyReportService {
|
|
|
if (CollUtil.isNotEmpty(teamStatusL)) {
|
|
|
iotRhDailyReport.setStatus(0);
|
|
|
iotRhDailyReport.setAuditStatus(0);
|
|
|
+ // 如果是自动生成的日报 需要根据规则设备 非生产时间
|
|
|
+ // 设备状态为 "动迁" 时,系统生成的日报里面,非生产时间内的 "生产组织"(rectification_time) 时间为24小时;
|
|
|
+ // 设备状态为 "完工" 时,系统生成的日报里面,非生产时间内的 "待命"(winter_break_time) 时间为24小时
|
|
|
+
|
|
|
}
|
|
|
|
|
|
// 今天下午4点
|