Open quote is expected for attribute "property" associated with an element type "resu

Posted 帅就一个字却跟我一辈子

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Open quote is expected for attribute "property" associated with an element type "resu相关的知识,希望对你有一定的参考价值。

   java  Mybatis 框架下的项目 报   Open quote is expected for attribute "property" associated with an element type "result".    这个错 

  眼快使瞎了,终于找到了

  错误写法: <result column="DELETE_STATUS" property=delete_status  jdbcType="VARCHAR" />

 

 

  正确写法: <result column="DELETE_STATUS" property=delete_status  jdbcType="VARCHAR" />

   

一定要写引号!一定要写引号!一定要写引号!

    

以上是关于Open quote is expected for attribute "property" associated with an element type "resu的主要内容,如果未能解决你的问题,请参考以下文章