|
@@ -92,9 +92,6 @@ public class LaserService {
|
|
}else {
|
|
}else {
|
|
vo.setPayStatus(1);
|
|
vo.setPayStatus(1);
|
|
}
|
|
}
|
|
- if(vo.getLocation() != null && vo.getLocation().equals(6)){
|
|
|
|
- vo.setShootCount(0);
|
|
|
|
- }
|
|
|
|
vo.setSceneName(obj.getString("title"));
|
|
vo.setSceneName(obj.getString("title"));
|
|
vo.setUserName(obj.getString("phone"));
|
|
vo.setUserName(obj.getString("phone"));
|
|
vo.setThumb(obj.getString("thumb"));
|
|
vo.setThumb(obj.getString("thumb"));
|
|
@@ -111,6 +108,10 @@ public class LaserService {
|
|
}
|
|
}
|
|
this.getLaserSceneGps(vo);
|
|
this.getLaserSceneGps(vo);
|
|
vo.setAddressComponent(commonService.getAddressComponent(vo.getGps()));
|
|
vo.setAddressComponent(commonService.getAddressComponent(vo.getGps()));
|
|
|
|
+
|
|
|
|
+ if(vo.getLocation() != null && vo.getLocation().equals(6)){
|
|
|
|
+ vo.setShootCount(0);
|
|
|
|
+ }
|
|
sceneVoList.add(vo);
|
|
sceneVoList.add(vo);
|
|
}
|
|
}
|
|
|
|
|