Commit 1947ab67 by “Kongxiangkun”

投票明细增加分页

parent 2ec9416d
......@@ -79,7 +79,7 @@ public class DownloadResearchAnalyze extends AbstractDefaultTask<String, Map<Str
List<ViewAnswerVo> viewAnswerVos = new ArrayList<ViewAnswerVo>();
List<ViewAnswerVo> viewAnswerVos1;
List<TrResearchQuestionOptionVo> trResearchQuestionOptions = researchQuestionOptionClient.listOption(research.getId());
List<TrResearchQuestionVo> trResearchQuestions = researchQuestionClient.listAll(research.getId());
List<TrResearchQuestionVo> trResearchQuestions = researchQuestionClient.listAll(research.getId(), null, null);
if (trResearchQuestions == null) {
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