提交 ec180b81 编写于 作者: sq3536's avatar sq3536

提交

上级 ebd1554e
......@@ -235,7 +235,7 @@ public class LiteCoreResource {
Property property=liteModelService.getDataModel(modelid).findObjectProperty(propertyname,"ALL");
if(property!=null)
{
MetaField field=property.getEntityModel().getField(fieldname).getField();
MetaFieldModel field=property.getEntityModel().getField(fieldname).getField();
if(field!=null)
{
String dict = field.getDict();
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册