From 1a7887ff807dec75c20e39f9f101ee5700961ceb Mon Sep 17 00:00:00 2001 From: LiFan <2308045698@qq.com> Date: 星期五, 28 六月 2024 11:21:05 +0800 Subject: [PATCH] update Edid --- 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