Ver código fonte

update gift

release_toaliyun_real
xhxu 4 anos atrás
pai
commit
a4965a6052
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/impl/WxOrderServiceImpl.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/service/impl/WxOrderServiceImpl.java Ver arquivo

@@ -1387,7 +1387,7 @@ public class WxOrderServiceImpl implements WxOrderService {
throw new MallinkException(ErrorCode.COUPON_IS_EMPTY);
}
if (coupon.getStatus() == EnumCouponStatus.COUPON_STATUS_TAKE_OFFF.getCode()) {
logger.error("券已下架, couponId: " + couponId);
logger.error("券已作废, couponId: " + couponId);
throw new MallinkException(ErrorCode.COUPON_IS_TAKE_OFF.getCode(), coupon.getTitle() + ErrorCode.COUPON_IS_TAKE_OFF.getMessage());
}
if (coupon.getSendType() != 3 || coupon.getSalePrice() != 0) {


Carregando…
Cancelar
Salvar