Commit 6674e1d5 by “Kongxiangkun”

投票明细增加分页

parent 252040b2
......@@ -158,7 +158,7 @@ public class ResearchQuestionController {
@ApiParam(name = "researchId", value = "调研id", required = true) @RequestParam(name = "researchId") Long researchId
) {
try {
return Response.ok(researchQuestionClient.listAll(researchId, null, null));
return Response.ok(researchQuestionClient.listAll(researchId));
// return Response.ok(researchQuestionClient.listAll(researchId));
} catch (Exception e) {
......
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