fangpy 1 éve
szülő
commit
7a37ad8261

+ 2 - 0
business-common/src/main/java/com/rongwei/bscommon/sys/service/impl/ZhcxItpProjectNodesServiceImpl.java

@@ -162,6 +162,7 @@ public class ZhcxItpProjectNodesServiceImpl extends ServiceImpl<ZhcxItpProjectNo
                                         }
                                     }
                                 }
+                                projectNode.setPath(newPaths);
                             }
                         }
 
@@ -293,6 +294,7 @@ public class ZhcxItpProjectNodesServiceImpl extends ServiceImpl<ZhcxItpProjectNo
                                         }
                                     }
                                 }
+                                projectNode.setPath(newPaths);
                             }
                         }
 

+ 1 - 0
business-common/src/main/java/com/rongwei/bscommon/sys/service/impl/ZhcxItpTemplateServiceImpl.java

@@ -259,6 +259,7 @@ public class ZhcxItpTemplateServiceImpl extends ServiceImpl<ZhcxItpTemplateDao,
                                     }
                                 }
                             }
+                            copyNodesDo.setPath(newPaths);
                         }
                     }
                 }