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

Merge pull request !278 from Rain/N/A
This commit is contained in:
若依 2022-10-31 05:47:43 +00:00 committed by Gitee
commit b50e79bbde
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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));