Record新增时
DB.save("table", record);
record.getLong("userId")取不到自增主键userId,getLong("id")却可以取到,是不是个bug?