Преглед на файлове

上朵公众号增加客服功能

xian преди 4 години
родител
ревизия
9f14235800
променени са 1 файла, в които са добавени 3 реда и са изтрити 2 реда
  1. 3 2
      tooth-wechat-web/src/main/java/com/iamberry/wechat/handles/coupon/CouponTypeHandler.java

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