소스 검색

测试提交内容

zhoutg 6 년 전
부모
커밋
25df099b51
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      icssman-service/src/main/java/com/diagbot/web/QuestionInfoController.java

+ 1 - 0
icssman-service/src/main/java/com/diagbot/web/QuestionInfoController.java

@@ -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);
     }