Files
data-engine/common
lmk ae9ada7f9d fix(qa): ISSUE-001 — 修复 executeCount 不一致的 result 访问模式
executeCount 函数混用了 result.List()[0] 和 result[0] 两种访问模式。
改为统一使用 result.List()[0] 遍历列值,并在 int64 类型断言失败时
通过 gfdb 的 Int64() 方法安全获取数值。
2026-06-16 18:39:42 +08:00
..