Pre Merge pull request !278 from Rain/N/A

pull/278/MERGE
Rain 3 years ago committed by Gitee
commit f8af876ea0
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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

Loading…
Cancel
Save