|
|
@@ -85,7 +85,7 @@ public class ExecutionTaskJob {
|
|
|
*/
|
|
|
@XxlJob("videoExecutionTaskCreateHandler")
|
|
|
public ReturnT<String> videoExecutionTaskCreateHandler(String params) {
|
|
|
- XxlJobLogger.log("returnVideoExecutionTaskCreateHandler start");
|
|
|
+ XxlJobLogger.log("videoExecutionTaskCreateHandler start");
|
|
|
try {
|
|
|
executionTaskService.videoExecutionTaskCreateHandler(params);
|
|
|
} catch (Exception e) {
|