@@ -478,7 +478,7 @@ public class UserServiceImpl implements UserService {
...
@@ -478,7 +478,7 @@ public class UserServiceImpl implements UserService {
map.put("sCertifType",sCertifType);
map.put("sCertifType",sCertifType);
map.put("sCertifNO",sCertifNO);
map.put("sCertifNO",sCertifNO);
List<Map<String,Object>>certifPicList=jdbcTemplate.queryForList("select TOP 1 * from tShopCertifPic where sCertifNO = ? and sCertifTypeID = ? and sShopNO = ? order by nItem desc",sCertifNO,sCertifTypeID,shopNo);
List<Map<String,Object>>certifPicList=jdbcTemplate.queryForList("select TOP 1 * from tShopCertifPic where sCertifTypeID = ? and sShopNO = ? order by nItem desc",sCertifTypeID,shopNo);