From e9a62f7e145df985079e9c6e4a22bbde289f97da Mon Sep 17 00:00:00 2001
From: xj qian <qianxj15@sina.com>
Date: 星期四, 05 九月 2024 18:16:50 +0800
Subject: [PATCH] update item maint
---
jrj/project/business/AP/list.RefundGDNLine.Entity.xarch.cpp | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/jrj/project/business/AP/list.RefundGDNLine.Entity.xarch.cpp b/jrj/project/business/AP/list.RefundGDNLine.Entity.xarch.cpp
index 90965b8..5a61edf 100644
--- a/jrj/project/business/AP/list.RefundGDNLine.Entity.xarch.cpp
+++ b/jrj/project/business/AP/list.RefundGDNLine.Entity.xarch.cpp
@@ -46,12 +46,12 @@
return 1;
}
- xstring GetEntityName(int pr)
+ xstring GetEntityName(LPARAM pr)
{
return L"RefundGDNLine";
}
- xstring GetEntityID(int pr)
+ xstring GetEntityID(LPARAM pr)
{
int row = dw_list.GetRow();
xstring id = dw_list.GetItemString(row,m_entityid.c_str());
@@ -236,9 +236,7 @@
int OnRetrieve(xstring query)
{
xml x ;
-
- xaserverarg arg ;
-
+ xaserverarg arg;
arg.AddArg(L"query",query);
arg.AddArg(L"QueryArg",L"");
if (getUrl(str_url,arg.GetString(),x)!=1)
--
Gitblit v1.9.3