Bug修改

This commit is contained in:
zhangdongxu
2018-06-05 09:15:38 +08:00
parent 699f81edbc
commit 7f08efb88d
2 changed files with 3 additions and 1 deletions

View File

@@ -132,6 +132,8 @@ public class ReadMaatXmlUtil {
maatXmlExpr.setType(18);
} else if (ele.getTextTrim().contains("un_maat_table_name")) {
maatXmlExpr.setType(0);
}else{
maatXmlExpr.setType(-1);
}
}
if (ele.getName().toLowerCase().equals("valueexpression")) {