From b6e2fbfc0469657db86b9757c1813d72f6727962 Mon Sep 17 00:00:00 2001 From: LiFan <2308045698@qq.com> Date: 星期四, 18 七月 2024 15:57:26 +0800 Subject: [PATCH] update Quote --- jrj/project/business/AR/ExchangeSignFast.cpp | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jrj/project/business/AR/ExchangeSignFast.cpp b/jrj/project/business/AR/ExchangeSignFast.cpp index 1fae6e8..63e1b6c 100644 --- a/jrj/project/business/AR/ExchangeSignFast.cpp +++ b/jrj/project/business/AR/ExchangeSignFast.cpp @@ -246,11 +246,11 @@ if (dw_obj.GetRowCount() > 0) dw_list.SetItemString(crow, L"SEID", dw_obj.GetGuid(dw_obj.GetRow())); } - dw_list.SetItemString(crow, colname, value); + dw_list.SetItemString(crow, colname.c_str(), value); } else { - dw_list.SetItemString(crow, colname, value); + dw_list.SetItemString(crow, colname.c_str(), value); } dw_list.Redraw(); evalExchAmt(); -- Gitblit v1.9.3