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