mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-13 11:49:49 +08:00
update 电单车
This commit is contained in:
@@ -45,7 +45,7 @@ public class EBikeBusinessServiceImpl implements EBikeBusinessService {
|
|||||||
|
|
||||||
// 根据请求id,在集合中找到与外部线程通信的SyncPromise对象
|
// 根据请求id,在集合中找到与外部线程通信的SyncPromise对象
|
||||||
String msgId = ctx.channel().id().toString() + "_" + command;
|
String msgId = ctx.channel().id().toString() + "_" + command;
|
||||||
log.info("同步获取响应数据-收到消息, msgId:{}", msgId);
|
// log.info("同步获取响应数据-收到消息, msgId:{}", msgId);
|
||||||
SyncPromise syncPromise = RpcUtil.getSyncPromiseMap().get(msgId);
|
SyncPromise syncPromise = RpcUtil.getSyncPromiseMap().get(msgId);
|
||||||
if(syncPromise != null) {
|
if(syncPromise != null) {
|
||||||
// 设置响应结果
|
// 设置响应结果
|
||||||
|
|||||||
Reference in New Issue
Block a user