From 727e730495ac7b61bcd1fa3fd9fab5bb0f54baed Mon Sep 17 00:00:00 2001
From: xj qian <qianxj15@sina.com>
Date: 星期四, 27 六月 2024 21:54:53 +0800
Subject: [PATCH] test1

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

diff --git a/jrj/xframe/vbusiness/vframe/maint.vframe.vbusiness.hpp b/jrj/xframe/vbusiness/vframe/maint.vframe.vbusiness.hpp
index 18eb1d6..6a99b04 100644
--- a/jrj/xframe/vbusiness/vframe/maint.vframe.vbusiness.hpp
+++ b/jrj/xframe/vbusiness/vframe/maint.vframe.vbusiness.hpp
@@ -14,7 +14,9 @@
 	KXMLDOMDocument m_configDoc;
 	string m_EntityID;
 
-	maint(void* implPtr, HWND hWnd) :xframe(implPtr, hWnd) {}
+	maint(void* implPtr, HWND hWnd) :xframe(implPtr, hWnd) {
+		this->SetArg();
+	}
 	xstring GetEntityWorkNode(LPARAM  pr, xstring what)
 	{
 		if (m_configDoc)

--
Gitblit v1.9.3