From 9c4c84581e5c632a86ef823ffdef9587fd557180 Mon Sep 17 00:00:00 2001
From: xj qian <qianxj15@sina.com>
Date: 星期四, 27 六月 2024 18:12:39 +0800
Subject: [PATCH] update filter

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

diff --git a/jrj/project/business/HR/GraduationSchool.cpp b/jrj/project/business/HR/GraduationSchool.cpp
index 373df3d..50f9f7a 100644
--- a/jrj/project/business/HR/GraduationSchool.cpp
+++ b/jrj/project/business/HR/GraduationSchool.cpp
@@ -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()
 		{
+			
 			dw_list = GetControl(L"dw_list");
 			dw_list.openUrl(L"/sale/view/GraduationSchool/template/list");
 			OnRetrieve();

--
Gitblit v1.9.3