Przeglądaj źródła

[C端消费卡][修改][可转赠状态]

release_toaliyun_real
gongbiao 6 lat temu
rodzic
commit
00095fe939
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/impl/WxCouponChannelServiceImpl.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/service/impl/WxCouponChannelServiceImpl.java Wyświetl plik

@@ -101,7 +101,7 @@ public class WxCouponChannelServiceImpl implements WxCouponChannelService {
//下架拼团券
wxOrderService.updateOrderGroupStatusByCouponChannelId(record.getId(), record.getTenantId(), EnumOrderStatus.ORDER_STATUS_COOPERATING_CANCEL.getCode());
//卡-转赠状态
if (orignal.getType().equals(EnumCouponChannelType.COUPON_CHANNEL_ID_CARD.getCode())) {
if (orignal.getType().equals(EnumCouponType.CARD_MULTIMCH.getCode())) {
WxCoupon wxCoupon = new WxCoupon();
wxCoupon.setId(orignal.getCouponId());
wxCoupon.setSupportTransfer(EnumCouponTransfer.NO.getCode());


Ładowanie…
Anuluj
Zapisz