Parcourir la source

RFID设备警报选择控制

ty130316261 il y a 3 ans
Parent
commit
c02e0d3186

+ 1 - 1
zd-modules/zd-netty/src/main/java/com/zd/netty/sdk/DeJuRFIDService.java

@@ -164,7 +164,7 @@ public class DeJuRFIDService implements IService {
         client.sendSynMsg(msgAppSetGpo);
         client.sendSynMsg(msgAppSetGpo);
         String status = state == 1 ? "start" : "stop";
         String status = state == 1 ? "start" : "stop";
         if (0 == msgAppSetGpo.getRtCode()) {
         if (0 == msgAppSetGpo.getRtCode()) {
-            log.error("============》灯带{}成功.",status);
+            log.info("============》灯带{}成功.",status);
             if (state == 1) {
             if (state == 1) {
                 stopGpo(client, delayTime);
                 stopGpo(client, delayTime);
             } else {
             } else {