不能使用getdate()函数
应该用datetime(CURRENT_TIMESTAMP,'localtime')来代替
另外在sql语中有时间比较条件的时候,也应该这样先使用转换datetime('2010-1-15 12:00:00'),然后再比较