|
@@ -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()
|