From 959f7ac35d035efd9128e01b236e8a54d6ad900f Mon Sep 17 00:00:00 2001 From: LiFan <2308045698@qq.com> Date: 星期五, 14 三月 2025 12:30:37 +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