Python 往mysql数据库插入 datetime、double 类型

插入double类型,使用%s 而不是%d

INSERT INTO TbAccusation (tStart,nReportReward) VALUES ( %s, %s)