正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -106,6 +106,7 @@ public class EmbeddingsController { | @@ -106,6 +106,7 @@ public class EmbeddingsController { | ||
| 106 | Page<Embeddings> page = new Page<Embeddings>(pageNo, pageSize); | 106 | Page<Embeddings> page = new Page<Embeddings>(pageNo, pageSize); |
| 107 | page.setRecords(records); | 107 | page.setRecords(records); |
| 108 | return Result.OK(page); | 108 | return Result.OK(page); |
| 109 | + | ||
| 109 | } | 110 | } |
| 110 | 111 | ||
| 111 | /** | 112 | /** |
-
请 注册 或 登录 后发表评论