Commit f16b1455 authored by Maodashu's avatar Maodashu

修复从ws初始化时交易所id丢失的bug

parent 8a6bb85c
...@@ -149,6 +149,7 @@ namespace OTWebSocket.API.Services ...@@ -149,6 +149,7 @@ namespace OTWebSocket.API.Services
_redisService.ReleaseOrder(orderId); _redisService.ReleaseOrder(orderId);
continue; continue;
} }
liveOrder.ExchangeId = orderJson["exchange_oid"].ToString();
liveOrder.Comment = "ws初始化缓存"; liveOrder.Comment = "ws初始化缓存";
_redisService.SetLiveOrder(liveOrder); _redisService.SetLiveOrder(liveOrder);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment