Attribute "resultType" must be declared for element type "update" or "inser

Posted isme-zjh

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Attribute "resultType" must be declared for element type "update" or "inser相关的知识,希望对你有一定的参考价值。

技术图片

 

 仔细查看错误如图所示:

技术图片

 

    解决错误就是把resultType去掉,因为在insert和update语句中是没有返回值的。小坑小坑

转自:https://blog.csdn.net/u013144287/article/details/77328265

以上是关于Attribute "resultType" must be declared for element type "update" or "inser的主要内容,如果未能解决你的问题,请参考以下文章

mybatis resultType="map"查询不到值

mybatis 之 resultType="Integer"

mybatis 之resultType="Map"

mybatis 之resultType="HashMap" parameterType="list"

mybatis的查询必须指定resultType或者resultMap吗?

mybatis 配置sql 当返回值为int的时候,resulttype怎么写