From 66f0b6533137599d69bee08fbc3f6f8865aec75e Mon Sep 17 00:00:00 2001 From: LiFan <2308045698@qq.com> Date: 星期四, 12 九月 2024 11:23:02 +0800 Subject: [PATCH] update --- jrj/project/business/SO/Product.Select.SO.cpp | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jrj/project/business/SO/Product.Select.SO.cpp b/jrj/project/business/SO/Product.Select.SO.cpp index 0f83c4e..d6a5f11 100644 --- a/jrj/project/business/SO/Product.Select.SO.cpp +++ b/jrj/project/business/SO/Product.Select.SO.cpp @@ -160,7 +160,7 @@ { xml x; xaserverarg arg ; - arg.setNativePointer(arg.CreateInstance()); + arg.AddArg(L"guid", guid); if (xurl::get(L"/sale/data/SO/goods/goodsprop/list", arg.GetString(), x) != 1) { @@ -570,7 +570,7 @@ xstring guid = e.getAttribute(L"guid"); if (guid == L"") return 1; xaserverarg arg; - arg.setNativePointer(arg.CreateInstance()); + arg.AddArg(L"guid", e.getAttribute(L"guid")); arg.AddArg(L"No", e.getAttribute(L"CategoryNo")); arg.AddArg(L"CName", e.getAttribute(L"CName")); -- Gitblit v1.9.3