From e2b139a297cd4fe41f5e5044d3e8f84c9651c0fd Mon Sep 17 00:00:00 2001 From: fasiondog Date: Sat, 12 Oct 2024 17:57:34 +0800 Subject: [PATCH] fixed TABLE_BIND20 --- hikyuu_cpp/hikyuu/utilities/db_connect/TableMacro.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hikyuu_cpp/hikyuu/utilities/db_connect/TableMacro.h b/hikyuu_cpp/hikyuu/utilities/db_connect/TableMacro.h index cad2b199..6e23285d 100644 --- a/hikyuu_cpp/hikyuu/utilities/db_connect/TableMacro.h +++ b/hikyuu_cpp/hikyuu/utilities/db_connect/TableMacro.h @@ -1734,7 +1734,7 @@ public: } \ void load(const SQLStatementPtr& st) { \ st->getColumn(0, m_id, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15, \ - f16, f17, f18, f20); \ + f16, f17, f18, f19, f20); \ } //-------------------------------------------------------------------