ruoyi-service/ruoyi-study/src/main/java/com/ruoyi/study/controller/TStudyController.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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); } }