From 4161b991dc09760ea8ed92ba840099f4102dc5e2 Mon Sep 17 00:00:00 2001
From: qianxj2004 <qianxj15@sina.com>
Date: 星期三, 22 十月 2025 16:53:14 +0800
Subject: [PATCH] Merge branch 'master' of http://116.62.18.175:6699/r/mis-prj
---
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