ソースを参照

添加总条数

tags/v2.4.0
xiaoying 1年前
コミット
5d2e3fdb6a
1個のファイルの変更2行の追加0行の削除
  1. +2
    -0
      tuoheng_oidc_admin/src/main/java/com/tuoheng/service/impl/ClientUserServiceImpl.java

+ 2
- 0
tuoheng_oidc_admin/src/main/java/com/tuoheng/service/impl/ClientUserServiceImpl.java ファイルの表示

@@ -281,6 +281,8 @@ public class ClientUserServiceImpl implements ClientUserSevice {
list.add(vo);
}
PageInfo<TenantVo> tenantVoPageInfo = new PageInfo<>(list);
//添加总条数
tenantVoPageInfo.setTotal(list.size());

return JsonResult.success(tenantVoPageInfo);
}

読み込み中…
キャンセル
保存