mybatis 嵌套的结果集不能被安全的转为自定义ResultHandler

如下:org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.executor.ExecutorException: Mapped Statements with nested result mappings cannot be safely used with a custom ResultHandler. Use safeResultHandlerEnabled=false setting to bypass this check.
请各位大师解决看看

mybatis 嵌套的结果集不能被安全的转为自定义ResultHandler 的解决办法

http://blog.csdn.net/cszhang570221322/article/details/75226507