|
|
@@ -466,7 +466,7 @@ public class SocketService {
|
|
|
// 1开锁状态 0关锁状态
|
|
|
int status = CRCCHECK.getLockStatus(data);
|
|
|
|
|
|
- log.info("柜锁回调:" + relayCode.get() + ":" + bit + ",回调结果" + (status == 1 ? "开启": "关闭"));
|
|
|
+ log.info("柜锁回调:" + relayCode.get() + ":" + bit + ",回调结果" + (status == 1 ? "开启": "关闭") + ",指令:" + data);
|
|
|
redisService.setCacheObject(relayCode.get() + ":" + bit, status, 60L, TimeUnit.SECONDS);
|
|
|
}
|
|
|
}
|