Commit 37773946 authored by Maodashu's avatar Maodashu

优化订单结束时间戳数据

parent 2fc4bbf5
Pipeline #205 failed with stages
......@@ -214,7 +214,7 @@ namespace OTWebSocket.API.Services
//仅在以下状态下才更新mongodb持久化的数据
if (cacheOrder.IsFinished())
{
cacheOrder.FinishTimestamp = exchangeOrder.OTUpdateTimestamp;
cacheOrder.FinishTimestamp = cacheOrder.UpdateTimestamp;
cacheOrder.Comment = "需要持久化[备删]";
needDelete = true;
await _redisService.SetLiveOrder(cacheOrder, true);
......
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