We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 738cf40 + f2230ad commit 0e41987Copy full SHA for 0e41987
xxl-job-admin/src/main/java/com/xxl/job/admin/controller/biz/JobGroupController.java
@@ -216,7 +216,7 @@ public Response<String> delete(@RequestParam("ids[]") List<Integer> ids){
216
217
@RequestMapping("/loadById")
218
@ResponseBody
219
- @XxlSso(role = Consts.ADMIN_ROLE)
+ //@XxlSso(role = Consts.ADMIN_ROLE)
220
public Response<XxlJobGroup> loadById(@RequestParam("id") int id){
221
XxlJobGroup jobGroup = xxlJobGroupMapper.load(id);
222
return jobGroup!=null?Response.ofSuccess(jobGroup):Response.ofFail();
0 commit comments