瀏覽代碼

//tt status_sync

release_toaliyun_real
xhxu 3 年之前
父節點
當前提交
4b7d894b40
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/impl/WxCouponChannelServiceImpl.java

+ 1
- 1
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());


Loading…
取消
儲存