!485 update docs/zh/base/query.md.

Merge pull request !485 from 林钟一六/N/A
This commit is contained in:
Michael Yang 2024-08-11 07:52:51 +00:00 committed by Gitee
commit 68a50592af
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -53,6 +53,11 @@ Db.tx(() -> {
- 1、数据查询并写入到缓存
- 2、Excel 导出等
你还可以使用 Mybatis-Flex-Reactor flex 响应式拓展包),内部将游标操作封装成了 Flux 对象,可以有更好的游标操作体验。
详情可见:
[Gitee](https://gitee.com/goxiaogle/mybatis-flex-reactor)
[Github](https://github.com/Goxiaogle/mybatis-flex-reactor)
## 查询 Map 集合
```java