提交 c63eec23 编写于 作者: hebao@lab.ibiz5.com's avatar hebao@lab.ibiz5.com

数值型逻辑有效判断bug修复

上级 46109f01
......@@ -201,7 +201,7 @@ public class EntityObj extends DataObj<String,Object> {
return false;
if(this.getEntityModel().getLogicValidField()==null)
return false;
if(this.getEntityModel().getLogicVal().equals(this.get(this.getEntityModel().getLogicValidField().getColumnName())))
if(this.getEntityModel().getLogicVal().equals(this.getStringValue(this.getEntityModel().getLogicValidField().getColumnName(),"")))
return false;
return true;
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册