ソースを参照

//..coupon_bug

release_toaliyun_real
xhxu 2年前
コミット
5812a28190
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/impl/WxCouponServiceImpl.java

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


読み込み中…
キャンセル
保存