mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-08 09:38:26 +08:00
QueryWrapper query = new QueryWrapper()
.select(
ACCOUNT.ID.as("accountId")
, ACCOUNT.USER_NAME
.from(ACCOUNT.as("a")); , ACCOUNT.USER_NAME后面少了个)
Signed-off-by: 豌豆粉 <173119755@qq.com>