Commit 133cfdf6 authored by Quxl's avatar Quxl

x

parent 58d462f8
...@@ -108,7 +108,7 @@ public class CommonController { ...@@ -108,7 +108,7 @@ public class CommonController {
public Object getConfig(String appId) { public Object getConfig(String appId) {
Map<String, Object> map = null; Map<String, Object> map = null;
try { try {
map = jdbcTemplate.queryForMap("select sOrgNO, sOrgDesc 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 (EmptyResultDataAccessException e) {
throw new XException("配置不存在", e); throw new XException("配置不存在", e);
} }
......
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