|
@@ -21,6 +21,7 @@ import lombok.extern.slf4j.Slf4j;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.beans.factory.annotation.Value;
|
|
|
import org.springframework.stereotype.Component;
|
|
|
+import org.springframework.transaction.annotation.Transactional;
|
|
|
|
|
|
import java.io.File;
|
|
|
import java.util.ArrayList;
|
|
@@ -61,6 +62,7 @@ public class V4toV3ByOneHandler {
|
|
|
ISceneEditInfoService sceneEditInfoService;
|
|
|
|
|
|
|
|
|
+ @Transactional
|
|
|
@XxlJob("V4toV3ByOneHandler")
|
|
|
private void V4toV3ByOneHandler(){
|
|
|
XxlJobHelper.log("V4toV3ByOneHandler start.....");
|