|
@@ -108,7 +108,7 @@ public class SaveCheckItemServiceImpl implements SaveCheckItemService {
|
|
|
List<String> discoverIds = aspCheckDiscoveryItemDos.stream().map(AspCheckDiscoveryItemDo::getId).collect(Collectors.toList());
|
|
|
aspCheckDiscoveryItemService.update(new LambdaUpdateWrapper<AspCheckDiscoveryItemDo>()
|
|
|
.set(AspCheckDiscoveryItemDo::getCreatetask, 1)
|
|
|
- .eq(AspCheckDiscoveryItemDo::getId, discoverIds));
|
|
|
+ .in(AspCheckDiscoveryItemDo::getId, discoverIds));
|
|
|
sendNotifyService.sendDangerTasksNotify(sendNotifyData);
|
|
|
// ThreadPoolExecutor threadPool = ExecutorBuilder.create()
|
|
|
// .setCorePoolSize(1)
|