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

This commit is contained in:
RuoYi 2022-10-31 13:52:56 +08:00
parent bfdf5d970b
commit 59015c5e5b

View File

@ -60,7 +60,7 @@ public class SysJobLogController extends BaseController
* 根据调度编号获取详细信息
*/
@PreAuthorize("@ss.hasPermi('monitor:job:query')")
@GetMapping(value = "/{configId}")
@GetMapping(value = "/{jobLogId}")
public AjaxResult getInfo(@PathVariable Long jobLogId)
{
return success(jobLogService.selectJobLogById(jobLogId));