修复更新商品状态不会

This commit is contained in:
paulGao 2021-06-22 22:36:28 +08:00
parent bf67a45d53
commit 117fe762a8

View File

@ -658,11 +658,6 @@ public class GoodsSkuServiceImpl extends ServiceImpl<GoodsSkuMapper, GoodsSku> i
} }
} }
private void updateSkuCache() {
}
@Autowired @Autowired
public void setGoodsService(GoodsService goodsService) { public void setGoodsService(GoodsService goodsService) {
this.goodsService = goodsService; this.goodsService = goodsService;