|
@@ -526,6 +526,9 @@ public class TsfDisplayController extends TsfBaseController {
|
|
|
cate.setCateNo(contents.getCateNo());
|
|
cate.setCateNo(contents.getCateNo());
|
|
|
bestList = goodsService.getContentsCategoryGoodsList(cate);
|
|
bestList = goodsService.getContentsCategoryGoodsList(cate);
|
|
|
}
|
|
}
|
|
|
|
|
+ if(cate.getMaxRow()<1){
|
|
|
|
|
+ cate.setMaxRow(20);
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
mav.addObject("bestGoodsList", bestList);
|
|
mav.addObject("bestGoodsList", bestList);
|
|
|
}
|
|
}
|