1
0
forked from aixan/RuoYi-Vue

新增返回警告消息提示

This commit is contained in:
RuoYi
2022-10-30 12:02:06 +08:00
parent cd137bd9fc
commit ebb9f15a75
20 changed files with 127 additions and 77 deletions

View File

@@ -71,7 +71,7 @@ public class SysJobController extends BaseController
@GetMapping(value = "/{jobId}")
public AjaxResult getInfo(@PathVariable("jobId") Long jobId)
{
return AjaxResult.success(jobService.selectJobById(jobId));
return success(jobService.selectJobById(jobId));
}
/**