|
|
@@ -124,7 +124,8 @@ public class LabRiskPlanAbnormalDescServiceImpl implements ILabRiskPlanAbnormalD
|
|
|
desc.setUpdateTime(new Date());
|
|
|
warningNoticeLogService.update(new LambdaUpdateWrapper<WarningNoticeLog>().eq(WarningNoticeLog::getKeyId,groupId)
|
|
|
.set(WarningNoticeLog::getRiskDuration,rd).set(WarningNoticeLog::getRecordVideo,recordVideo)
|
|
|
- .set(WarningNoticeLog::getResponder,handledPerson).set(WarningNoticeLog::getEndTime,now));
|
|
|
+ .set(WarningNoticeLog::getResponder,handledPerson).set(WarningNoticeLog::getEndTime,now)
|
|
|
+ .set(WarningNoticeLog::getDispose,1));
|
|
|
return labRiskPlanAbnormalDescMapper.updateByGroupId(desc);
|
|
|
}
|
|
|
return 0;
|