update 新增机构类型
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user