|
@@ -697,7 +697,7 @@ public class CouponTypeHandler {
|
|
|
return resultMsg;
|
|
|
}
|
|
|
}else{
|
|
|
- if (true) {
|
|
|
+ if (false) {
|
|
|
// 刷头抵扣券
|
|
|
CouponItem couponItem = new CouponItem();
|
|
|
couponItem.setCouponId(20000);
|
|
@@ -724,7 +724,8 @@ public class CouponTypeHandler {
|
|
|
int toothCouponId = 0;
|
|
|
if (colorId >= 42&& colorId <= 45) {
|
|
|
// P系列牙刷
|
|
|
- toothCouponId = 500004;
|
|
|
+ toothCouponId = 20000;
|
|
|
+ //toothCouponId = 500004;
|
|
|
} else if (colorId >= 100 && colorId <= 102) {
|
|
|
// Lips系列牙刷
|
|
|
toothCouponId = 500005;
|