zjj
2023-07-13 7c7c26161435045bf3449a4e4436084eb2ee9d33
src/main/java/com/zy/core/thread/ShuttleThread.java
@@ -389,6 +389,7 @@
     * 初始化四向穿梭车
     */
    private void initShuttle() {
        this.connect();
        if (null == shuttleProtocol) {
            shuttleProtocol = new ShuttleProtocol();
        }