Skip to content

Commit

Permalink
2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sim-wangyan committed Nov 16, 2023
1 parent 00a21eb commit a21d625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
连表构建API (QB.X)
25. from(joinSql) //简单的连表SQL,不支持LEFT JOIN ON 多条件; 多条件,请用API[28]
26. fromBuilder.of(Order.class).alia("o") //连表里的主表, API: .fromX(fromX FromX)
26. fromBuilder.of(Order.class).alia("o") //连表里的主表, API: .fromX(FromX fromX)
27. fromBuilder.JOIN(LEFT).of(OrderItem.class).alia("i")
.on("i.orderId = o.id",
28 on -> on.gt(...)) //LEFT JOIN等, 更多条件
Expand Down

0 comments on commit a21d625

Please sign in to comment.