From f880dee7a4d90074940939a6ff9ceef18ed2f5f4 Mon Sep 17 00:00:00 2001
From: 若依 <yzz_ivy@163.com>
Date: 星期二, 28 十一月 2023 12:07:51 +0800
Subject: [PATCH] !804 update ruoyi-system/src/main/java/com/ruoyi/system/mapper/SysUserPostMapper.java. Merge pull request !804 from 刚刚好/N/A

---
 ruoyi-quartz/src/main/java/com/ruoyi/quartz/controller/SysJobLogController.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ruoyi-quartz/src/main/java/com/ruoyi/quartz/controller/SysJobLogController.java b/ruoyi-quartz/src/main/java/com/ruoyi/quartz/controller/SysJobLogController.java
index 95f2e82..67f44ab 100644
--- a/ruoyi-quartz/src/main/java/com/ruoyi/quartz/controller/SysJobLogController.java
+++ b/ruoyi-quartz/src/main/java/com/ruoyi/quartz/controller/SysJobLogController.java
@@ -60,7 +60,7 @@
      * 根据调度编号获取详细信息
      */
     @PreAuthorize("@ss.hasPermi('monitor:job:query')")
-    @GetMapping(value = "/{configId}")
+    @GetMapping(value = "/{jobLogId}")
     public AjaxResult getInfo(@PathVariable Long jobLogId)
     {
         return success(jobLogService.selectJobLogById(jobLogId));

--
Gitblit v1.9.2