Commit 3fe03f77 authored by yangyw's avatar yangyw

feature: 过滤资料库分类

parent 2a27dcc7
...@@ -1016,7 +1016,7 @@ public class AppExamineService { ...@@ -1016,7 +1016,7 @@ public class AppExamineService {
*/ */
public void saveWiki(WikiSaveDto dto) { public void saveWiki(WikiSaveDto dto) {
WikiSaveModel model = BeanUtil.copyProperties(dto, WikiSaveModel.class); WikiSaveModel model = BeanUtil.copyProperties(dto, WikiSaveModel.class);
model.setWikiCategoryId(CollUtil.getLast(dto.getWikiCategoryId())); model.setWikiCategoryId(dto.getWikiCategoryId());
examineService.saveWiki(model); examineService.saveWiki(model);
} }
......
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