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

提交

上级 0a844737
......@@ -40,7 +40,7 @@ public class PojoSchema {
public String getCode()
{
if(code==null)
code=this.getOptions()==null||this.getOptions().getCode()==null?this.getName():this.getOptions().getCode();
code=this.getOptions()==null?this.getName():this.getOptions().getCode();
return code;
}
......@@ -53,7 +53,7 @@ public class PojoSchema {
public String getName()
{
if(name==null)
name=this.getOptions()==null||this.getOptions().getName()==null?"":this.getOptions().getName();
name=this.getOptions()==null?"":this.getOptions().getName();
return name;
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册