|
|
@@ -2803,8 +2803,6 @@ public class ProductServiceImpl implements ProductService {
|
|
|
}
|
|
|
}
|
|
|
goodsService.setGoodsDefault(goods);
|
|
|
- boolean autoPublish = goods.getAutoPublish() == null ? true : goods.getAutoPublish();
|
|
|
- goods.setAutoPublish(autoPublish);
|
|
|
goods = goodsDao.save(goods);
|
|
|
logger.info("上架商品", "新增上架商品", "通过卖家中心单个物料上传新增上架商品", goods.getCode(), goods.getId());
|
|
|
}
|