提交 a8b1399d 编写于 作者: zhouweidong's avatar zhouweidong

优化初始化模型逻辑

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