src/main/java/com/zy/core/thread/impl/ZySiemensCrnThread.java
@@ -82,16 +82,14 @@ if (task != null) { step = task.getStep(); } if (step == 2) { sendCommand((CrnCommand) task.getData()); } if (step == 3) { }else if (step == 3) { sendCommand1((CrnCommand) task.getData()); } if (step == 4) { }else if (step == 4) { sendCommand2((CrnCommand) task.getData()); } if (step == 5) { }else if (step == 5) { sendCommand3((CrnCommand) task.getData()); }