|
@@ -430,7 +430,7 @@ public class SceneEditInfoServiceImpl extends ServiceImpl<ISceneEditInfoMapper,
|
|
|
|
|
|
String hotJsonPath = String.format(UploadFilePath.USER_EDIT_PATH, sceneNum) + "hot.json";
|
|
|
fYunFileService.uploadFile(bucket, tags.toString().getBytes(), hotJsonPath);
|
|
|
- this.saveTagsToSceneEditInfo(sceneNum, sceneEditInfo);
|
|
|
+// this.saveTagsToSceneEditInfo(sceneNum, sceneEditInfo);
|
|
|
|
|
|
}
|
|
|
|