Commit 2d9182c2447f6116bba5e28b0a6af9f1226f495c
1 parent
6d8b84b8
1.成都版本修正
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/bsth/data/gpsdata_v2/GpsRealData.java
| @@ -89,7 +89,7 @@ public class GpsRealData { | @@ -89,7 +89,7 @@ public class GpsRealData { | ||
| 89 | } | 89 | } |
| 90 | 90 | ||
| 91 | // 设置车辆的电量 | 91 | // 设置车辆的电量 |
| 92 | - gps.setEnergy(CarEnergyBuffer.getCarEnergy(gps.getNbbm())); | 92 | + //gps.setEnergy(CarEnergyBuffer.getCarEnergy(gps.getNbbm())); |
| 93 | } catch (Exception e) { | 93 | } catch (Exception e) { |
| 94 | logger.error("", e); | 94 | logger.error("", e); |
| 95 | } | 95 | } |