LiFan
7 天以前 d4726c427464d5fa50c9fce848831c4cec36d8d1
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);