Commit cfae5e4b authored by liudong1993's avatar liudong1993
parents f883ca96 14f6f6b5
...@@ -52,6 +52,7 @@ namespace Mall.Repository.Property ...@@ -52,6 +52,7 @@ namespace Mall.Repository.Property
builder.Append($" AND a.{nameof(RB_ERP_Authorize_Extend.Type)}={query.Type}"); builder.Append($" AND a.{nameof(RB_ERP_Authorize_Extend.Type)}={query.Type}");
} }
} }
builder.Append($" order by a.{nameof(RB_ERP_Authorize_Extend.ID)} desc");
return GetPage<RB_ERP_Authorize_Extend>(pageIndex, pageSize, out rowCount, builder.ToString()).ToList(); return GetPage<RB_ERP_Authorize_Extend>(pageIndex, pageSize, out rowCount, builder.ToString()).ToList();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment