<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[Heck's  Blog]]></title> 
<link>https://www.heckjj.com/index.php</link> 
<description><![CDATA[一瞬间的决定，往往可以改变很多，事实上，让自己成功的往往不是知识，是精神！ 如果你总是为自己找借口，那只好让成功推迟。执行力，今天！]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[Heck's  Blog]]></copyright>
<item>
<link>https://www.heckjj.com/post//</link>
<title><![CDATA[MybatisPlus 报错Failed to process, please exclude the tableName or statementId.]]></title> 
<author>Heck &lt;@hecks.tk&gt;</author>
<category><![CDATA[编程杂谈]]></category>
<pubDate>Tue, 17 May 2022 05:02:46 +0000</pubDate> 
<guid>https://www.heckjj.com/post//</guid> 
<description>
<![CDATA[ 
	sql执行正常的，但是放到mybatisPlus中执行错误报: Failed to process, please exclude the tableName or statementId.<br/><br/>大概率是存在特殊字符使mybatis解析异常<br/>1.在mapper.java中的方法上添加@SqlParser(filter=true)注解<br/><a href="https://www.heckjj.com/attachment.php?fid=224" target="_blank"><img src="https://www.heckjj.com/attachment.php?fid=224" class="insertimage" alt="点击在新窗口中浏览此图片" title="点击在新窗口中浏览此图片" border="0"/></a><br/><br/>2.如果sql中有注释，删掉注释<br/><a href="https://www.heckjj.com/attachment.php?fid=225" target="_blank"><img src="https://www.heckjj.com/attachment.php?fid=225" class="insertimage" alt="点击在新窗口中浏览此图片" title="点击在新窗口中浏览此图片" border="0"/></a><br/>Tags - <a href="https://www.heckjj.com/tags/mybatis/" rel="tag">mybatis</a> , <a href="https://www.heckjj.com/tags/mybatisplus/" rel="tag">mybatisplus</a>
]]>
</description>
</item><item>
<link>https://www.heckjj.com/post//#blogcomment</link>
<title><![CDATA[[评论] MybatisPlus 报错Failed to process, please exclude the tableName or statementId.]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>https://www.heckjj.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>