提交 c8ef8544 authored 作者: 任建彩's avatar 任建彩

feat:图书关联全部资源、图书关联系列

1.resource
上级 da26afdb
......@@ -31,8 +31,6 @@ import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import javax.annotation.Resource;
import java.util.List;
import java.util.stream.Collectors;
/**
* @title: GoodsLibraryController
......
......@@ -133,6 +133,8 @@ public class GoodsLibraryServiceImpl extends ServiceImpl<GoodsLibraryMapper, Goo
private SolrManage solrManage;
@Resource
private SystemAdminClient systemAdminClient;
@Resource
private ResourceRelationService resourceRelationService;
/**
* 保存或修改课程
*/
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论