feat(sj_1.0.0): 修复任务停接口异常
This commit is contained in:
parent
4c3fcf73a9
commit
0bc657988a
@ -116,7 +116,7 @@ public class JobEndPoint {
|
|||||||
return jobContext;
|
return jobContext;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Mapping(path = "/stop/v1", method = RequestMethod.POST)
|
@Mapping(path = "/job/stop/v1", method = RequestMethod.POST)
|
||||||
public Result<Boolean> stopJob(StopJobDTO interruptJob) {
|
public Result<Boolean> stopJob(StopJobDTO interruptJob) {
|
||||||
|
|
||||||
ValidatorFactory vf = Validation.buildDefaultValidatorFactory();
|
ValidatorFactory vf = Validation.buildDefaultValidatorFactory();
|
||||||
|
Loading…
Reference in New Issue
Block a user