|
@@ -490,7 +490,7 @@ class OrderService
|
|
|
* @param $param
|
|
|
* @return \think\Paginator
|
|
|
*/
|
|
|
- public static function getOrderList($userId = 0, $param,$status = [])
|
|
|
+ public static function getOrderList($userId = 0, $param =[],$status = [])
|
|
|
{
|
|
|
$pageSize = 15;
|
|
|
if (!empty($param['pageSize'])) {
|