From d4726c427464d5fa50c9fce848831c4cec36d8d1 Mon Sep 17 00:00:00 2001 From: LiFan <2308045698@qq.com> Date: 星期三, 28 五月 2025 15:24:49 +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