Browse Source

fix:大小写

super-yimizi 2 months ago
parent
commit
6769e6bba4

+ 1 - 1
application/common/Service/OrderService.php

@@ -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'])) {

+ 1 - 1
application/common/service/OrderService.php

@@ -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'])) {