|
|
|
|
@ -1907,10 +1907,10 @@ public class PointServiceImpl implements PointService {
|
|
|
|
|
riskTestRepository.saveBatch(tmp); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
if (!toInsert.isEmpty()) { |
|
|
|
|
log.info("增加特定对象日常管控不到位人员:{}", toInsert.size()); |
|
|
|
|
modelTaskClueService.saveClues(toInsert, Default.CONTROLLER_IG); |
|
|
|
|
} |
|
|
|
|
// if (!toInsert.isEmpty()) {
|
|
|
|
|
// log.info("增加特定对象日常管控不到位人员:{}", toInsert.size());
|
|
|
|
|
// modelTaskClueService.saveClues(toInsert, Default.CONTROLLER_IG);
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
taskRepository.updateTask(task.getId(), toInsert.size(), 0); |
|
|
|
|
} |
|
|
|
|
|