zhongrj
2024-04-12 dbe7fe4662e9fd130869f0c5e7ee218f62740b72
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);
         }