From 7aef6de88be3e865d9edaa24d76cd47bcda1cfdd Mon Sep 17 00:00:00 2001
From: xj qian <qianxj15@sina.com>
Date: 星期三, 05 三月 2025 17:38:14 +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