|
|
|
@ -49,13 +49,13 @@ public class DiseaseQuestionManageController {
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@ApiOperation("分页查询问题库列表(排除已选择)")
|
|
|
|
|
@ApiOperation("分页查询问题库列表(排除已选择的问题)")
|
|
|
|
|
@GetMapping("/queryQaLibPageList")
|
|
|
|
|
public Page<AskQuestionLibraryResVo> queryQaLibPageList(@RequestParam(defaultValue = "1") Integer pageNum,
|
|
|
|
|
@RequestParam(defaultValue = "10") Integer pageSize,
|
|
|
|
|
AskQuestionLibraryReqVo askQuestionLibraryReqVo) {
|
|
|
|
|
@RequestParam(defaultValue = "10") Integer pageSize,
|
|
|
|
|
AskQuestionLibraryReqVo askQuestionLibraryReqVo) {
|
|
|
|
|
|
|
|
|
|
return diseaseQuestionManageService.queryQaLibPageList(pageNum, pageSize, askQuestionLibraryReqVo);
|
|
|
|
|
return diseaseQuestionManageService.queryQaLibPageList(pageNum, pageSize, askQuestionLibraryReqVo);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|