Commit e495fcc6 by “Kongxiangkun”

投票明细增加分页

parent 6674e1d5
...@@ -170,7 +170,7 @@ public class ExportResearch2 { ...@@ -170,7 +170,7 @@ public class ExportResearch2 {
paramsVo.setTaskId(taskId); paramsVo.setTaskId(taskId);
paramsVo.setTaskName(taskName); paramsVo.setTaskName(taskName);
paramsVo.setSerialNo(serialNo); paramsVo.setSerialNo(serialNo);
List<TrResearchQuestionVo> trResearchQuestions = researchQuestionClient.listAll(researchId, null, null); List<TrResearchQuestionVo> trResearchQuestions = researchQuestionClient.listAll(researchId);
if (trResearchQuestions == null) { if (trResearchQuestions == null) {
trResearchQuestions = new ArrayList<TrResearchQuestionVo>(); trResearchQuestions = new ArrayList<TrResearchQuestionVo>();
} }
......
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