mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-07 17:18:24 +08:00
!40 update docs/zh/base/querywrapper.md.
Merge pull request !40 from 豌豆粉/N/A
This commit is contained in:
commit
5b931e3964
@ -68,7 +68,7 @@ SELECT id, user_name FROM tb_account
|
||||
QueryWrapper query = new QueryWrapper()
|
||||
.select(
|
||||
ACCOUNT.ID.as("accountId")
|
||||
, ACCOUNT.USER_NAME
|
||||
, ACCOUNT.USER_NAME)
|
||||
.from(ACCOUNT.as("a"));
|
||||
```
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user