From 9e409d6e1e2cb1d35cf26f3fd2bd9048c624280f Mon Sep 17 00:00:00 2001
From: LiFan <2308045698@qq.com>
Date: 星期五, 05 七月 2024 11:29:43 +0800
Subject: [PATCH] update AP

---
 jrj/project/business/Customer3.maint.cpp |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/jrj/project/business/Customer3.maint.cpp b/jrj/project/business/Customer3.maint.cpp
index b18b5c3..830737d 100644
--- a/jrj/project/business/Customer3.maint.cpp
+++ b/jrj/project/business/Customer3.maint.cpp
@@ -81,7 +81,7 @@
 		  e.appendChild(Item);
 	   }
 	   
-	   xml x2= new xml;
+	   xml x2;
 		
 		dw_Meetings.DwUpdateAllTo(x2);
 		KXMLDOMElement e2=x2.documentElement();
@@ -93,7 +93,7 @@
 		  e.appendChild(Item2);
 	   }
 	   
-	   xml x3= new xml;
+	   xml x3;
 		
 		dw_MeetingsEx.DwUpdateAllTo(x3);
 		KXMLDOMElement e3=x3.documentElement();
@@ -290,7 +290,7 @@
 		{
 			xdwtable dw_PartyContact1;
 			dw_PartyContact1 =dw_detail.FindDwTable(L"PC_OtherInfo");			
-			xml xx = new xml;
+			xml x
 			xx.setNativePointer(xml ::CreateInstance());
 			xaserverarg argnew = new xaserverarg;
 			argnew.setNativePointer(argnew.CreateInstance());	

--
Gitblit v1.9.3