소스 검색

//..coupon_

release_toaliyun_real
xhxu 2 년 전
부모
커밋
2cca388307
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 파일 보기

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


불러오는 중...
취소
저장