mirror of
https://gitee.com/y_project/RuoYi-Vue.git
synced 2025-12-25 14:56:40 +08:00
新增返回警告消息提示
This commit is contained in:
@ -63,7 +63,7 @@ public class SysJobLogController extends BaseController
|
||||
@GetMapping(value = "/{configId}")
|
||||
public AjaxResult getInfo(@PathVariable Long jobLogId)
|
||||
{
|
||||
return AjaxResult.success(jobLogService.selectJobLogById(jobLogId));
|
||||
return success(jobLogService.selectJobLogById(jobLogId));
|
||||
}
|
||||
|
||||
|
||||
@ -87,6 +87,6 @@ public class SysJobLogController extends BaseController
|
||||
public AjaxResult clean()
|
||||
{
|
||||
jobLogService.cleanJobLog();
|
||||
return AjaxResult.success();
|
||||
return success();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user