Kaynağa Gözat

[发券Log][修改] 券id

release_toaliyun_real
masterspirit 7 yıl önce
ebeveyn
işleme
a270202399
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. +1
    -0
      mallinkService/src/main/java/com/simple/service/impl/WxCouponActionLogServiceImpl.java

+ 1
- 0
mallinkService/src/main/java/com/simple/service/impl/WxCouponActionLogServiceImpl.java Dosyayı Görüntüle

@@ -48,6 +48,7 @@ public class WxCouponActionLogServiceImpl implements WxCouponActionLogService {
public void addOne(String tenantId, Long couponId, Long coupon_order_id, int channelType, Long channelId) { public void addOne(String tenantId, Long couponId, Long coupon_order_id, int channelType, Long channelId) {
WxCouponActionLog actionLog = new WxCouponActionLog(); WxCouponActionLog actionLog = new WxCouponActionLog();
actionLog.setTenantId(tenantId); actionLog.setTenantId(tenantId);
actionLog.setCouponId(couponId);
actionLog.setChannelId(channelId); actionLog.setChannelId(channelId);
actionLog.setCouponOrderId(coupon_order_id); actionLog.setCouponOrderId(coupon_order_id);
actionLog.setChannelType(channelType); actionLog.setChannelType(channelType);


Yükleniyor…
İptal
Kaydet