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);
StringdistrictName=jdbcTemplate.queryForString("select sRegionDesc from tRegion where sRegionNO = ?",districtId);
intcount=jdbcTemplate.queryForInt("select count(*) from tShopCertif where sShopNO = ? and sCertifTypeID = ? and sCertifNO = ?",newObject[]{shopNo,certifTypeID,certifNO});
intcount=jdbcTemplate.queryForInt("select count(*) from tShopCertif where sShopNO = ? and sCertifTypeID = ? and sCertifNO = ?",newObject[]{shopNo,certifTypeID,certifNO});