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