Commit 4a6b1802 authored by 吴春's avatar 吴春

提交储值卡明细排序

parent 288275cd
......@@ -59,6 +59,7 @@ namespace Mall.Repository.User
builder.Append($" AND {nameof(RB_Member_DepositBalance_Extend.UserId)}={query.UserId}");
}
}
builder.Append($" order by {nameof(RB_Member_DepositBalance_Extend.Id)} desc");
return GetPage<RB_Member_DepositBalance_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