Commit c45e570f by 阳浪

投稿列表查询

parent 3cfac7d1
......@@ -202,6 +202,9 @@ public class PublicationServiceImpl extends ServiceImpl<PublicationMapper, Publi
@Override
public List<Publication> searchPublication(Page<Publication> page, Publication info) {
if(info.getSiteId()==null) {
info.setSiteId(ContextHolder.get().getSiteId());
}
return publicationMapper.searchpublication(page, info);
}
......
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