jrj/project/business/HR/ManpowerFileWindow.cpp
@@ -55,12 +55,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 (xurl::get(L"/sale/data/ManpowerFile/update", arg.GetString(), x) != 1) @@ -135,7 +135,7 @@ int OnRetrieve() { xml x = new xml; xml x ; xaserverarg arg;