썸네일 보완

This commit is contained in:
KNKIM 2021-11-19 17:35:06 +09:00
parent 36ca6fa421
commit ed7dc3ed87

View File

@ -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));
}
//결과 데이터 담기