Commit 9ae19d73 authored by 张永's avatar 张永

1

parent 73afe8f2
...@@ -109,7 +109,7 @@ public class CommonController { ...@@ -109,7 +109,7 @@ public class CommonController {
Map<String, Object> map = null; Map<String, Object> map = null;
try { try {
map = jdbcTemplate.queryForMap("select sOrgNO, sOrgDesc, sOrgPicUrl from tOrg where sAppID = ? and nTag&1 = 0", appId); map = jdbcTemplate.queryForMap("select sOrgNO, sOrgDesc, sOrgPicUrl from tOrg where sAppID = ? and nTag&1 = 0", appId);
} catch (EmptyResultDataAccessException e) { } catch (Exception e) {
throw new XException("配置不存在", e); throw new XException("配置不存在", e);
} }
String sOrgNO = (String)map.get("sOrgNO"); String sOrgNO = (String)map.get("sOrgNO");
......
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