|
@@ -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) {
|