From a27020239913b71810aa56be033e3a4aee8e09e0 Mon Sep 17 00:00:00 2001 From: masterspirit Date: Sat, 25 Aug 2018 17:51:34 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=8F=91=E5=88=B8Log][=E4=BF=AE=E6=94=B9]=20?= =?UTF-8?q?=E5=88=B8id?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/simple/service/impl/WxCouponActionLogServiceImpl.java | 1 + 1 file changed, 1 insertion(+) 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);