#
zjj
2024-05-04 0c3be6d2bce1f9397ed06d745f22e3b479c0b70a
src/main/java/com/zy/core/thread/ScaleThread.java
@@ -67,7 +67,7 @@
//            log.info("条码扫描仪连接成功 ===>> [id:{}] [ip:{}] [port:{}]", slave.getId(), slave.getIp(), slave.getPort());
        } catch (Exception e) {
            socket = null;
            News.error("条码扫描仪连接失败!!! ===>> [id:{}] [ip:{}] [port:{}]", slave.getId(), slave.getIp(), slave.getPort());
            News.error("Scale"+" - 1"+" - 条码扫描仪连接失败!!! ===>> [id:{}] [ip:{}] [port:{}]", slave.getId(), slave.getIp(), slave.getPort());
            return false;
        }
        return true;
@@ -90,7 +90,7 @@
        }
        socket = null;
        } catch (IOException e) {
            News.error("SocketClient close Exception:" + e.getMessage());
            News.error("Scale"+" - 2"+" - SocketClient close Exception:" + e.getMessage());
        }
    }