Browse Source
根据调度编号获取详细信息参数名改正
Signed-off-by: Rain <938448486@qq.com>
newMaster
Rain
3 years ago
committed by
Gitee
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with
1 additions and
1 deletions
-
ruoyi-quartz/src/main/java/com/ruoyi/quartz/controller/SysJobLogController.java
|
|
@ -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)); |
|
|
|