Rumah > Artikel > pangkalan data > mybatis-MyBatis如何保存带有双引号的字符串
mybatismysqljavasql
今天用MyBatis保存数据的时候突然发现报错了!
org.apache.ibatis.exceptions.PersistenceException:
<code> values ('杭州西湖湖' at line 2"</code>
初步估计应该是因为保存的字符串有双引号的关系!求大神致电如何解决这种问题 keyProperty="id" useGeneratedKeys="true">
insert into News
(desc,link,pubDate,source,title,channelId,imageurls)
values
(#{desc},#{link},#{pubDate},#{source},#{title},#{channelId},#{imageurls})
<code></code>
<code></code>
<code></code>