فهرست منبع

修改获取fileId逻辑

tianboguang 2 سال پیش
والد
کامیت
3c594132e1
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/main/java/com/fdkankan/contro/controller/SceneFileController.java

+ 1 - 1
src/main/java/com/fdkankan/contro/controller/SceneFileController.java

@@ -133,7 +133,7 @@ public class SceneFileController{
         }
 
         sceneFileBuild = new SceneFileBuild();
-        sceneFileBuild.setChildName(dataSource.split("_")[0]);
+        sceneFileBuild.setChildName(folderName.split("_")[0]);
         sceneFileBuild.setFileId(fileId);
         sceneFileBuild.setRecStatus("A");
         sceneFileBuild.setUnicode(folderName);