在mapper.xml的文件中,大于等于可以使用 >=        >=

<if test="stds.a205One != null">
   and a.a205 &gt;= #{stds.a205One}
</if>

小于于等于可以使用 &lt;=        <=

<if test="stds.a206Two != null">
  and a.a206 &lt;= #{stds.a206Two}
</if>

 

Logo

基于 Vue 的企业级 UI 组件库和中后台系统解决方案,为数万开发者服务。

更多推荐