src/main/java/com/zy/common/utils/ShuttleDispatchUtils.java
@@ -321,11 +321,7 @@ NyShuttleProtocol.NyShuttlePointClass point = null; if (shuttleProtocol.getPoint() == null) { BasShuttle basShuttle = basShuttleService.selectById(shuttle.getId());//小车如果没有数据,从数据库取数据 if (basShuttle == null || basShuttle.getPoint() == null) { continue; } point = JSON.parseObject(basShuttle.getPoint(), NyShuttleProtocol.NyShuttlePointClass.class); continue; }else { point = shuttleProtocol.getPoint(); }