썸네일 보완
This commit is contained in:
parent
36ca6fa421
commit
ed7dc3ed87
@ -124,10 +124,10 @@ public class NlibSearchController extends NlibCommonController {
|
|||||||
|
|
||||||
if(StringUtil.isEmpty(mbInfoId)) {
|
if(StringUtil.isEmpty(mbInfoId)) {
|
||||||
// 검색엔진에서 받아온 masterId로 상세정보 조회
|
// 검색엔진에서 받아온 masterId로 상세정보 조회
|
||||||
operList = collectionService.setDetailInfoForList(searchVO.getResultList(), null, NlibProperty.getString("thumbnail.image.url.small"));
|
operList = collectionService.setDetailInfoForList(searchVO.getResultList(), null);
|
||||||
} else {
|
} else {
|
||||||
// 검색엔진에서 받아온 masterId로 상세정보 조회
|
// 검색엔진에서 받아온 masterId로 상세정보 조회
|
||||||
operList = collectionService.setDetailInfoForList(searchVO.getResultList(), getMbInfoId(request), NlibProperty.getString("thumbnail.image.url.small"));
|
operList = collectionService.setDetailInfoForList(searchVO.getResultList(), getMbInfoId(request));
|
||||||
}
|
}
|
||||||
|
|
||||||
//결과 데이터 담기
|
//결과 데이터 담기
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user