插入带时分秒的时间不能用java.sql.date,需要使用java.sql.TimeStamp,你可以这样改写:ps.setDate(3,new java.sql.TimeStamp(login.getLogDate().getTime()) );