From 66f0b6533137599d69bee08fbc3f6f8865aec75e Mon Sep 17 00:00:00 2001 From: LiFan <2308045698@qq.com> Date: 星期四, 12 九月 2024 11:23:02 +0800 Subject: [PATCH] update --- jrj/project/business/BasicCode/SKUTemplate.select.cpp | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jrj/project/business/BasicCode/SKUTemplate.select.cpp b/jrj/project/business/BasicCode/SKUTemplate.select.cpp index 35a9e24..383fed1 100644 --- a/jrj/project/business/BasicCode/SKUTemplate.select.cpp +++ b/jrj/project/business/BasicCode/SKUTemplate.select.cpp @@ -61,7 +61,7 @@ xstring TemplateContent = e.selectSingleNode(L"TemplateContent").text+L""; xstring TemplateID = e.selectSingleNode(L"TemplateID").text+L""; //trace(ItemName); - xml x = new xml; + xml x ; x.setNativePointer(x.CreateInstance()); x.LoadXml(TemplateContent); dw_other.Retrieve(x); @@ -101,8 +101,8 @@ if (GetParam()) { int iArgs = GetParam(); - xaserverarg arg1 = new xaserverarg; - arg1.setNativePointer(iArgs); + xaserverarg arg1; + dw_other = new xdwtable; dw_other.setNativePointer(arg1.GetArgString(L"dw_other").toInt()); dw_prop = new xdwtable; -- Gitblit v1.9.3