mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-07 00:58:24 +08:00
fix: 修正 toString 方法。
This commit is contained in:
parent
bb9d832014
commit
d080c6b284
@ -18,6 +18,7 @@ package com.mybatisflex.core.query;
|
||||
|
||||
import com.mybatisflex.core.dialect.IDialect;
|
||||
|
||||
import java.util.Arrays;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
@ -48,6 +49,7 @@ public class RawQueryColumn extends QueryColumn implements HasParamsColumn {
|
||||
public String toString() {
|
||||
return "RawQueryColumn{" +
|
||||
"content='" + content + '\'' +
|
||||
", params='" + Arrays.toString(params) + '\'' +
|
||||
'}';
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user