Skip to content

Commit 970aee5

Browse files
committedMar 16, 2025
删除多余的代码
1 parent c9b124d commit 970aee5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎APIJSONORM/src/main/java/apijson/orm/AbstractSQLExecutor.java

-1
Original file line numberDiff line numberDiff line change
@@ -1133,7 +1133,6 @@ else if (value instanceof Clob) { //SQL Server TEXT 类型 居然走这个
11331133
if (castToJson == false) {
11341134
List<String> json = config.getJson();
11351135
castToJson = json != null && json.contains(label);
1136-
castToJson = json != null && json.contains(label);
11371136
}
11381137
if (castToJson) {
11391138
try {

0 commit comments

Comments
 (0)
Please sign in to comment.