From 9b3b2eb20b09e13da837a28f16e552ba70a090c4 Mon Sep 17 00:00:00 2001 From: LiFan <2308045698@qq.com> Date: 星期四, 24 四月 2025 14:48:21 +0800 Subject: [PATCH] update --- jrj/project/business/SystemSettings/Data.config.cpp | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/jrj/project/business/SystemSettings/Data.config.cpp b/jrj/project/business/SystemSettings/Data.config.cpp index 0af5433..4a3fe1d 100644 --- a/jrj/project/business/SystemSettings/Data.config.cpp +++ b/jrj/project/business/SystemSettings/Data.config.cpp @@ -65,7 +65,7 @@ xml x; xaserverarg arg; - arg.setNativePointer(arg.CreateInstance()); + arg.AddArg(L"pid", id); arg.AddArg(L"tree", xid); //if(xaserver::ExecXQuery(GetServerUrl(),L"[selectRoleInt.xq]",arg.GetString(),x)!=1) @@ -87,7 +87,7 @@ xml x; xaserverarg arg; - arg.setNativePointer(arg.CreateInstance()); + arg.AddArg(L"id", id); trace(id); arg.AddArg(L"flag", L"-1"); @@ -98,7 +98,7 @@ return -1; } - if (x.xml() == L"") + if ((xstring)x.xml() == L"") x.loadXML(L"<root><items/><roles/></root>"); xml x1; @@ -494,7 +494,7 @@ return -1; } - if (x.xml() == L"") + if ((xstring)x.xml() == L"") x.loadXML(L"<root><items/><roles/></root>"); KXMLDOMElement e = x.documentElement(); -- Gitblit v1.9.3