修复根据调度编号获取详细信息参数名错误

Signed-off-by: Rain <938448486@qq.com>
zmy
Rain 2022-10-31 02:10:10 +00:00 committed by Gitee
parent 8f4ac612c8
commit 295b5d5cfd
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ public class SysJobLogController extends BaseController
* *
*/ */
@RequiresPermissions("monitor:job:query") @RequiresPermissions("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));