|
|
@@ -480,7 +480,7 @@ public class WxCouponServiceImpl implements WxCouponService { |
|
|
}catch (Exception e) { |
|
|
}catch (Exception e) { |
|
|
throw new MallinkException(ErrorCode.SYS_PARAMETER_ERROR); |
|
|
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); |
|
|
throw new MallinkException(ErrorCode.SYS_PARAMETER_ERROR); |
|
|
} |
|
|
} |
|
|
return wxCouponMerchantDto; |
|
|
return wxCouponMerchantDto; |
|
|
|