LiFan
2024-11-12 8abb97aa30e22cfc093a10c4ca9e373a23870a18
jrj/project/business/Company/HrEmployeeAdd.cpp
@@ -60,9 +60,7 @@
      xcontrol xc = GetControl(L"QueryTxt");
      m_sTxt = xc.GetText() + L"";
      xml x;
      xaserverarg arg;
      arg.AddArg(L"sTxt", m_sTxt);
      if (xurl::post(L"OrganizationStruct/select.Employee", arg.GetString(), x) != 1)
      {