cloud-server-other/src/main/java/com/dsh/other/controller/AskedQuestionsController.java
@@ -26,8 +26,7 @@ @PostMapping("/base/notice/queryQuestionDetails") public QuestionDetailsVo getSysQuestionDetails(){ QuestionDetailsVo notices = new QuestionDetailsVo(); public List<QuestionIns> getSysQuestionDetails(){ List<QuestionIns> sysS = new ArrayList<>(); List<FrequentlyAskedQuestions> list = faqService.list(new QueryWrapper<FrequentlyAskedQuestions>() .eq("state", 1) @@ -40,9 +39,8 @@ notice.setQuesContents(noList.getAnswer()); sysS.add(notice); }); notices.setSysS(sysS); } return notices; return sysS; }