调整优化
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user