<?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[详解使用mybatis-plus的${ew.sqlSegment}，${ew.sqlSelect}，${ew.customSqlSegment}]]></title> 
<author>Heck &lt;@hecks.tk&gt;</author>
<category><![CDATA[编程杂谈]]></category>
<pubDate>Wed, 11 Oct 2023 03:45:32 +0000</pubDate> 
<guid>https://www.heckjj.com/post//</guid> 
<description>
<![CDATA[ 
	$&#123;ew.customSqlSegment&#125; 会直接在前面添加 where<br/><br/> @Select(select * from a $&#123;ew.customSqlSegment&#125;）<br/> List&lt;a&gt; getHeck(@Param(Constants.WRAPPER)QueryWrapper queryWrapper)<br/><br/>$&#123;ew.sqlSegment&#125; 就只有条件语句<br/><br/> @Select(select * from a where $&#123;ew.sqlSegment&#125;）<br/> List&lt;a&gt; getHeck(@Param(Constants.WRAPPER)QueryWrapper queryWrapper)<br/><br/>$&#123;ew.sqlSelect&#125; 就是 queryWrapper.select(****) 你所定义需要查询的字段<br/><br/> @Select(select $&#123;ew.sqlSelect&#125; from a ）<br/> List&lt;a&gt; getHeck(@Param(Constants.WRAPPER)QueryWrapper queryWrapper)
]]>
</description>
</item><item>
<link>https://www.heckjj.com/post//#blogcomment</link>
<title><![CDATA[[评论] 详解使用mybatis-plus的${ew.sqlSegment}，${ew.sqlSelect}，${ew.customSqlSegment}]]></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>