From 0043c2f8e055e7e5476fe1eafa84e46f22fa4b66 Mon Sep 17 00:00:00 2001 From: "Stormeye.Wu" Date: Wed, 19 Sep 2018 15:14:20 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=94=AF=E4=BB=98=E6=A3=80=E6=9F=A5=E5=95=86?= =?UTF-8?q?=E6=88=B7=E4=BF=A1=E6=81=AF][=E4=BF=AE=E5=A4=8D]:=E4=B8=8D?= =?UTF-8?q?=E5=AD=98=E5=9C=A8=E6=88=96=E8=80=85=E5=B7=B2=E7=A6=81=E7=94=A8?= =?UTF-8?q?=E5=95=86=E6=88=B7=E4=B8=8D=E8=83=BD=E8=B4=AD=E4=B9=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/iformall/service/impl/WxOrderServiceImpl.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/mallinkService/src/main/java/com/iformall/service/impl/WxOrderServiceImpl.java b/mallinkService/src/main/java/com/iformall/service/impl/WxOrderServiceImpl.java index 44646a0e0..b0c520874 100644 --- a/mallinkService/src/main/java/com/iformall/service/impl/WxOrderServiceImpl.java +++ b/mallinkService/src/main/java/com/iformall/service/impl/WxOrderServiceImpl.java @@ -208,7 +208,6 @@ public class WxOrderServiceImpl implements WxOrderService { throw new MallinkException(ErrorCode.COUPON_ORDER_IS_INVALID); } - /* WxMerchant wxMerchant = wxMerchantMapper.selectByPrimaryKey(coupon.getMerchantId()); if (wxMerchant == null) { logger.error("商户不存在, couponId: " + couponIdStr); @@ -218,7 +217,6 @@ public class WxOrderServiceImpl implements WxOrderService { logger.error("商户已禁用, couponId: " + couponIdStr); throw new MallinkException(ErrorCode.MERCHANT_INFO_NOT_VALID); } - */ // 减库存操作 stockReduce(user, coupon, couponIdStr);