From 92fc59777c548b37864bbf85f88a6b637a5d50d9 Mon Sep 17 00:00:00 2001 From: hupeng Date: Thu, 9 May 2019 19:23:51 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=8D=A1=E5=88=B8][=E4=BF=AE=E5=A4=8D]:?= =?UTF-8?q?=E4=B8=8D=E6=A3=80=E6=9F=A5=E8=A1=A5=E8=B4=B4=E7=9A=84=E5=90=88?= =?UTF-8?q?=E6=B3=95=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/iformall/service/impl/WxCouponServiceImpl.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/mallinkService/src/main/java/com/iformall/service/impl/WxCouponServiceImpl.java b/mallinkService/src/main/java/com/iformall/service/impl/WxCouponServiceImpl.java index 689be3748..6810a8c30 100644 --- a/mallinkService/src/main/java/com/iformall/service/impl/WxCouponServiceImpl.java +++ b/mallinkService/src/main/java/com/iformall/service/impl/WxCouponServiceImpl.java @@ -249,9 +249,6 @@ public class WxCouponServiceImpl implements WxCouponService { // TODO 微信转账到银行卡 } - } else if ((subsidyType == null && subsidyNum != null) - || (subsidyType != null && subsidyNum == null)){ - return new ResultData(ErrorCode.SYS_PARAMETER_ERROR); } record.setId(idWorker.nextId());