Commit b92c6246 authored by liudong1993's avatar liudong1993

1

parent 4f3fa625
...@@ -3648,7 +3648,7 @@ namespace Mall.Module.User ...@@ -3648,7 +3648,7 @@ namespace Mall.Module.User
if (viplist.Any()) if (viplist.Any())
{ {
//获取订单列表 //获取订单列表
string vipoIds = string.Join(",", viplist.Where(x => x.ReOrderId > 0)); string vipoIds = string.Join(",", viplist.Where(x => x.ReOrderId > 0).Select(x => x.ReOrderId));
List<RB_Goods_Order_Extend> vipolist = new List<RB_Goods_Order_Extend>(); List<RB_Goods_Order_Extend> vipolist = new List<RB_Goods_Order_Extend>();
if (!string.IsNullOrEmpty(vipoIds)) if (!string.IsNullOrEmpty(vipoIds))
{ {
......
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