Commit 8b7b6c31 by “Kongxiangkun”

投票明细增加分页

parent dbb2cbfd
......@@ -60,9 +60,7 @@ public interface ResearchQuestionClient {
* @return
*/
@GetMapping("/researchQuestion/list")
List<TrResearchQuestionVo> listAll(@RequestParam("researchId") Long researchId,
@RequestParam(name = "pageSize", required = false) Integer pageSize,
@RequestParam(name = "pageNo", required = false) Integer pageNo);
List<TrResearchQuestionVo> listAll(@RequestParam("researchId") Long 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