List<Map<String,Object>>addrList=jdbcTemplate.queryForList("select * from tCustAddress where sCustNO = ? and sShopNO = ? and nTag&5 = 4",custNo,shopNo);
List<Map<String,Object>>addrList=jdbcTemplate.queryForList("select * from tCustAddress where sCustNO = ? and sShopNO = ? and nTag&5 = 4",custNo,shopNo);
StringprovinceName=jdbcTemplate.queryForString("select sRegionDesc from tRegion where sRegionNO = ?",provinceId);
StringcityName=jdbcTemplate.queryForString("select sRegionDesc from tRegion where sRegionNO = ?",cityId);
List<Map<String,Object>>addrNameList=jdbcTemplate.queryForList("select sRegionNO, sRegionDesc from tRegion where sRegionNO = ? or sRegionNO = ? or sRegionNO = ?",provinceId,cityId,districtId);
StringdistrictName=jdbcTemplate.queryForString("select sRegionDesc from tRegion where sRegionNO = ?",districtId);