Sfoglia il codice sorgente

//..coupon_bug

release_toaliyun_real
xhxu 2 anni fa
parent
commit
5812a28190
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 Vedi File

@@ -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;


Caricamento…
Annulla
Salva