提交者
Gitee
!612 根据调度编号获取详细信息参数名改正
Merge pull request !612 from Rain/N/A
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -60,7 +60,7 @@ public class SysJobLogController extends BaseController | @@ -60,7 +60,7 @@ public class SysJobLogController extends BaseController | ||
| 60 | * 根据调度编号获取详细信息 | 60 | * 根据调度编号获取详细信息 |
| 61 | */ | 61 | */ |
| 62 | @PreAuthorize("@ss.hasPermi('monitor:job:query')") | 62 | @PreAuthorize("@ss.hasPermi('monitor:job:query')") |
| 63 | - @GetMapping(value = "/{configId}") | 63 | + @GetMapping(value = "/{jobLogId}") |
| 64 | public AjaxResult getInfo(@PathVariable Long jobLogId) | 64 | public AjaxResult getInfo(@PathVariable Long jobLogId) |
| 65 | { | 65 | { |
| 66 | return success(jobLogService.selectJobLogById(jobLogId)); | 66 | return success(jobLogService.selectJobLogById(jobLogId)); |
-
请 注册 或 登录 后发表评论