Commit c84daafb by huangfusuper

修正task扫描任务的事务合并

parent 93a3cfea
......@@ -189,8 +189,7 @@ public class TaskThreadRunHelper extends BaseThreadRunHelper {
private void innerNodeOperating(JobTask thisJobTask){
try {
runRecordingAndJobTaskService.saveRunRecordingAndTask(thisJobTask);
log.info("----------------【虚节点保存成功,删除虚节点】--------------------");
jobTaskService.removeMythJobTaskById(thisJobTask.getId());
} catch (Exception e) {
log.error("--------------------虚节点处理出现异常{}------------------",e.getMessage());
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment