From f7f68dbf94f9da14863f155d88cdaec47352ba99 Mon Sep 17 00:00:00 2001
From: LiFan <2308045698@qq.com>
Date: 星期三, 24 七月 2024 10:28:02 +0800
Subject: [PATCH] update

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

diff --git a/jrj/xframe/vbusiness/vframe/maint.vframe.vbusiness.hpp b/jrj/xframe/vbusiness/vframe/maint.vframe.vbusiness.hpp
index ae37a70..f0f46b6 100644
--- a/jrj/xframe/vbusiness/vframe/maint.vframe.vbusiness.hpp
+++ b/jrj/xframe/vbusiness/vframe/maint.vframe.vbusiness.hpp
@@ -12,7 +12,7 @@
 {
 public:
 	KXMLDOMDocument m_configDoc;
-	string m_EntityID;
+	xstring m_EntityID;
 
 	maint(void* implPtr, HWND hWnd) :xframe(implPtr, hWnd) {
 		this->SetArg();
@@ -154,8 +154,8 @@
 				//trace(L"maint:"+index.toString());
 				//alert(L"xq.xml = "+d.GetXml());
 				//trace(L"xxx");
-				string dwname = L"";//e.selectsingleNode(L"@name").text();
-				string tpy = L"dwgrid";
+				xstring dwname = L"";//e.selectsingleNode(L"@name").text();
+				xstring tpy = L"dwgrid";
 				if (e.selectSingleNode(L"@name")) dwname = e.selectSingleNode(L"@name").text();
 				if (e.selectSingleNode(L"@type")) tpy = e.selectSingleNode(L"@type").text();
 				if (tpy == L"dwgrid")

--
Gitblit v1.9.3