Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
RuoYi Vue
Commits
a8b9485a
Unverified
Commit
a8b9485a
authored
Oct 31, 2022
by
Rain
Committed by
Gitee
Oct 31, 2022
Browse files
根据调度编号获取详细信息参数名改正
Signed-off-by:
Rain
<
938448486@qq.com
>
parent
ebb9f15a
Changes
1
Hide whitespace changes
Inline
Side-by-side
ruoyi-quartz/src/main/java/com/ruoyi/quartz/controller/SysJobLogController.java
View file @
a8b9485a
...
...
@@ -60,7 +60,7 @@ public class SysJobLogController extends BaseController
* 根据调度编号获取详细信息
*/
@PreAuthorize
(
"@ss.hasPermi('monitor:job:query')"
)
@GetMapping
(
value
=
"/{
confi
gId}"
)
@GetMapping
(
value
=
"/{
jobLo
gId}"
)
public
AjaxResult
getInfo
(
@PathVariable
Long
jobLogId
)
{
return
success
(
jobLogService
.
selectJobLogById
(
jobLogId
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment