#
lsh
2024-04-28 1556791461f9ae5c4a1d76ace57b44f10522f92b
src/main/java/com/zy/asrs/service/impl/MainServiceImpl.java
@@ -1670,7 +1670,7 @@
            }
//             命令下发 -------------------------------------------------------------------------------
            if (!commands.isEmpty()) {
                if (led.getId() == 2) {
                if (led.getId() == 3) {
                    if (!MessageQueue.offer(SlaveType.Led, led.getId(), new Task(3, commands))) {
                        News.error(""+mark+" - 2"+" - {}号LED命令下发失败!!![ip:{}] [port:{}]", led.getId(), led.getIp(), led.getPort());
                        continue;