LiFan
2025-02-25 94a26e02e353666ad5b7378b4ce1e8d6cd621bca
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)
      {