作者 若依
提交者 Gitee

!612 根据调度编号获取详细信息参数名改正

Merge pull request !612 from Rain/N/A
@@ -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));