|
@@ -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 {
|