wuggemail@foxmail.com 3 months ago
parent
commit
044c24ca7d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/cxinv/controller/Adjust.php

+ 1 - 1
app/cxinv/controller/Adjust.php

@@ -32,7 +32,7 @@ class Adjust extends Base
           ->where($where)
           ->order("financial_tz.id", "desc")
           ->paginate(['page'=>$params['page'],'list_rows'=>$params['size']]);
-      return success("获取成功",["list"=>$list->items(),"total"=>$list->total()]);
+      return success("获取成功",["list"=>$list->items(),"count"=>$list->total()]);
     }
 
     public function info()