ty130316261 3 lat temu
rodzic
commit
0dad123f0e

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

@@ -118,7 +118,6 @@ public class DeJuRFIDService implements IService {
         String ipAddress = hardware.getIpAddress();
         if (clientMap.containsKey(ipAddress)) {
             GClient client = clientMap.get(ipAddress);
-
             MsgAppSetGpo msgAppSetGpo=new MsgAppSetGpo();
             msgAppSetGpo.setGpo1(0);
             msgAppSetGpo.setGpo2(0);
@@ -157,6 +156,7 @@ public class DeJuRFIDService implements IService {
     private void subscribeHandler(GClient client) {
         client.onTagEpcLog = (s, logBaseEpcInfo) -> {
             if (logBaseEpcInfo.getResult() == 0) {
+                log.info("===========》{}",logBaseEpcInfo.getbEpc());
                 //灯带设置
                 MsgAppSetGpo msgAppSetGpo=new MsgAppSetGpo();
                 msgAppSetGpo.setGpo1(1);