Ver código fonte

update gift

release_toaliyun_real
xhxu 4 anos atrás
pai
commit
923780b6e1
1 arquivos alterados com 1 adições e 0 exclusões
  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 Ver arquivo

@@ -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())) {


Carregando…
Cancelar
Salvar