Open quote is expected for attribute "property" associated with an element type "result".
element
A Vue.js 2.0 UI Toolkit for Web
项目地址:https://gitcode.com/gh_mirrors/eleme/element

·
1、错误 编辑Ibatis 启动jboss报错
Open quote is expected for attribute "property" associated with an element type "result".
错误查找:
最终在ibatis的数据库配置文件上找到问题了。
<resultMap id="SaleCity" class="SaleCity">
<result column="ID" property=saleCityId />
<result column="YYB_CODE" property="yybCode" />
<result column="YYB_CNAME" property="yybCname" />
<result column="PROVINCE" property="province" />
<result column="YYB_CITY" property="cityCname" />
<result column="YYB_CITY_CODE" property="cityCode" />
</resultMap>
<result column="ID" property=saleCityId /> 缺少了双引号。




A Vue.js 2.0 UI Toolkit for Web
最近提交(Master分支:19 天前 )
c345bb45
1 年前
a07f3a59
* Update transition.md
* Update table.md
* Update transition.md
* Update table.md
* Update transition.md
* Update table.md
* Update table.md
* Update transition.md
* Update popover.md 1 年前
更多推荐
所有评论(0)