|
@@ -961,6 +961,9 @@ public class TsfDisplayController extends TsfBaseController {
|
|
|
|
|
|
|
|
Collection<Filter> filterList = new ArrayList<Filter>();
|
|
Collection<Filter> filterList = new ArrayList<Filter>();
|
|
|
|
|
|
|
|
|
|
+ // 카테고리 목록
|
|
|
|
|
+ mav.addObject("allCateList", displayService.getAllCategoryList("G032_101"));
|
|
|
|
|
+
|
|
|
// 검색엔진 연동 여부
|
|
// 검색엔진 연동 여부
|
|
|
String syncYn = commonService.getSearchEngineSyncYn();
|
|
String syncYn = commonService.getSearchEngineSyncYn();
|
|
|
if (syncYn.equals("Y")) { // 검색엔진을 통한 상품리스트 조회
|
|
if (syncYn.equals("Y")) { // 검색엔진을 통한 상품리스트 조회
|
|
@@ -985,6 +988,7 @@ public class TsfDisplayController extends TsfBaseController {
|
|
|
mav.addObject("filterSeasonList", displayService.getCategoryFilterList(filterList, "SEASON"));
|
|
mav.addObject("filterSeasonList", displayService.getCategoryFilterList(filterList, "SEASON"));
|
|
|
mav.addObject("filterColorList", displayService.getCategoryFilterList(filterList, "COLOR"));
|
|
mav.addObject("filterColorList", displayService.getCategoryFilterList(filterList, "COLOR"));
|
|
|
mav.addObject("filterBenefitList", displayService.getCategoryFilterList(filterList, "BENEFIT"));
|
|
mav.addObject("filterBenefitList", displayService.getCategoryFilterList(filterList, "BENEFIT"));
|
|
|
|
|
+ mav.addObject("params", params);
|
|
|
|
|
|
|
|
return mav;
|
|
return mav;
|
|
|
}
|
|
}
|