zhoutg пре 6 година
родитељ
комит
25df099b51

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