Commit 2f6817e9 authored by 吴春's avatar 吴春

提交代码

parent 894fe17b
......@@ -49,6 +49,7 @@ namespace Mall.Repository.User
}
}
builder.Append($" order by a.{nameof(RB_Vip_Buy_Extend.Id)} desc");
return GetPage<RB_Vip_Buy_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