ソースを参照

账单经纬度修改

zhengqiang 4 年 前
コミット
092df71b6c

+ 5 - 5
common/src/main/java/com/jpsoft/bus/modules/bus/callback/GpsDataCallbackImpl.java

@@ -264,11 +264,11 @@ public class GpsDataCallbackImpl implements GpsDataCallback {
                         }
 
                         //判断车辆和当前站点的位置关系
-                        int distance = 0;
-
-                        if (currentStation.getRadius() == null){
-                            distance = 100;
-                        }
+//                        int distance = 0;
+//
+//                        if (currentStation.getRadius() == null){
+//                            distance = 100;
+//                        }
 
 //                        if (gpsService.matchDistance(currentStation,v,distance)){
 //                            shiftInfo.setCurrentStationStatus("1");