|
@@ -61,6 +61,7 @@ public class QuestionInfoController {
|
|
@SysLogger("list")
|
|
@SysLogger("list")
|
|
public RespDTO<IPage<QuestionPageDTO>> list(@RequestBody QuestionPageVO questionPageVO) {
|
|
public RespDTO<IPage<QuestionPageDTO>> list(@RequestBody QuestionPageVO questionPageVO) {
|
|
IPage<QuestionPageDTO> data = questionFacade.getListFac(questionPageVO);
|
|
IPage<QuestionPageDTO> data = questionFacade.getListFac(questionPageVO);
|
|
|
|
+
|
|
return RespDTO.onSuc(data);
|
|
return RespDTO.onSuc(data);
|
|
}
|
|
}
|
|
|
|
|