Explorar el Código

//..coupon_

release_toaliyun_real
xhxu hace 2 años
padre
commit
2cca388307
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/impl/TtCouponGoodsServiceImpl.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/service/impl/TtCouponGoodsServiceImpl.java Ver fichero

@@ -573,7 +573,7 @@ public class TtCouponGoodsServiceImpl implements TtCouponGoodsService {
couponChannel.setShowBeginTime(showBeginTime);
couponChannel.setBeginTime(beginTime);
couponChannel.setEndTime(endTime);
// couponChannel.setStatus(EnumCouponChannelStatus.STATUS_THROW_IN.getCode());
couponChannel.setStatus(EnumCouponChannelStatus.STATUS_THROW_IN.getCode());
couponChannel.setCouponId(wxCoupon.getId());
couponChannel.setMakeMerchantId(wxCoupon.getMakeMerchantId());
couponChannel.setType(wxCoupon.getType());


Cargando…
Cancelar
Guardar