#
yxFwq
2 天以前 572a655759f4f8fcfce2c89db491dd837327527a
src/main/java/com/zy/core/thread/SiemensDevpThread.java
@@ -251,6 +251,7 @@
    private void writeStatusDev() {
        while (true) {
            try {
                Thread.sleep(50);
                int step = 1;
                Task task = MessageQueue.poll(SlaveType.Devp, slave.getId());
                if (task != null) {
@@ -300,7 +301,8 @@
            } catch (Exception e) {
//                e.printStackTrace();
                try{
                    log.error(e.getMessage());
                    log.error("dev写线程异常"+e.getMessage());
                } catch (Exception e1){
                }