Merge branch 'hotfix/zs_trs'

This commit is contained in:
吴方海
2025-04-23 15:15:38 +08:00
@@ -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();