错误纠正.

This commit is contained in:
nieqiurong 2024-04-22 14:34:31 +08:00
parent 8953ad2712
commit 07cd3948d9

View File

@ -99,7 +99,7 @@ public class MybatisUtils {
} }
if (result != null) { if (result != null) {
while (Proxy.isProxyClass(result.getClass())) { while (Proxy.isProxyClass(result.getClass())) {
result = Proxy.getInvocationHandler(mapper); result = Proxy.getInvocationHandler(result);
} }
} }
if (result instanceof MybatisMapperProxy) { if (result instanceof MybatisMapperProxy) {