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" />

   

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

    

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-07-18
  • 2021-03-31
  • 2022-12-23
  • 2022-12-23
  • 2021-09-27
  • 2021-07-02
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-31
  • 2021-10-22
  • 2021-12-16
  • 2021-06-13
相关资源
相似解决方案