diff --git a/mallinkService/src/main/java/com/iformall/service/impl/WxCouponChannelServiceImpl.java b/mallinkService/src/main/java/com/iformall/service/impl/WxCouponChannelServiceImpl.java index 483c278f7..e685999c8 100644 --- a/mallinkService/src/main/java/com/iformall/service/impl/WxCouponChannelServiceImpl.java +++ b/mallinkService/src/main/java/com/iformall/service/impl/WxCouponChannelServiceImpl.java @@ -166,7 +166,7 @@ public class WxCouponChannelServiceImpl implements WxCouponChannelService { try{ if(EnumCouponStatus.COUPON_STATUS_TAKE_OFFF.getCode().equals(record.getStatus())){ //同步抖音状态 - spuStatusSyncByCoupon(record,record.getId()); + spuStatusSyncByCoupon(record,record.getCouponId()); } }catch(Exception e){ logger.error("send spuStatusSync error: " + e.getMessage());