From 69ca48293b089073a494c36faafaee3f0c83e7a4 Mon Sep 17 00:00:00 2001
From: xj qian <qianxj15@sina.com>
Date: 星期五, 28 六月 2024 14:48:08 +0800
Subject: [PATCH] Merge branch 'master' of http://116.62.18.175:6699/r/mis-prj

---
 jrj/project/business/HR/AdministrativeDepartmentFolder.cpp |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/jrj/project/business/HR/AdministrativeDepartmentFolder.cpp b/jrj/project/business/HR/AdministrativeDepartmentFolder.cpp
index 31ca6fa..be01a84 100644
--- a/jrj/project/business/HR/AdministrativeDepartmentFolder.cpp
+++ b/jrj/project/business/HR/AdministrativeDepartmentFolder.cpp
@@ -181,7 +181,9 @@
 			
 			adid = L"";
 			parentid = L"";
-			if (GetWinParam()) {
+			if (GetWinParam()) 
+			{
+				xaserverarg arg=GetArg();
 				parentid = arg.GetArgString(L"parentid");
 				adid = arg.GetArgString(L"adid");
 			}

--
Gitblit v1.9.3