|
@@ -650,13 +650,13 @@ public class TsfDisplayController extends TsfBaseController {
|
|
|
cate1.setBrandGroupNo(params.getBrandGroupNo() == null ? 0 : params.getBrandGroupNo());
|
|
cate1.setBrandGroupNo(params.getBrandGroupNo() == null ? 0 : params.getBrandGroupNo());
|
|
|
cate1.setFrontGb(TsfSession.getFrontGb());
|
|
cate1.setFrontGb(TsfSession.getFrontGb());
|
|
|
cate1.setSiteCd(TscConstants.Site.STYLE24.value());
|
|
cate1.setSiteCd(TscConstants.Site.STYLE24.value());
|
|
|
- cate1.setKeyword("TBJ");
|
|
|
|
|
|
|
+// cate1.setKeyword("TBJ");
|
|
|
cate1.setCateGb("G032_101");
|
|
cate1.setCateGb("G032_101");
|
|
|
cate1.setCate1No(params.getCate1No());
|
|
cate1.setCate1No(params.getCate1No());
|
|
|
mav.addObject("cateList", diquest.getCategoryList(cate1));
|
|
mav.addObject("cateList", diquest.getCategoryList(cate1));
|
|
|
|
|
|
|
|
// 상품리스트 카테고리별 필터 목록
|
|
// 상품리스트 카테고리별 필터 목록
|
|
|
- params.setKeyword("TBJ");
|
|
|
|
|
|
|
+// params.setKeyword("TBJ");
|
|
|
filterList = diquest.getFilterList(params);
|
|
filterList = diquest.getFilterList(params);
|
|
|
}else{
|
|
}else{
|
|
|
// 카테고리 목록
|
|
// 카테고리 목록
|
|
@@ -773,7 +773,7 @@ public class TsfDisplayController extends TsfBaseController {
|
|
|
|
|
|
|
|
String syncYn = commonService.getSearchEngineSyncYn();
|
|
String syncYn = commonService.getSearchEngineSyncYn();
|
|
|
if (syncYn.equals("Y")) { // 검색엔진을 통한 상품리스트 조회
|
|
if (syncYn.equals("Y")) { // 검색엔진을 통한 상품리스트 조회
|
|
|
- params.setKeyword("TBJ");
|
|
|
|
|
|
|
+// params.setKeyword("TBJ");
|
|
|
GoodsListResponse response = diquest.getGoodsList(params);
|
|
GoodsListResponse response = diquest.getGoodsList(params);
|
|
|
pageable.setTotalCount(response.getTotalCount());
|
|
pageable.setTotalCount(response.getTotalCount());
|
|
|
dataList = response.getResponse();
|
|
dataList = response.getResponse();
|