A query was run and no Result Maps were found for the Mapped Statement

记录这次项目中出现的异常


起初我的 SQL语句写的

A query was run and no Result Maps were found for the Mapped Statement

抛出的异常:A query was run and no Result Maps were found for the Mapped Statement

A query was run and no Result Maps were found for the Mapped Statement

原因:这是因为查询的结果集没有书写返回的类型resultType/resultMap

更正:

A query was run and no Result Maps were found for the Mapped Statement