Explorar el Código

Merge remote-tracking branch 'origin/develop' into develop

release_toaliyun_real
luozukai hace 7 años
padre
commit
588e7ea256
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. +3
    -3
      mallinkService/src/main/java/com/iformall/service/impl/WxCampaignServiceImpl.java

+ 3
- 3
mallinkService/src/main/java/com/iformall/service/impl/WxCampaignServiceImpl.java Ver fichero

@@ -184,10 +184,10 @@ public class WxCampaignServiceImpl implements WxCampaignService {
throw new MallinkException(ErrorCode.COUPON_IS_EMPTY);
}
if (wxCoupon.getStatus() != EnumCouponStatus.COUPON_STATUS_THROW_IN.getCode()) {
throw new MallinkException(ErrorCode.COUPON_IS_TAKE_OFF);
}
return;
}
if (wxCoupon.getValidEndDate() != null && wxCoupon.getValidEndDate().before(new Date())) {
throw new MallinkException(ErrorCode.COUPON_IS_TAKE_OFF);
return;
}

// 已有的couponChannel, 更新


Cargando…
Cancelar
Guardar