Просмотр исходного кода

//..coupon_bug

release_toaliyun_real
xhxu 2 лет назад
Родитель
Сommit
fc97496208
1 измененных файлов: 4 добавлений и 2 удалений
  1. +4
    -2
      mallinkService/src/main/java/com/iformall/service/impl/TtCouponGoodsServiceImpl.java

+ 4
- 2
mallinkService/src/main/java/com/iformall/service/impl/TtCouponGoodsServiceImpl.java Просмотреть файл

@@ -561,8 +561,10 @@ public class TtCouponGoodsServiceImpl implements TtCouponGoodsService {
}
}
}
//审核通过即上架
handlePullOn(ttCouponChannelPoi,now);
if(EnumSpuSyncStatus.sync_audit_pass.getCode().equals(auditing)){
//审核通过即上架
handlePullOn(ttCouponChannelPoi,now);
}

return new ResultData(product);
}else{


Загрузка…
Отмена
Сохранить