Sfoglia il codice sorgente

update gift

release_toaliyun_real
xhxu 4 anni fa
parent
commit
ee5fe619e7
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. +3
    -1
      mallinkService/src/main/java/com/iformall/service/impl/WxCouponServiceImpl.java

+ 3
- 1
mallinkService/src/main/java/com/iformall/service/impl/WxCouponServiceImpl.java Vedi File

@@ -429,7 +429,9 @@ public class WxCouponServiceImpl implements WxCouponService {
}

} else{
return new ResultData(ErrorCode.SYS_PARAMETER_NOT_NULL);
if (!EnumCouponType.COUPON_GIFT.getCode().equals(record.getType())){
return new ResultData(ErrorCode.SYS_PARAMETER_NOT_NULL);
}
}

if (record.getPasswordSupport() != null && record.getPasswordSupport().equals(EnumCouponPasswordSupport.SUPPORTED.getCode())) {


Caricamento…
Annulla
Salva