|
|
@@ -76,7 +76,7 @@ public class ProductController {
|
|
|
* @return all products
|
|
|
*/
|
|
|
@RequestMapping(method = RequestMethod.GET, params = "_status=all")
|
|
|
- Page<Product> getAllProducts(PageParams page, String keyword, String type) {
|
|
|
+ Page<V_ProductPrivate> getAllProducts(PageParams page, String keyword, String type) {
|
|
|
PageInfo info = new PageInfo(page);
|
|
|
return productService.getAllProducts(info, keyword, type);
|
|
|
}
|