Skip to content

Commit 970aee5

Browse files
committed
删除多余的代码
1 parent c9b124d commit 970aee5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

Lines changed: 0 additions & 1 deletion
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)