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