|
|
@@ -75,6 +75,7 @@ public class IotRyImproveDailyReportServiceImpl implements IotRyImproveDailyRepo
|
|
|
// 插入
|
|
|
IotRyImproveDailyReportDO iotRyImproveDailyReport = BeanUtils.toBean(createReqVO, IotRyImproveDailyReportDO.class);
|
|
|
// 新增时 status = 1 填报完成 audit_status = 10审批中
|
|
|
+ iotRyImproveDailyReport.setDeptId(dept.getId());
|
|
|
iotRyImproveDailyReport.setStatus(1);
|
|
|
iotRyImproveDailyReport.setAuditStatus(10);
|
|
|
iotRyImproveDailyReport.setCreator(loginUserDeptId.toString());
|
|
|
@@ -280,6 +281,8 @@ public class IotRyImproveDailyReportServiceImpl implements IotRyImproveDailyRepo
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+ // 更新瑞鹰项目启动设备整改 日报 状态
|
|
|
+ iotRyImproveDailyReportMapper.updateById(dailyReport);
|
|
|
}
|
|
|
|
|
|
}
|