xj qian
2024-08-30 c29c4c815cca07876421f764f4b9a5f6f86068f2
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)
      {