mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-07 00:58:24 +08:00
Merge pull request #104 from eltociear/patch-1
docs: fix typo in chain.md
This commit is contained in:
commit
80a542dc6f
@ -187,7 +187,7 @@ public class ArticleVo {
|
|||||||
ArticleVo articleVo = articleService.queryChain()
|
ArticleVo articleVo = articleService.queryChain()
|
||||||
.select(
|
.select(
|
||||||
ARTICLE.ALL_COLUMNS,
|
ARTICLE.ALL_COLUMNS,
|
||||||
max(ARTICLE.comments).as(ArticleVo::maxCommments)
|
max(ARTICLE.comments).as(ArticleVo::maxComments)
|
||||||
).from(ARTICLE)
|
).from(ARTICLE)
|
||||||
.where(ARTICLE.ID.ge(100))
|
.where(ARTICLE.ID.ge(100))
|
||||||
.limit(1)
|
.limit(1)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user