From 9ac9cc9e9cd91b97d35a6e28400df71630765e40 Mon Sep 17 00:00:00 2001
From: xj qian <qianxj15@sina.com>
Date: 星期三, 21 八月 2024 14:35:51 +0800
Subject: [PATCH] Merge branch 'master' of http://116.62.18.175:6699/r/mis-prj

---
 jrj/project/business/SystemSettings/Data.config.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/jrj/project/business/SystemSettings/Data.config.cpp b/jrj/project/business/SystemSettings/Data.config.cpp
index c3f0327..0af5433 100644
--- a/jrj/project/business/SystemSettings/Data.config.cpp
+++ b/jrj/project/business/SystemSettings/Data.config.cpp
@@ -162,7 +162,7 @@
 		{
 			xstring str = L"<vbox><xtree name='dw_tree" + xstring(nIndex) + L"' imagelist='0'/></vbox>";
 			bnode = new xnode;
-			bnode.setNativePointer(SetAgentNodeContent(anode, str));
+			bnode.setNativePointer(SetAgentNode(anode, str));
 
 			p = combobox::GetItemData(dw_ddlb.GetId(), nIndex);
 			KXMLDOMElement ele = p;
@@ -182,7 +182,7 @@
 		{
 			p = combobox::GetItemData(dw_ddlbdata.GetId(), h);
 			bnode = p;
-			SetAgentNodeContent(anode, bnode);
+			SetAgentNode(anode, bnode);
 
 			dw_tree = new treeview;
 			dw_tree.setNativePointer(GetControl(L"dw_tree" + xstring(nIndex)));

--
Gitblit v1.9.3