rs.updateDate("DEAL_DATE","sysdate");
rs.updateDate("DEAL_DATE",Calendar.getInstance());
这样都是不行的。
那么应该如何呢?
最好能够得到数据库时间,实在不行就只能本机时间更新上去。