|
@@ -73,6 +73,9 @@ implements ApsDetailsHazardInvestigationTasksService {
|
|
|
.set(AspCheckDiscoveryItemDo::getCreatetask, 1)
|
|
|
.eq(AspCheckDiscoveryItemDo::getId, discoverIds));
|
|
|
sendNotifyService.sendDangerTasksNotify(sendNotifyData);
|
|
|
+ apsDetailsHazardInvestigationTasksService.update(new LambdaUpdateWrapper<ApsDetailsHazardInvestigationTasksDo>()
|
|
|
+ .set(ApsDetailsHazardInvestigationTasksDo::getInvestigationtime, new Date())
|
|
|
+ .eq(ApsDetailsHazardInvestigationTasksDo::getState, 1));
|
|
|
return R.ok();
|
|
|
}
|
|
|
|