错误纠正.
This commit is contained in:
parent
8953ad2712
commit
07cd3948d9
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user