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/Customer3.maint.cpp | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jrj/project/business/Customer3.maint.cpp b/jrj/project/business/Customer3.maint.cpp index 7ce8787..d28e9e0 100644 --- a/jrj/project/business/Customer3.maint.cpp +++ b/jrj/project/business/Customer3.maint.cpp @@ -994,7 +994,7 @@ xstring Name = t.getAttribute(L"Name"); if(Names==L"") Names = Name; - else if(Names.find(Name) < 0) Names+=L",L"+Name; + else if(Names.find(Name) < 0) Names+=L","+Name; } } dw.SetItemString(dw.GetRow(),L"CMPersonnel",Names); @@ -1059,7 +1059,7 @@ xstring Name = t.getAttribute(L"Name"); if(Names==L"") Names = Name; - else if(Names.find(Name) < 0) Names+=L",L"+Name; + else if(Names.find(Name) < 0) Names+=L","+Name; } } dw.SetItemString(dw.GetRow(),L"CMPersonnel",Names); -- Gitblit v1.9.3