|
@@ -109,7 +109,7 @@ 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)){
|
|
|
|
|
|
+ if( vo.getMixture() == 0 && vo.getLocation() != null && vo.getLocation().equals(6)){
|
|
vo.setShootCount(0);
|
|
vo.setShootCount(0);
|
|
}
|
|
}
|
|
sceneVoList.add(vo);
|
|
sceneVoList.add(vo);
|