From 1740c5de8324b8214829429c138e619df1fb9d02 Mon Sep 17 00:00:00 2001
From: xj qian <qianxj15@sina.com>
Date: 星期四, 18 七月 2024 13:17:14 +0800
Subject: [PATCH] update basecode

---
 jrj/project/business/HR/ManpowerFile.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/jrj/project/business/HR/ManpowerFile.cpp b/jrj/project/business/HR/ManpowerFile.cpp
index c3c5509..be4a0cd 100644
--- a/jrj/project/business/HR/ManpowerFile.cpp
+++ b/jrj/project/business/HR/ManpowerFile.cpp
@@ -201,7 +201,7 @@
 			if (!hItem) return 1;
 
 			HCURSOR hCursor = xutil::SetCursorWait();
-			KXMLDOMElement& e1 = *(KXMLDOMElement*)tv_folder.GetItemData(hItem);
+			KXMLDOMElement e1 = tv_folder.GetItemData(hItem);
 			xstring no = e1.getAttribute(L"no");
 
 			xml x ;

--
Gitblit v1.9.3