Explorar o código

错误纠正.

nieqiurong hai 1 ano
pai
achega
07cd3948d9

+ 1 - 1
mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/MybatisUtils.java

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