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){
...
@@ -501,12 +502,13 @@ public class UserServiceImpl implements UserService {
...
@@ -501,12 +502,13 @@ 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);
List<Map<String,Object>>addrList=jdbcTemplate.queryForList("select * from tCustAddress where sCustNO = ? and sShopNO = ? and nTag&5 = 4",custNo,shopNo);