xml中报错Open quote is expected for attribute "property" associated with an element type "result".
错误写法:
<result column="note" property=note/>
正确写法:
<result column="note" property="note"/>
一定要写引号!一定要写引号!一定要写引号!
xml中报错Open quote is expected for attribute "property" associated with an element type "result".
错误写法:
<result column="note" property=note/>
正确写法:
<result column="note" property="note"/>
一定要写引号!一定要写引号!一定要写引号!