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

mybatis 必须加上resultType
<select id="selectStoreListByCustno" parameterType="java.util.List" resultType="java.util.List">
</select>
posted @ 2021-06-15 18:14  凌波漫步~  阅读(65)  评论(0)    收藏  举报