doc: update docs

This commit is contained in:
开源海哥 2023-10-18 11:58:57 +08:00
parent 382b79b8f8
commit 1a3d7ce9f4

View File

@ -1137,7 +1137,7 @@ WHERE `user_name` LIKE '%michael%' AND `age` >= 18
## Map 转化为 QueryWrapper
方法同 [Entity 转化为 QueryWrapper](./#entity-转化为-querywrapper) 类似,只需要把 entity 变量替换为 map 即可。
方法同 [Entity 转化为 QueryWrapper](#entity-转化为-querywrapper) 类似,只需要把 entity 变量替换为 map 即可。
## QueryWrapper 序列化