Commit 6ae2b70c authored by Quxl's avatar Quxl

x

parent 34c7ce10
...@@ -219,4 +219,5 @@ public class BrandServiceImpl implements BrandService { ...@@ -219,4 +219,5 @@ public class BrandServiceImpl implements BrandService {
String sql = "select * from tIPBrandAuthorize where sOrgNO = ? and sCustNO = ? and sBrandID = ?"; String sql = "select * from tIPBrandAuthorize where sOrgNO = ? and sCustNO = ? and sBrandID = ?";
return jdbcTemplate.queryForMap(sql, orgNo, custNo, brandId); return jdbcTemplate.queryForMap(sql, orgNo, custNo, brandId);
} }
} }
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