LiFan
2024-07-24 531b0e6ac94e82156f0434ba735ce0fb2112726c
jrj/project/business/Company/HRPerson.cpp
@@ -126,8 +126,7 @@
   int OnSearch()
   {
      control xc = new control;
      xc.setNativePointer(GetControl(L"QueryTxt"));
      xcontrol xc = GetControl(L"QueryTxt");
      m_sTxt = xc.GetText();
      OnRetrieve();
      return 1;