|
@@ -856,6 +856,8 @@ public class ProductNewController extends BaseController {
|
|
|
model.addAttribute("full", recommendList.size() >= 15 ? 1 : 0);
|
|
|
model.addAttribute("dbProductNum", manualRecommend);
|
|
|
model.addAttribute("product", product);
|
|
|
+// model.addAttribute("pageNo",1);
|
|
|
+// model.addAttribute("pageSize",10);
|
|
|
return "modules/product-new/recommend";
|
|
|
}
|
|
|
|