LiFan
2024-09-12 66f0b6533137599d69bee08fbc3f6f8865aec75e
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"));