Commit 6012b855 by “Kongxiangkun”

投票明细增加分页

parent fea4f572
......@@ -429,8 +429,8 @@ public class TrResearchQuestionServiceImpl extends ServiceImpl<TrResearchQuestio
if (map.get("pageNo") != null) {
pageNo = (Integer) map.get("pageNo");
}
if (pageSize == null) {
pageNo = (Integer) map.get("pageSize");
if (map.get("pageSize") != null) {
pageSize = (Integer) map.get("pageSize");
}
TrResearchQuestion example = new TrResearchQuestion();
example.setResearchId(researchId);
......
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