yingzi 3 년 전
부모
커밋
92f6c7d96f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/system/controller/Audit.php

+ 1 - 1
app/system/controller/Audit.php

@@ -53,10 +53,10 @@ class Audit extends BaseController
      */
     public function infoAuditList(Request $request)
     {
-        $pageSize = 50;
         $post     = UtilService::getMore(
             [
                 ['page', 1],
+                ['pageSize', 50],
                 ['keyword',''],
                 ['mobile',''],
                 ['user_mobile',''],