lin
2024-04-12 c52e303d4dd0270c4839f22158c852f03e27dd1f
src/main/java/org/springblade/modules/discuss/controller/TopicsController.java
@@ -131,6 +131,7 @@
         List<TopicsDTO> children = topics.getChildren();
         for (TopicsDTO child : children) {
            child.setParentId(topics.getId());
            child.setDiscussContent(topics.getDiscussContent());
            child.setLevel(2);
            boolean b2 = topicsService.saveOrUpdate(child);
         }