forked from github/dataease
perf(系统管理-任务管理): 批量删除数据同步任务
This commit is contained in:
parent
ec4dfcd766
commit
112f7350d5
@ -50,7 +50,7 @@ public class DataSetTableTaskController {
|
||||
}
|
||||
|
||||
@ApiOperation("批量删除")
|
||||
@PostMapping("batchDelete/{id}")
|
||||
@PostMapping("/batchDelete")
|
||||
public void batchDelete(@RequestBody List<String> ids) {
|
||||
dataSetTableTaskService.batchDelete(ids);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user