mybatis xml 大于 小于 不等于 转义符转换

时间:2025-02-16 13:04:11
<if test=" != null and != ''"><!-- 开始时间检索 --> and date_format(r.create_time,'%y%m%d') &gt;= date_format(#{params.beginTime},'%y%m%d') </if> <if test=" != null and != ''"><!-- 结束时间检索 --> and date_format(r.create_time,'%y%m%d') &lt;= date_format(#{params.endTime},'%y%m%d') </if>