|
|
@@ -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);
|