commit
						bf313b17da
					
				| 
						 | 
					@ -60,7 +60,7 @@ public class SysJobLogController extends BaseController
 | 
				
			||||||
     * 根据调度编号获取详细信息
 | 
					     * 根据调度编号获取详细信息
 | 
				
			||||||
     */
 | 
					     */
 | 
				
			||||||
    @PreAuthorize("@ss.hasPermi('monitor:job:query')")
 | 
					    @PreAuthorize("@ss.hasPermi('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));
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue