Commit 9d01104c authored by 吴春's avatar 吴春

提交代码

parent 5a70d473
......@@ -927,7 +927,8 @@ namespace Mall.Module.MarketingCenter
DiscountsPrice = item.DiscountsPrice,
MaxDiscountsPrice = item.MaxDiscountsPrice,
CouponType = item.CouponType,
Name = item.Name
Name = item.Name,
KeyWord=item.KeyWord
};
isReceive = memberCouponRepository.Insert(nowMemberCoupon, trans) > 0;
......
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