Commit abc6640f authored by liudong1993's avatar liudong1993
parents de408b19 2eb4f3fa
......@@ -47,8 +47,9 @@ namespace Mall.Repository.User
{
builder.Append($" AND a.{nameof(RB_Vip_Buy_Extend.PayState)}={query.PayState}");
}
}
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