Commit 5f570906 by 田超

Merge branch 'fixbug/new' into 'master'

bug: [none] appNews

See merge request rays/pcloud-book!927
parents 376400a3 7d153585
......@@ -542,6 +542,8 @@ public class AppletNewsBizImpl implements AppletNewsBiz {
//首页的其他栏目
paramMap.put("newsClassifyId", newsClassifyId);
}
paramMap.put("order", 1);
pageBeanNew = getAppletNewsDTOPageBeanNew(numPerPage, paramMap, subKey);
} else {
//非第一页 获取第一页的数据 并排除
pageBeanNew = getAppletNewsDTOPageBeanNew(currentPage, numPerPage, newsClassifyId, paramMap, subKey);
......
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