|
|
@ -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) {
|
|
|
|