Commit e0768070 by xiaoer.li@freemud.com

modify:提示

parent 6f7cbab0
...@@ -278,11 +278,11 @@ public class FullSharingService { ...@@ -278,11 +278,11 @@ public class FullSharingService {
// 规则:满5赠奶茶2件,炸鸡1件,满10赠布丁3件,牛奶1份,鸡翅2份, // 规则:满5赠奶茶2件,炸鸡1件,满10赠布丁3件,牛奶1份,鸡翅2份,
// 提示语:满5元可获赠奶茶*2,炸鸡*1 // 提示语:满5元可获赠奶茶*2,炸鸡*1
//阶梯满赠 //阶梯满赠
if (GiftTypeEnum.TYPE_1.equals(activityResponseDto.getActivitySubType())) { if (GiftTypeEnum.TYPE_1.getType().equals(activityResponseDto.getActivitySubType())) {
notInShopping.setTipType(6); notInShopping.setTipType(6);
} }
//每满赠 //每满赠
else if (GiftTypeEnum.TYPE_2.equals(activityResponseDto.getActivitySubType())) { else if (GiftTypeEnum.TYPE_2.getType().equals(activityResponseDto.getActivitySubType())) {
notInShopping.setTipType(7); notInShopping.setTipType(7);
} }
Collections.sort(benefitBeanDtos); Collections.sort(benefitBeanDtos);
......
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