diff --git a/src/main/java/nlib/sch/web/NlibSearchController.java b/src/main/java/nlib/sch/web/NlibSearchController.java index beecb4e6..1a9ce04c 100644 --- a/src/main/java/nlib/sch/web/NlibSearchController.java +++ b/src/main/java/nlib/sch/web/NlibSearchController.java @@ -124,10 +124,10 @@ public class NlibSearchController extends NlibCommonController { if(StringUtil.isEmpty(mbInfoId)) { // 검색엔진에서 받아온 masterId로 상세정보 조회 - operList = collectionService.setDetailInfoForList(searchVO.getResultList(), null, NlibProperty.getString("thumbnail.image.url.small")); + operList = collectionService.setDetailInfoForList(searchVO.getResultList(), null); } else { // 검색엔진에서 받아온 masterId로 상세정보 조회 - operList = collectionService.setDetailInfoForList(searchVO.getResultList(), getMbInfoId(request), NlibProperty.getString("thumbnail.image.url.small")); + operList = collectionService.setDetailInfoForList(searchVO.getResultList(), getMbInfoId(request)); } //결과 데이터 담기