From 5812a281901fa059a8131fd2f5bf2a2a10ff7ca9 Mon Sep 17 00:00:00 2001 From: xhxu Date: Tue, 1 Aug 2023 17:57:09 +0800 Subject: [PATCH] //..coupon_bug --- .../java/com/iformall/service/impl/WxCouponServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 689334731..9c5d99f6c 100644 --- a/mallinkService/src/main/java/com/iformall/service/impl/WxCouponServiceImpl.java +++ b/mallinkService/src/main/java/com/iformall/service/impl/WxCouponServiceImpl.java @@ -480,7 +480,7 @@ public class WxCouponServiceImpl implements WxCouponService { }catch (Exception e) { throw new MallinkException(ErrorCode.SYS_PARAMETER_ERROR); } - if (wxCouponMerchantDto.getBusiness()==null || wxCouponMerchantDto.getMerchantId()==null) { + if (wxCouponMerchantDto.getMerchantId()==null) { throw new MallinkException(ErrorCode.SYS_PARAMETER_ERROR); } return wxCouponMerchantDto;