diff --git a/mallinkService/src/main/java/com/simple/service/impl/WxCouponActionLogServiceImpl.java b/mallinkService/src/main/java/com/simple/service/impl/WxCouponActionLogServiceImpl.java index 74a03e6a6..e4f7baa11 100644 --- a/mallinkService/src/main/java/com/simple/service/impl/WxCouponActionLogServiceImpl.java +++ b/mallinkService/src/main/java/com/simple/service/impl/WxCouponActionLogServiceImpl.java @@ -48,6 +48,7 @@ public class WxCouponActionLogServiceImpl implements WxCouponActionLogService { public void addOne(String tenantId, Long couponId, Long coupon_order_id, int channelType, Long channelId) { WxCouponActionLog actionLog = new WxCouponActionLog(); actionLog.setTenantId(tenantId); + actionLog.setCouponId(couponId); actionLog.setChannelId(channelId); actionLog.setCouponOrderId(coupon_order_id); actionLog.setChannelType(channelType);