[ Service ] [ Executor ] 重构Executor部分
This commit is contained in:
@@ -4,7 +4,7 @@ import io.swagger.annotations.Api;
|
||||
import io.swagger.annotations.ApiOperation;
|
||||
import io.swagger.annotations.ApiParam;
|
||||
import io.wdd.common.response.R;
|
||||
import io.wdd.rpc.execute.ExecutionService;
|
||||
import io.wdd.rpc.execute.service.ExecutionService;
|
||||
import org.springframework.web.bind.annotation.PostMapping;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RequestParam;
|
||||
@@ -117,7 +117,6 @@ public class ExecutionController {
|
||||
commandList,
|
||||
completeCommandList,
|
||||
false,
|
||||
null,
|
||||
false
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user