LiFan
2024-09-13 fa2de0461cb79df0ba5e736b4aea8bff1056688a
jrj/project/business/Enquiry.list.cpp
@@ -76,8 +76,8 @@
      
      xml x ;
      xaserverarg& arg = *new xaserverarg;
      arg.setNativePointer(arg.CreateInstance());
      xaserverarg arg;
      arg.AddArg(L"scene",scene,L"xs:xstring"); 
      arg.AddArg(L"EntityID",EntityID,L"xs:xstring"); 
      arg.AddArg(L"EntityName",GetEntityName(1),L"xs:xstring"); 
@@ -359,7 +359,7 @@
      xml x ;
      
      xaserverarg arg ;
      arg.setNativePointer(arg.CreateInstance());
      
      dw_pricelistex.DwUpdateAllToEx(x);
      if(x.xml()!=L"")