|
@@ -80,6 +80,7 @@ public class QuestionInfoController {
|
|
@SysLogger("indexRev")
|
|
@SysLogger("indexRev")
|
|
public RespDTO<List<QuestionInfo>> indexRev(@RequestBody QuestionIndexVO questionIndexVO) {
|
|
public RespDTO<List<QuestionInfo>> indexRev(@RequestBody QuestionIndexVO questionIndexVO) {
|
|
List<QuestionInfo> data = questionFacade.indexRev(questionIndexVO);
|
|
List<QuestionInfo> data = questionFacade.indexRev(questionIndexVO);
|
|
|
|
+
|
|
return RespDTO.onSuc(data);
|
|
return RespDTO.onSuc(data);
|
|
}
|
|
}
|
|
|
|
|