Commit 82102543 authored by 吴春's avatar 吴春

提交代码

parent 95128133
......@@ -526,6 +526,7 @@ namespace Mall.Module.MarketingCenter
model.PayMemerNum = List.Sum(x => x.PayMemerNum); // List.GroupBy(x => x.UserId).Count();
model.GoodsNum = List.Sum(x => x.GoodsTotalNum);
model.MemberNum = List.Max(x => x.TotalPayMemerNum);
model.OfflineOrder = List.Max(x => x.OfflineOrder);
}
return model;
}
......
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