Mapper 中参数类型用  Date

xml中接收值用TIMESTAMP     :      #{startTime,jdbcType=TIMESTAMP}

注: xml中判断参数是否有值, 只用null就行,千万不能用字符串startTime != '' ,如下:

                 <if test="startTime!= null">
                    and start_time &gt;= #{startTime,jdbcType=TIMESTAMP} 
                 </if>

Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐