xj qian
2024-09-05 89c226a7da5ffc6748ff3ef70aacad7625bafa3e
jrj/project/business/AP/maint.ap.cpp
@@ -96,13 +96,12 @@
            }
         }
         x.Reset();
         dw_base.AcceptText();
         dw_base.DwUpdateAllTo(x);
         xaserverarg arg;
         
         arg.AddArg(L"content", x.xml());
         if (xurl::get(L"/sale/data/AP/update", arg.GetString(), x) != 1)
         {
            xstring error = x.text();
@@ -293,7 +292,7 @@
         {
            xstring col = dw_base.GetColumnName(m);
            if (col == L"OrgName" || col == L"APNo")
               dw_base.SetColumnProp(col, L"cellprotect", L"1");
               dw_base.SetColumnProp(col.c_str(), L"cellprotect", L"1");
         }
         return 1;
      }