lin
2024-03-29 5123f48f469dba99f6929a3f6abbe3690ce3e8c2
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);
         }