Commit 22b7df95 authored by 吴春's avatar 吴春

提交修改的代码

parent b3de5963
...@@ -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