zhongrj
2024-04-02 566e7986291e73051d30ee252b0ebf852b1577a7
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);
         }