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