提交 64643c20 编写于 作者: tangyaolong's avatar tangyaolong

多动态实例路径修改

上级 0d0f155e
......@@ -186,7 +186,7 @@ public class DynamicModelConfigExService extends DynamicModelConfigServiceImpl {
file = new FileInputStream(subFile);
Map fileMap = new HashMap();
fileMap.put("filename", subFile.getName().toLowerCase());
fileMap.put("filepath", concatFilePath(subFile.getPath().replace(getPublishPath(), "").toLowerCase(),"test"));
fileMap.put("filepath", subFile.getPath().replace(getPublishPath(), "").toLowerCase());
fileMap.put("filecontent", IOUtils.toString(file, "UTF-8"));
models.add(fileMap);
} catch (IOException e) {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册