From ca7bfcdac21b765d29d0045308d434dfd038b10c Mon Sep 17 00:00:00 2001 From: xj qian <qianxj15@sina.com> Date: 星期三, 04 九月 2024 16:16:56 +0800 Subject: [PATCH] update jarch --- 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