From 03ef0b51103c735077c784c7df81ae2bcc1599ab Mon Sep 17 00:00:00 2001
From: LiFan <2308045698@qq.com>
Date: 星期四, 13 二月 2025 18:33:56 +0800
Subject: [PATCH] update

---
 jrj/project/business/HR/GraduationSchool.cpp |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/jrj/project/business/HR/GraduationSchool.cpp b/jrj/project/business/HR/GraduationSchool.cpp
index 373df3d..dcddfcc 100644
--- a/jrj/project/business/HR/GraduationSchool.cpp
+++ b/jrj/project/business/HR/GraduationSchool.cpp
@@ -80,7 +80,7 @@
 			xml x ;
 			
 			xaserverarg arg;//放置参数
-			arg.setNativePointer(arg.CreateInstance());
+			
 			arg.AddArg(L"gsid", gsid);
 			if (getUrl(L"/sale/data/GraduationSchool/data/delete", arg.GetString(), x) != 1)
 			{
@@ -133,8 +133,7 @@
 			xml x ;
 			
 			xaserverarg arg;
-			arg.setNativePointer(arg.CreateInstance());
-			//arg.AddArg(L"xxx",L"xxx");
+			
 			if (getUrl(L"/sale/data/GraduationSchool/data/list", arg.GetString(), x) != 1)
 			{
 				trace(x.text());
@@ -151,6 +150,7 @@
 
 		int onload()
 		{
+			SetAgent();
 			dw_list = GetControl(L"dw_list");
 			dw_list.openUrl(L"/sale/view/GraduationSchool/template/list");
 			OnRetrieve();

--
Gitblit v1.9.3