LiFan
2025-04-24 9b3b2eb20b09e13da837a28f16e552ba70a090c4
jrj/project/business/BasicCode/ProfitParam.cpp
@@ -54,12 +54,12 @@
      }
      int OnSave()
      {
         xml x = new xml;
         xml x ;
         
         dw_list.AcceptText();
         dw_list.DwUpdateAllToEx(x);
         xaserverarg arg;
         arg.setNativePointer(xaserverarg::CreateInstance());
         arg.AddArg(L"content",x.xml());
         if(xurl::get(L"/sale/data/Gdn/update/ProParamUpdate", arg.GetString(),x)!=1)
         {
@@ -110,7 +110,7 @@
      
      int  OnRetrieve()
      {
         xml x = new xml;
         xml x ;
         x = ViewObject::RetrieveData(L"/sale/data/Gdn/profit/profitParamList");
         if(x)
         {