This commit is contained in:
2020-09-01 21:39:30 +00:00
parent cf7a76b814
commit dca6d56f7e
3 changed files with 15 additions and 8 deletions

View File

@@ -315,7 +315,7 @@ namespace AyaNova.DataList
}
}
retList.Reverse();
//retList.Reverse();
return retList.ToArray();
}