Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9b124d commit 970aee5Copy full SHA for 970aee5
APIJSONORM/src/main/java/apijson/orm/AbstractSQLExecutor.java
@@ -1133,7 +1133,6 @@ else if (value instanceof Clob) { //SQL Server TEXT 类型 居然走这个
1133
if (castToJson == false) {
1134
List<String> json = config.getJson();
1135
castToJson = json != null && json.contains(label);
1136
- castToJson = json != null && json.contains(label);
1137
}
1138
if (castToJson) {
1139
try {
0 commit comments