#
Junjie
2024-12-24 8e5594bcd3ecffcdb4befd4e399f6bf18d0fdba9
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();
            }