|
@@ -81,6 +81,7 @@ public class IotFailureReportServiceImpl implements IotFailureReportService {
|
|
|
BeanUtils.copyProperties(failureReportDO, iotMaintainDO);
|
|
|
iotMaintainDO.setStatus("tx");
|
|
|
iotMaintainDO.setAuditStatus(0);
|
|
|
+ iotMaintainDO.setMaintainPerson(failureReportDO.getAssigneeUserId());
|
|
|
iotMaintainMapper.insert(iotMaintainDO);
|
|
|
}
|
|
|
|