标签:get sql 实体类 col timestamp amp pre new 插入数据
java.sql.date 插入数据库没有时分秒
把java中实体类的sql.date类型改成java.sql.Timestamp类型即可
util.date 转 Timestamp:
java.sql.Timestamp t = new java.sql.Timestamp(utilDate.getTime);
标签:get sql 实体类 col timestamp amp pre new 插入数据
原文地址:https://www.cnblogs.com/jxlsblog/p/9898744.html