提交 66226790 authored 作者: chaoyanjun's avatar chaoyanjun

--no commit message

上级 1ae61706
......@@ -198,7 +198,7 @@ public class PublicController {
@GetMapping(value = ResourceRequestPath.RELATION_RESOURCE + ResourceRequestPath.POPPAGE)
public CallBack<PageInfo<ResourceRelationListVo>> page(QueryResourceForPoPForm form, PageParam pageParam) {
if (form.getResourceType().equals(1)) {
form.setStatus("3");
form.setStatus("1");
return CallBack.success(ebookservice.pageByTitleAndDiyType(form, pageParam));
}else if(form.getResourceType().equals(2)){
return CallBack.success(articleLibraryService.pageByTitleAndDiyType(form, pageParam));
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论