Commit 7d153585 by 桂前礼

bug: [none] appNews

parent 376400a3
......@@ -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