|
|
@@ -131,6 +131,7 @@ public class JobInfoController {
|
|
131
|
131
|
|
|
132
|
132
|
@RequestMapping("/trigger")
|
|
133
|
133
|
@ResponseBody
|
|
|
134
|
+ //@PermissionLimit(limit = false)
|
|
134
|
135
|
public ReturnT<String> triggerJob(int id, String executorParam) {
|
|
135
|
136
|
// force cover job param
|
|
136
|
137
|
if (executorParam == null) {
|