|
@@ -179,8 +179,8 @@ public class BuildScenePreServiceImpl implements IBuildScenePreService {
|
|
|
String videosViewPath = String.format(UploadFilePath.VIDEOS_VIEW_PATH, num);
|
|
|
|
|
|
Map<String, String> newMap = new HashMap<>();
|
|
|
- for (String key : newMap.keySet()) {
|
|
|
- String value = newMap.get(key);
|
|
|
+ for (String key : map.keySet()) {
|
|
|
+ String value = map.get(key);
|
|
|
if(value.contains(dataPath)){
|
|
|
newMap.put(key, value.replace(dataPath, dataViewPath));
|
|
|
}
|