Cause: org.apache.ibatis.executor.ExecutorException: A query was run and no Result Maps were found for the Mapped Statement 'com.shadow.foretaste.UserInfoDao.getPhoneNum'. It's likely that neither a Result Type nor a Result Map was specified.
创新互联建站专注于肥城企业网站建设,成都响应式网站建设公司,成都商城网站开发。肥城网站建设公司,为肥城等地区提供建站服务。全流程按需制作,专业设计,全程项目跟踪,创新互联建站专业和态度为您提供的服务
导致这个错误的原因是:
mapper.xml中没有指定返回值类型
<select id="getPhoneNum" > select phone_num from user_info where id = #{id} </select>
修改后:
<select id="getPhoneNum" resultType="String"> select phone_num from user_info where id = #{id} </select>
名称栏目:AquerywasrunandnoResultMapswerefoundfortheMappedStatement
当前链接:https://www.cdcxhl.com/article20/pohejo.html
成都网站建设公司_创新互联,为您提供品牌网站建设、Google、手机网站建设、企业建站、小程序开发、做网站
声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源: 创新互联