解决富文本图片在门户网站不能显示问题
This commit is contained in:
parent
bc4be6de75
commit
f4a746da4c
@ -131,6 +131,7 @@ public class NewsAppController extends DefaultBaseController {
|
||||
public SuccessResultList<List<NewsDTO>> listPageRelease(ListPage page) {
|
||||
Map<String, Object> params = requestParams();
|
||||
params.put("sendStatus", "published");
|
||||
params.put("forPortal", "yes");
|
||||
page.setParams(params);
|
||||
return newsService.listPage(page);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user