Skip to content

Commit 8867bb4

Browse files
committed
refine fix
1 parent 4d61fda commit 8867bb4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/com/alipay/oceanbase/rpc/ObTableClient.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1073,7 +1073,8 @@ public void setRpcExecuteTimeout(int rpcExecuteTimeout) {
10731073
obTable.setObTableExecuteTimeout(rpcExecuteTimeout);
10741074
}
10751075
}
1076-
} else if (null != odpTable) {
1076+
}
1077+
if (null != odpTable) {
10771078
odpTable.setObTableExecuteTimeout(rpcExecuteTimeout);
10781079
}
10791080
}

0 commit comments

Comments
 (0)