mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-06 16:48:24 +08:00
feat: 添加更多方法。
This commit is contained in:
parent
a5baf7af49
commit
8f04e8a75c
@ -120,6 +120,11 @@ public class CPI {
|
||||
queryWrapper.setJoinTables(joinTables);
|
||||
}
|
||||
|
||||
public static void addJoin(QueryWrapper queryWrapper, Join join) {
|
||||
queryWrapper.addJoinTable(join.getQueryTable());
|
||||
queryWrapper.addJoin(join);
|
||||
}
|
||||
|
||||
|
||||
public static QueryCondition getWhereQueryCondition(QueryWrapper queryWrapper) {
|
||||
return queryWrapper.getWhereQueryCondition();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user