Kirin 2 years ago
parent
commit
2f9731d4f6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/api/controller/admin/StoreOrderController.php

+ 1 - 1
app/api/controller/admin/StoreOrderController.php

@@ -102,7 +102,7 @@ class StoreOrderController
         if (!$info) {
             return app('json')->fail('权限不足');
         }
-        $where = UtilService::getMore(['page', 'limit', 'status']);
+        $where = UtilService::getMore([['page', 1], ['limit', 10], ['status', '']]);
         $where['store_id'] = $info['store_id'];
         $list = Card::systemPage($where);
         unset($where['page']);