Commit 0c5b3919 by xiaoer.li@freemud.com

Merge remote-tracking branch 'remotes/origin/feature/1.9.26_积分抵扣规则,新增是否与促销和优惠券同享' into qa

parents a0f495d0 5f610259
...@@ -89,6 +89,7 @@ public class CustomerScoreService implements IPromotionService { ...@@ -89,6 +89,7 @@ public class CustomerScoreService implements IPromotionService {
customerScoreVo.setScoreReduceState(5); customerScoreVo.setScoreReduceState(5);
userScoreUseDetail.getResult().setScoreState(5); userScoreUseDetail.getResult().setScoreState(5);
discountAmount = 0; discountAmount = 0;
customerScoreVo.setReduceAmount(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