fixes bug refs YW-1649
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -479,7 +479,7 @@ class DetailModel | @@ -479,7 +479,7 @@ class DetailModel | ||
479 | * @param int $pageSize 每页显示个数 | 479 | * @param int $pageSize 每页显示个数 |
480 | * @return array | 480 | * @return array |
481 | */ | 481 | */ |
482 | - public static function getConsults($productId, $pageNum = 1, $pageSize = 100) | 482 | + public static function getConsults($productId, $pageNum = 1, $pageSize = 300) |
483 | { | 483 | { |
484 | $result = array(); | 484 | $result = array(); |
485 | 485 |
-
Please register or login to post a comment