Commit dfb51ca3 authored by 吴春's avatar 吴春

提交代码

parent 18e6ecdd
......@@ -216,7 +216,7 @@ namespace Mall.WebApi.Controllers.MarketingCenter
var result = list.Select(x => new
{
isBest = x.MemberCouponId == isBestId ? 1 : 0,
isBest = 0,//x.MemberCouponId == isBestId ? 1 : 0,
id = x.MemberCouponId,
mall_id = userInfo.MallBaseId,
user_id = userInfo.UserId,
......
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