Skip to content

Commit

Permalink
优化说明
Browse files Browse the repository at this point in the history
  • Loading branch information
zhou-hao committed Jun 20, 2022
1 parent d8d8bed commit fe0f8ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* database
* .dml()
* .query()
* .select(count("id","total"))
* .select(Selects.count("id","total"))
* .from("user")
* .where(dsl-> dsl.is("name","1"))
* .execute()
Expand Down

0 comments on commit fe0f8ed

Please sign in to comment.