From fdc74212bd037bd5ae9ab1d2d9612c7bf3c1cb94 Mon Sep 17 00:00:00 2001
From: xj qian <qianxj15@sina.com>
Date: 星期二, 02 七月 2024 15:45:40 +0800
Subject: [PATCH] update menuid
---
jrj/project/business/HR/AdministrativeDepartmentFolder.cpp | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/jrj/project/business/HR/AdministrativeDepartmentFolder.cpp b/jrj/project/business/HR/AdministrativeDepartmentFolder.cpp
index be01a84..7bfefd8 100644
--- a/jrj/project/business/HR/AdministrativeDepartmentFolder.cpp
+++ b/jrj/project/business/HR/AdministrativeDepartmentFolder.cpp
@@ -58,12 +58,12 @@
int OnSave()
{
- xml x = new xml;
+ xml x ;
dw_base.AcceptText();
dw_base.DwUpdateAllTo(x);
xaserverarg arg;
- arg.setNativePointer(xaserverarg::CreateInstance());
+
arg.AddArg(L"content", x.xml());
//trace(x.xml());
if (getUrl(L"/sale/data/AdministrativeDepartment/ad_update", arg.GetString(), x) != 1)
@@ -113,7 +113,7 @@
int OnParentRetrieve()
{
- xml x = new xml;
+ xml x ;
xaserverarg arg;
@@ -152,7 +152,7 @@
int OnRetrieve()
{
- xml x = new xml;
+ xml x ;
xaserverarg arg;
--
Gitblit v1.9.3