Commit bf313b17 authored by 若依's avatar 若依 Committed by Gitee

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

Merge pull request !612 from Rain/N/A
parents ebb9f15a a8b9485a
...@@ -60,7 +60,7 @@ public class SysJobLogController extends BaseController ...@@ -60,7 +60,7 @@ public class SysJobLogController extends BaseController
* 根据调度编号获取详细信息 * 根据调度编号获取详细信息
*/ */
@PreAuthorize("@ss.hasPermi('monitor:job:query')") @PreAuthorize("@ss.hasPermi('monitor:job:query')")
@GetMapping(value = "/{configId}") @GetMapping(value = "/{jobLogId}")
public AjaxResult getInfo(@PathVariable Long jobLogId) public AjaxResult getInfo(@PathVariable Long jobLogId)
{ {
return success(jobLogService.selectJobLogById(jobLogId)); return success(jobLogService.selectJobLogById(jobLogId));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment