码迷,mamicode.com
首页 > 数据库 > 详细

mybati内sql查询语句在两个日期内

时间:2017-08-08 15:15:24      阅读:236      评论:0      收藏:0      [点我收藏+]

标签:arc   from   fps   char   lan   int   audit   ack   rom   

装载自:

  http://blog.csdn.net/u010442302/article/details/72902441?locationNum=9&fps=1

 
<select id="selectByParamCount" resultType="java.lang.Integer"
parameterType="com.sss.fin.cif.vo.admin.BankCardAuditQuery">
select count(1) from tablename
<where>
<if test="operatorDateStart != null and operatorDateStart !=‘‘ " >
operator_date >= #{operatorDateStart,jdbcType=VARCHAR}
</if>
<if test="operatorDateEnd != null and operatorDateEnd !=‘‘ " >
<![CDATA[
and operator_date <= concat(#{operatorDateEnd,jdbcType=VARCHAR},‘235959‘)
]]>
</if>
</where>
</select>

<![CDATA[ ]]> 转义< (小于号)
sql语句中,默认把yyyyMMdd定位成该日期的零点整
 
1

mybati内sql查询语句在两个日期内

标签:arc   from   fps   char   lan   int   audit   ack   rom   

原文地址:http://www.cnblogs.com/rzqz/p/7306542.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!