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/GraduationSchoolWin.vx.cpp |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/jrj/project/business/HR/GraduationSchoolWin.vx.cpp b/jrj/project/business/HR/GraduationSchoolWin.vx.cpp
index cdb9721..3d7d855 100644
--- a/jrj/project/business/HR/GraduationSchoolWin.vx.cpp
+++ b/jrj/project/business/HR/GraduationSchoolWin.vx.cpp
@@ -141,8 +141,7 @@
 			dw_base.openUrl(L"/sale/view/GraduationSchool/template/win");
 			gsid = L"";
 
-			if (GetWinParam())
-				gsid = GetWinParam();
+			gsid = GetParamString();
 			if (gsid != L"")
 				OnRetrieve();
 

--
Gitblit v1.9.3