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

mybatis jdbcType date没有时分秒

时间:2018-02-02 11:50:55      阅读:385      评论:0      收藏:0      [点我收藏+]

标签:test   默认   body   tis   pre   type   mes   bat   ati   

jdbcType date 年月日

timestamp 年月日时分秒

 

不写的情况

mybatis默认转换为有时分秒

 

建议写成

<if test="modifyTime != null" >
MODIFY_TIME = #{modifyTime},
</if>

<if test="modifyTime != null" >
MODIFY_TIME = #{modifyTime,jdbcType=TIMESTAMP},
</if>

mybatis jdbcType date没有时分秒

标签:test   默认   body   tis   pre   type   mes   bat   ati   

原文地址:https://www.cnblogs.com/zfzf1/p/8402384.html

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