List<Map<String,Object>>certifList=jdbcTemplate.queryForList("select * from tShopCertif where sShopNO = ? and sCertifTypeID = ?",shopNo,sCertifTypeID);
if(certifList.size()>0){
...
...
@@ -478,11 +479,12 @@ public class UserServiceImpl implements UserService {
List<Map<String,Object>>addrList=jdbcTemplate.queryForList("select * from tCustAddress where sCustNO = ? and sShopNO = ? and nTag&5 = 4",custNo,shopNo);