Explorar el Código

update gift

release_toaliyun_real
xhxu hace 4 años
padre
commit
ee5fe619e7
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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 Ver fichero

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


Cargando…
Cancelar
Guardar