Commit 199d65b2 authored by Quxl's avatar Quxl

x

parent 5417be3f
...@@ -210,7 +210,7 @@ public class BrandServiceImpl implements BrandService { ...@@ -210,7 +210,7 @@ public class BrandServiceImpl implements BrandService {
@Override @Override
public List<Map<String, Object>> queryAuthorizationIPList(String custNo, String orgNo) { public List<Map<String, Object>> queryAuthorizationIPList(String custNo, String orgNo) {
String sql = "select * from tIPBrandAuthorize where sOrgNO = ? and sCustNO = ? and nTag&1 = 0"; String sql = "select * from tIPBrand where sOrgNO = ? and sCustNO = ? and nTag&1 = 0";
return jdbcTemplate.queryForList(sql, orgNo, custNo); return jdbcTemplate.queryForList(sql, orgNo, custNo);
} }
......
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