mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-06 16:48:24 +08:00
docs: fix typo in chain.md
maxCommments -> maxComments
This commit is contained in:
parent
47b4fada3e
commit
aef7af902a
@ -187,7 +187,7 @@ public class ArticleVo {
|
||||
ArticleVo articleVo = articleService.queryChain()
|
||||
.select(
|
||||
ARTICLE.ALL_COLUMNS,
|
||||
max(ARTICLE.comments).as(ArticleVo::maxCommments)
|
||||
max(ARTICLE.comments).as(ArticleVo::maxComments)
|
||||
).from(ARTICLE)
|
||||
.where(ARTICLE.ID.ge(100))
|
||||
.limit(1)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user