|
@@ -83,6 +83,7 @@ public class IotFailureReportServiceImpl implements IotFailureReportService {
|
|
|
iotMaintainDO.setMaintainType("故障上报");
|
|
|
iotMaintainDO.setMaintainPerson(Objects.isNull(failureReportDO.getAssigneeUserId())? Long.valueOf(failureReportDO.getCreator()) :failureReportDO.getAssigneeUserId());
|
|
|
iotMaintainDO.setFailureId(failureReportDO.getId());
|
|
|
+ iotMaintainDO.setId(null);
|
|
|
iotMaintainMapper.insert(iotMaintainDO);
|
|
|
}
|
|
|
|