root 2 年 前
コミット
f5836f6d84

+ 2 - 1
simulation-resource-video/src/main/java/com/css/simulation/resource/video/service/VideoService.java

@@ -254,7 +254,8 @@ public class VideoService {
                     }
                     if ("SceneGraphFile".equals(node2.getName())) {
                         Attribute name = node2.attribute("filepath");
-                        name.setText(osgbPath);
+//                        name.setText(osgbPath);
+                        name.setText("osgbPath");
                     }
                 }
             }