Commit 2ffad439 authored by zhoumaotao's avatar zhoumaotao

2

parent b30e6ff4
...@@ -164,6 +164,8 @@ public class GpfkcxDaoImpl extends BaseDaoImpl implements GpfkcxDao { ...@@ -164,6 +164,8 @@ public class GpfkcxDaoImpl extends BaseDaoImpl implements GpfkcxDao {
if(StringUtils.isNotEmpty(woid)){ if(StringUtils.isNotEmpty(woid)){
sqlMap.append(" and WOGYLX_WOID = :pWoid "); sqlMap.append(" and WOGYLX_WOID = :pWoid ");
sqlMap.setParamValue("pWoid", woid); sqlMap.setParamValue("pWoid", woid);
}else {
sqlMap.append(" and isnull(WOGYLX_WOID,'') <> '' ");
} }
return sqlMap.queryEntity(Gpfkjg.class); return sqlMap.queryEntity(Gpfkjg.class);
} }
......
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