fanli/src/main/java/com/yeshi/fanli/service/impl/taobao/TaoBaoGoodsUpdateServiceImpl.java
@@ -113,6 +113,8 @@ if (goods.getAuctionId() == null || goods.getAuctionId() == 0) throw new TaobaoGoodsUpdateException(2, "商品ID为空"); // 设置商品正常上线 goods.setState(0); // 更新收藏信息 try { commonGoodsService.updateCommonGoods(CommonGoodsFactory.create(goods));