From b18ca9ae8f46e89d320c43c54dc8e6cfd10c043b Mon Sep 17 00:00:00 2001
From: LiFan <2308045698@qq.com>
Date: 星期五, 28 六月 2024 18:15:51 +0800
Subject: [PATCH] update Supplier

---
 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