applemy

 

<

 

<

 

小于号

 

&gt;

 

>

 

大于号

 

&amp;

 

&

 

 

&apos;

 

\'

 

单引号

 

&quot;

 

"

 

双引号

注意在模糊查询是参数要写成\'%$参数$%\'

例如:

<dynamic>
<isNotNull prepend="AND" property="realname">
ue.RealName like \'%$realname$%\'
</isNotNull>

<isNotNull prepend="AND" property="accountno">
ui.AccountNo = #accountno#
</isNotNull>

<isNotNull prepend="AND" property="min">
ui.RegisterTime &gt;= #min#
</isNotNull>

<isNotNull prepend="AND" property="max">
ui.RegisterTime &lt; #max#
</isNotNull>
</dynamic>

分类:

技术点:

相关文章:

  • 2021-10-16
  • 2021-12-16
  • 2021-07-04
  • 2022-12-23
  • 2021-10-16
  • 2021-10-16
猜你喜欢
  • 2021-10-16
  • 2021-10-16
  • 2021-10-16
  • 2022-12-23
  • 2021-10-16
相关资源
相似解决方案