|
@@ -132,6 +132,11 @@ public class AppSceneService {
|
|
record.setWebSite(null);
|
|
record.setWebSite(null);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ //全景看看场景重置webSite panorama/show.html?id=
|
|
|
|
+ if(record.getLocation() != null && record.getLocation() == 7){
|
|
|
|
+ String newWebSite = record.getWebSite().replaceAll("smg.html\\?m=","panorama/show.html?id=");
|
|
|
|
+ record.setWebSite(newWebSite);
|
|
|
|
+ }
|
|
|
|
|
|
if (record.getStatus() == -1) {
|
|
if (record.getStatus() == -1) {
|
|
record.setStatus(0);
|
|
record.setStatus(0);
|