|
@@ -236,7 +236,10 @@ public class JobController extends BladeController {
|
|
|
log.info("ETL任务流程:暂停任务|jobId={},xxljobId={},ret={}", jobId, job.getXxlJobId(), jobStop);
|
|
|
}
|
|
|
}
|
|
|
- return doUpdate(entity);
|
|
|
+ entity.setUpdateBy(AuthUtil.getNickName());
|
|
|
+ entity.setUpdateUserId(AuthUtil.getUserId());
|
|
|
+ entity.setUpdateTime(LocalDateTime.now());
|
|
|
+ return R.status(jobService.updateById(entity));
|
|
|
}
|
|
|
|
|
|
/**
|