|
@@ -253,8 +253,8 @@ public class SceneEditInfoServiceImpl extends ServiceImpl<ISceneEditInfoMapper,
|
|
|
|
|
|
// String editUserPath = String.format(UploadFilePath.USER_EDIT_PATH, sceneNum);
|
|
|
//复制编辑目录到发布目录
|
|
|
- String editPath = String.format(UploadFilePath.EDIT_PATH, param.getNum());
|
|
|
- String viewPath = String.format(UploadFilePath.VIEW_PATH, param.getNum());
|
|
|
+ String editPath = String.format(UploadFilePath.USER_EDIT_PATH, param.getNum());
|
|
|
+ String viewPath = String.format(UploadFilePath.USER_VIEW_PATH, param.getNum());
|
|
|
uploadToOssUtil.copyFiles(editPath,viewPath);
|
|
|
|
|
|
//入库
|