zy-asrs-flow/src/pages/map/index.jsx | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/core/map/websocket/MapRealTimeDataScheduler.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
zy-asrs-flow/src/pages/map/index.jsx
@@ -131,6 +131,13 @@ }, 200) } initialize(); return () => { websocket.onMessage = (data) => {} if (websocket) { websocket.close(); } } }, []); // resize zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/core/map/websocket/MapRealTimeDataScheduler.java
@@ -64,7 +64,6 @@ if (null != basShuttle && !Cools.isEmpty(basShuttle.getProtocol())) { ShuttleProtocol protocol = JSON.parseObject(basShuttle.getProtocol(), ShuttleProtocol.class); shuttleVo.setCurLocNo(protocol.getCurrentLocNo()); } } };