Commit b20b9177 by xuxueli

update document

parent cda375f5
...@@ -131,7 +131,6 @@ public class JobInfoController { ...@@ -131,7 +131,6 @@ public class JobInfoController {
@RequestMapping("/trigger") @RequestMapping("/trigger")
@ResponseBody @ResponseBody
//@PermissionLimit(limit = false)
public ReturnT<String> triggerJob(int id, String executorParam) { public ReturnT<String> triggerJob(int id, String executorParam) {
// force cover job param // force cover job param
if (executorParam == null) { if (executorParam == null) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment