From a3268ccbe4e64effd016edf83376ac4a7c1d3ae7 Mon Sep 17 00:00:00 2001
From: LiFan <2308045698@qq.com>
Date: 星期五, 28 六月 2024 12:24:59 +0800
Subject: [PATCH] update
---
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