调整优化

This commit is contained in:
吴方海
2025-05-30 17:48:36 +08:00
parent c6e863e622
commit ee3321bc36
3 changed files with 2 additions and 2 deletions
@@ -492,7 +492,7 @@ namespace YLErp.Modules.SwapModule
};
if (string.IsNullOrEmpty(req.sidx))
{
req.sidx = "SwapTradeNo,FlowEvent.id";
req.sidx = "FlowEvent.EventDate,SwapTradeNo";
req.sord = "asc";
}
var retListResult = query.ToSearchList(req);