报错如下:
改正方式就是添加resultType。
org.apache.ibatis.executor.ExecutorException: A query was run and no Result Maps were found for the Mapped Statement。
resultType没有指定就会报错
原文:https://www.cnblogs.com/liaoxiaolao/p/9975622.html