From 703d27d52ba0ac373b62aedb93f9cfe9f8857ed2 Mon Sep 17 00:00:00 2001
From: xj qian <qianxj15@sina.com>
Date: 星期三, 25 九月 2024 17:19:56 +0800
Subject: [PATCH] update

---
 jrj/project/business/Enquiry/PriceList.PurcharItemSelectEx.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/jrj/project/business/Enquiry/PriceList.PurcharItemSelectEx.cpp b/jrj/project/business/Enquiry/PriceList.PurcharItemSelectEx.cpp
index 3aabbc9..ddc94d2 100644
--- a/jrj/project/business/Enquiry/PriceList.PurcharItemSelectEx.cpp
+++ b/jrj/project/business/Enquiry/PriceList.PurcharItemSelectEx.cpp
@@ -75,6 +75,7 @@
 			arg.AddArg(L"process", L"ok");
 			arg.AddArg(L"result", content);
 			CloseWindow();
+			return 1;
 		}
 
 		//命令发布函数
@@ -118,8 +119,7 @@
 		int  OnRetrieve()
 		{
 			xml x ;
-			
-			xaserverarg  arg;
+			xaserverarg  arg=GetArg();
 			if (getUrl(L"/sale/data/Enquiry/folder/listitems", arg.GetString(), x) != 1)
 			{
 				trace(x.text());

--
Gitblit v1.9.3