如何高效批量获取数据库中的记录信息?
- 内容介绍
- 文章标签
- 相关推荐
本文共计226个文字,预计阅读时间需要1分钟。
json{ app: 1, record: 1, order: desc, offset: 0, limit: 10, comments: [ { id: 2, text: aki\n确认了,没有问题。\n请继续加油。, createdAt: 2017-11-15T11:54:00Z } ]}
tips-1099206_00.js{ "app": 1, "record": 1, "order": "desc", "offset": 0, "limit": 10 } tips-1099206_01.js
{ "comments": [ { "id": "2", "text": "aki \n确认了,没有问题。\n请继续加油。", "createdAt": "2017-11-15T11:54:00Z", "creator": { "code": "zhou", "name": "周世杰" }, "mentions": [ { "code": "aki", "type": "USER" } ] }, { "id": "1", "text": "陈飞 市场部\n这是今天的进展程度。\n周世杰 请确认。
本文共计226个文字,预计阅读时间需要1分钟。
json{ app: 1, record: 1, order: desc, offset: 0, limit: 10, comments: [ { id: 2, text: aki\n确认了,没有问题。\n请继续加油。, createdAt: 2017-11-15T11:54:00Z } ]}
tips-1099206_00.js{ "app": 1, "record": 1, "order": "desc", "offset": 0, "limit": 10 } tips-1099206_01.js
{ "comments": [ { "id": "2", "text": "aki \n确认了,没有问题。\n请继续加油。", "createdAt": "2017-11-15T11:54:00Z", "creator": { "code": "zhou", "name": "周世杰" }, "mentions": [ { "code": "aki", "type": "USER" } ] }, { "id": "1", "text": "陈飞 市场部\n这是今天的进展程度。\n周世杰 请确认。

