Przeglądaj źródła

Merge branch 'release_toaliyun_real_20230701' of https://git.malls.iformall.com/server/formallProject into release_toaliyun_real_20230701

release_toaliyun_real
lin 2 lat temu
rodzic
commit
b171356c35
1 zmienionych plików z 1 dodań i 1 usunięć
  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 Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz