Commit 8d9ee146 authored by unset's avatar unset

影像图库新增批量上下架以及删除接口

parent 2b5e79f8
......@@ -48,11 +48,9 @@ public class ShoppingCartInfoBiz extends BaseBiz<ShoppingCartInfoMapper, Shoppin
@Autowired
OrderItemBiz orderItemBiz;
@Autowired
IndustryApplicationInfoBiz industryApplicationInfoBiz;
private final IndustryApplicationInfoBiz industryApplicationInfoBiz;
@Autowired
ImageImgStorageBiz imageImgStorageBiz;
private final ImageImgStorageBiz imageImgStorageBiz;
@Autowired
UserFeign userFeign;
......@@ -69,6 +67,11 @@ public class ShoppingCartInfoBiz extends BaseBiz<ShoppingCartInfoMapper, Shoppin
@Autowired
ImageInfoRelationBiz imageInfoRelationBiz;
public ShoppingCartInfoBiz (IndustryApplicationInfoBiz industryApplicationInfoBiz, ImageImgStorageBiz imageImgStorageBiz) {
this.industryApplicationInfoBiz = industryApplicationInfoBiz;
this.imageImgStorageBiz = imageImgStorageBiz;
}
/**
* 添加购物车
*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment