List<Map<String,Object>>certifList=jdbcTemplate.queryForList("select * from tShopCertif where sShopNO = ? and sCertifTypeID = ?",shopNo,sCertifTypeID);
List<Map<String,Object>>certifList=jdbcTemplate.queryForList("select * from tShopCertif where sShopNO = ? and sCertifTypeID = ?",shopNo,sCertifTypeID);