Commit 8b53728d by 吴佳

增加saveMdlData 和 loadMdlData 供模板保存时使用

parent d588193b
......@@ -1054,7 +1054,7 @@ public class MdaUtils {
continue;
}
//读取到本模型模型名相同数据的行,开始获取模型数据
if(moduleClass.toUpperCase().indexOf(line.toUpperCase()) != -1){
if(moduleClass.getName().toUpperCase().indexOf(line.toUpperCase()) != -1){
//开始获取模型数据标识
isLoading = true;
continue;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment