mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-08 01:28:24 +08:00
refactor: 数据构建和查询需要分离。
This commit is contained in:
parent
9e82a0ac12
commit
9633a2866e
@ -40,7 +40,7 @@ public abstract class QueryModel<T extends QueryModel<T>> {
|
|||||||
|
|
||||||
protected QueryWrapper getQueryWrapper() {
|
protected QueryWrapper getQueryWrapper() {
|
||||||
if (queryWrapper == null) {
|
if (queryWrapper == null) {
|
||||||
queryWrapper = QueryWrapper.create(this);
|
queryWrapper = QueryWrapper.create();
|
||||||
}
|
}
|
||||||
return queryWrapper;
|
return queryWrapper;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user