From f945c112904dfe836621cc7005c53080826c3feb Mon Sep 17 00:00:00 2001 From: xj qian <qianxj15@sina.com> Date: 星期五, 13 九月 2024 10:01:45 +0800 Subject: [PATCH] update --- jrj/project/business/Enquiry/EnquiryEx.quote.vx.cpp | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jrj/project/business/Enquiry/EnquiryEx.quote.vx.cpp b/jrj/project/business/Enquiry/EnquiryEx.quote.vx.cpp index 69cb74c..d03d433 100644 --- a/jrj/project/business/Enquiry/EnquiryEx.quote.vx.cpp +++ b/jrj/project/business/Enquiry/EnquiryEx.quote.vx.cpp @@ -97,7 +97,7 @@ if (items == L"") items = id; else - items += L",L" + id; + items += L"," + id; row = dw_list.GetNextSelectRow(row + 1); } xml x = ViewObject::RetrieveData(L"/sale/data/Enquiry/Update/UpdateQuoteLine", L"ItemList", items); @@ -127,7 +127,7 @@ if (items == L"") items = id; else - items += L",L" + id; + items += L"," + id; //row = dw_list.GetNextSelectRow(row + 1); } arg.AddArg(L"EntityIDList", items); -- Gitblit v1.9.3