|
@@ -146,6 +146,8 @@ public class SceneCopyServiceImpl implements ISceneCopyService {
|
|
|
|
|
|
this.copyOssAndNasV4(oldNum,newNum);
|
|
|
|
|
|
+ this.copyMarkShape(oldNum,newNum);
|
|
|
+
|
|
|
//修改 oss status.json ,nas scene.json
|
|
|
String targetData = String.format(SceneResourcePath.DATA_VIEW_PATH,newNum);
|
|
|
this.updateOssJson(targetData,oldNum,newNum,"status.json");
|