Ver código fonte

上朵公众号增加客服功能

xian 4 anos atrás
pai
commit
9f14235800

+ 3 - 2
tooth-wechat-web/src/main/java/com/iamberry/wechat/handles/coupon/CouponTypeHandler.java

@@ -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;