LiFan
2025-05-12 63eebabbfee1bc84850b36967ecac5116a28b73f
jrj/project/business/BasicCode/FreightExpenseType.cpp
@@ -72,12 +72,12 @@
      int OnSave()
      {
         dw_list.AcceptText();
         xml x= new xml;
         xml x;
         
         dw_list.DwUpdateAllToEx(x);
         
         xaserverarg arg;
         arg.setNativePointer(xaserverarg::CreateInstance());
         arg.AddArg(L"content",x.xml());
         
         //trace(x.xml());
@@ -142,7 +142,7 @@
      
      int  OnRetrieve()
      {
         xml x = new xml;
         xml x ;
         
         if (getUrl(L"/sale/data/LogisticsCode/entity/freightexpensetype/list",L"",x)!=1)
         {