From b18ca9ae8f46e89d320c43c54dc8e6cfd10c043b Mon Sep 17 00:00:00 2001 From: LiFan <2308045698@qq.com> Date: 星期五, 28 六月 2024 18:15:51 +0800 Subject: [PATCH] update Supplier --- jrj/xframe/vbusiness/vutil/publiccode.vutil.vbusiness.hpp | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jrj/xframe/vbusiness/vutil/publiccode.vutil.vbusiness.hpp b/jrj/xframe/vbusiness/vutil/publiccode.vutil.vbusiness.hpp index fb10202..c6294e3 100644 --- a/jrj/xframe/vbusiness/vutil/publiccode.vutil.vbusiness.hpp +++ b/jrj/xframe/vbusiness/vutil/publiccode.vutil.vbusiness.hpp @@ -101,7 +101,7 @@ { /* if (sOrgID == "") return "4.2"; - xml x = new xml; + xml x.setNativePointer(xml::CreateInstance()); xaserverarg args=new xaserverarg; args.setNativePointer(args.CreateInstance()); @@ -235,7 +235,7 @@ static KXMLDOMDocument getAssignment(string sguid, KXMLDOMDocument x) { - //xml x = new xml; + //xml //x.setNativePointer(xml::CreateInstance()); xaserverarg arg; arg.setNativePointer(arg.CreateInstance()); -- Gitblit v1.9.3