ruoyi-service/ruoyi-study/src/main/java/com/ruoyi/study/controller/TStudyController.java
@@ -111,7 +111,7 @@ wrapper.isNotNull("error"); List<TStory> list1 = storyService.list(wrapper); for (TStory tStory : list1) { if (tStory.getError()!=null && (!tStory.equals(""))){ if (tStory.getError()!=null && (!tStory.getError().isEmpty())){ tStories.add(tStory); } }