Procházet zdrojové kódy

update gift

release_toaliyun_real
xhxu před 4 roky
rodič
revize
923780b6e1
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. +1
    -0
      mallinkService/src/main/java/com/iformall/service/impl/WxCouponServiceImpl.java

+ 1
- 0
mallinkService/src/main/java/com/iformall/service/impl/WxCouponServiceImpl.java Zobrazit soubor

@@ -437,6 +437,7 @@ public class WxCouponServiceImpl implements WxCouponService {
if (!EnumCouponType.COUPON_GIFT.getCode().equals(record.getType())){
return new ResultData(ErrorCode.SYS_PARAMETER_NOT_NULL);
}
record.setBusiness(EnumBusiness.BUSINESS_ID6.getCode());
}

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


Načítá se…
Zrušit
Uložit