update 新增机构类型

This commit is contained in:
2021-05-21 16:10:08 +08:00
parent e4696f678e
commit c8530039eb
7 changed files with 83 additions and 29 deletions

View File

@@ -22,7 +22,7 @@ namespace Ewide.Core.Extension
return orderStr;
}
private static string OrderBuilder<T>(PageInputBase pageInput, bool descSort = true)
private static string OrderBuilder<T>(PageInputBase pageInput, bool descSort = false)
{
var type = typeof(T);
var hasId = type.GetProperty("Id") != null;