Skip to content

Commit

Permalink
错误纠正.
Browse files Browse the repository at this point in the history
  • Loading branch information
nieqiurong committed Apr 22, 2024
1 parent 8953ad2 commit 07cd394
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public static MybatisMapperProxy<?> getMybatisMapperProxy(Object mapper) {
}
if (result != null) {
while (Proxy.isProxyClass(result.getClass())) {
result = Proxy.getInvocationHandler(mapper);
result = Proxy.getInvocationHandler(result);
}
}
if (result instanceof MybatisMapperProxy) {
Expand Down

0 comments on commit 07cd394

Please sign in to comment.