From eda7c9b7821345a95007ff3732afe8c0f72be2d0 Mon Sep 17 00:00:00 2001
From: xj qian <qianxj15@sina.com>
Date: 星期五, 28 六月 2024 10:25:03 +0800
Subject: [PATCH] update quote enquiry

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