From aa966512d0b4bc7fe9df2b0c5a38413db0ed3e4c Mon Sep 17 00:00:00 2001
From: xj qian <qianxj15@sina.com>
Date: 星期三, 03 七月 2024 23:12:40 +0800
Subject: [PATCH] Merge branch 'master' of http://116.62.18.175:6699/r/mis-prj

---
 jrj/xframe/vbusiness/vframe/maint.vframe.vbusiness.hpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/jrj/xframe/vbusiness/vframe/maint.vframe.vbusiness.hpp b/jrj/xframe/vbusiness/vframe/maint.vframe.vbusiness.hpp
index 6a99b04..ae37a70 100644
--- a/jrj/xframe/vbusiness/vframe/maint.vframe.vbusiness.hpp
+++ b/jrj/xframe/vbusiness/vframe/maint.vframe.vbusiness.hpp
@@ -488,7 +488,7 @@
 				e = nlist.item(index);
 				//if(!e.selectSingleNode(L"@type")) continue;
 				//alert(e.xml);
-				xstring xdwname = L"";//e.selectsingleNode(L"@name").text();
+				string xdwname = L"";//e.selectsingleNode(L"@name").text();
 				xstring xtpl = L"";//e.selectsingleNode(L"@url").text();
 				xstring xtpy = L"dwgrid";
 				if (e.selectSingleNode(L"@name")) xdwname = e.selectSingleNode(L"@name").text();

--
Gitblit v1.9.3