Commit 86db1f0d authored by 吴春's avatar 吴春

优惠券列表排序

parent 1d18b0c7
......@@ -48,6 +48,7 @@ namespace Mall.Repository.MarketingCenter
builder.Append($" AND {nameof(RB_DiscountCoupon_Extend.Name)} like '%{query.Name}%'");
}
}
builder.Append($" order by {nameof(RB_DiscountCoupon_Extend.ID)} desc");
return GetPage<RB_DiscountCoupon_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