update 电单车

This commit is contained in:
Guoqs
2024-09-20 10:17:42 +08:00
parent 3545d8ba59
commit a342234299

View File

@@ -45,7 +45,7 @@ public class EBikeBusinessServiceImpl implements EBikeBusinessService {
// 根据请求id在集合中找到与外部线程通信的SyncPromise对象
String msgId = ctx.channel().id().toString() + "_" + command;
log.info("同步获取响应数据-收到消息, msgId:{}", msgId);
// log.info("同步获取响应数据-收到消息, msgId:{}", msgId);
SyncPromise syncPromise = RpcUtil.getSyncPromiseMap().get(msgId);
if(syncPromise != null) {
// 设置响应结果