mirror of
https://gitee.com/best_handsome/mybatis-plus-join
synced 2025-07-11 00:02:22 +08:00
update
This commit is contained in:
parent
9fc8860b11
commit
c179c79ffb
@ -83,14 +83,10 @@ public class MyResultInterceptor implements Interceptor {
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
if (object instanceof Map) {
|
if (object instanceof Map) {
|
||||||
Map<?, ?> args = (Map<?, ?>) object;
|
return (Class<?>) ((Map<?, ?>) object).get(Constant.CLAZZ);
|
||||||
if (!args.containsValue(Constant.CLAZZ)) {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
return (Class<?>) args.get(Constant.CLAZZ);
|
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
} catch (IllegalAccessException e) {
|
} catch (Exception e) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user