executeCount 函数混用了 result.List()[0] 和 result[0] 两种访问模式。 改为统一使用 result.List()[0] 遍历列值,并在 int64 类型断言失败时 通过 gfdb 的 Int64() 方法安全获取数值。