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);
if(certifList.size()>0){
if(certifList.size()>0){
Map<String,Object>certifMap=certifList.get(0);
Map<String,Object>certifMap=certifList.get(0);
...
@@ -515,10 +517,11 @@ public class UserServiceImpl implements UserService {
...
@@ -515,10 +517,11 @@ public class UserServiceImpl implements UserService {