Merge branch 'hotfix/zs_trs'
This commit is contained in:
@@ -60,7 +60,7 @@ namespace YLErp.Modules.SwapModule
|
||||
swap_position = position,
|
||||
ConfirmContractR = tcrConfirm,
|
||||
};
|
||||
query = query.OrderByDescending(s => s.swap_flow_event.id);
|
||||
query = query.OrderByDescending(s => s.swap_flow_event.UnwindDate);
|
||||
var retListResult = query.ToSearchList(req, isWithOrder: false);
|
||||
|
||||
var tradeIds = retListResult.rows.Select(s => s.swap_flow_event.SwapTradeId).Distinct().ToList();
|
||||
|
||||
Reference in New Issue
Block a user