mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-08 01:28:24 +08:00
feat: add SqlOperators
This commit is contained in:
parent
bcc0907c01
commit
184b655907
@ -923,7 +923,7 @@ public class TableInfo {
|
||||
}
|
||||
|
||||
|
||||
public QueryWrapper buildQueryWrapper(Object entity, Map<String, SqlOperator> operators) {
|
||||
public QueryWrapper buildQueryWrapper(Object entity, SqlOperators operators) {
|
||||
QueryColumn[] queryColumns = new QueryColumn[defaultQueryColumns.length];
|
||||
for (int i = 0; i < defaultQueryColumns.length; i++) {
|
||||
queryColumns[i] = columnQueryMapping.get(defaultQueryColumns[i]);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user