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"));