您好,欢迎来到爱够旅游网。
搜索
您的当前位置:首页mybatis xml 格式化时间查询

mybatis xml 格式化时间查询

来源:爱够旅游网
格式化到时分秒也可以到天
<if test="beginTime != null">
    and DATE_FORMAT(send_time,'%Y-%m-%d %H:%M:%S') &gt;= DATE_FORMAT(#{beginTime},'%Y-%m-%d %H:%M:%S')
</if>
<if test="endTime != null">
    and DATE_FORMAT(send_time,'%Y-%m-%d %H:%M:%S') &lt;= DATE_FORMAT(#{endTime},'%Y-%m-%d %H:%M:%S')
</if>
格式化到天
<if test="beginTime != null">
    AND TO_DAYS(send_time) &gt;= TO_DAYS(#{beginTime})
</if>
<if test="endTime != null">
    AND TO_DAYS(send_time) &lt;= TO_DAYS(#{endTime})
</if>

因篇幅问题不能全部显示,请点此查看更多更全内容

Copyright © 2019- igbc.cn 版权所有 湘ICP备2023023988号-5

违法及侵权请联系:TEL:199 1889 7713 E-MAIL:2724546146@qq.com

本站由北京市万商天勤律师事务所王兴未律师提供法律服务