Commit d0d254d3 authored by unset's avatar unset

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

parent 82030b49
......@@ -41,15 +41,15 @@ import java.util.Set;
*/
@Service
public class ShoppingCartInfoBiz extends BaseBiz<ShoppingCartInfoMapper, ShoppingCartInfo> {
private final OrderInfoBiz orderInfoBiz;
@Autowired
OrderInfoBiz orderInfoBiz;
@Autowired
OrderItemBiz orderItemBiz;
private final IndustryApplicationInfoBiz industryApplicationInfoBiz;
private final ImageImgStorageBiz imageImgStorageBiz;
@Autowired
IndustryApplicationInfoBiz industryApplicationInfoBiz;
@Autowired
ImageImgStorageBiz imageImgStorageBiz;
@Autowired
UserFeign userFeign;
......@@ -66,12 +66,6 @@ public class ShoppingCartInfoBiz extends BaseBiz<ShoppingCartInfoMapper, Shoppin
@Autowired
ImageInfoRelationBiz imageInfoRelationBiz;
public ShoppingCartInfoBiz (IndustryApplicationInfoBiz industryApplicationInfoBiz, ImageImgStorageBiz imageImgStorageBiz, OrderInfoBiz orderInfoBiz) {
this.industryApplicationInfoBiz = industryApplicationInfoBiz;
this.imageImgStorageBiz = imageImgStorageBiz;
this.orderInfoBiz = orderInfoBiz;
}
/**
* 添加购物车
*
......
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