LiFan
2024-07-02 c66cdc8546d1939c3a63e20cd387de2ece20b88b
jrj/project/business/HR/AdministrativeDepartmentFolder.cpp
@@ -58,12 +58,12 @@
      int OnSave()
      {
         xml x = new xml;
         xml x ;
         
         dw_base.AcceptText();
         dw_base.DwUpdateAllTo(x);
         xaserverarg arg;
         arg.setNativePointer(xaserverarg::CreateInstance());
         arg.AddArg(L"content", x.xml());
         //trace(x.xml());
         if (getUrl(L"/sale/data/AdministrativeDepartment/ad_update", arg.GetString(), x) != 1)
@@ -113,7 +113,7 @@
      int  OnParentRetrieve()
      {
         xml x = new xml;
         xml x ;
         
         xaserverarg arg;
         
@@ -152,7 +152,7 @@
      int  OnRetrieve()
      {
         xml x = new xml;
         xml x ;
         
         xaserverarg arg;