xj qian
2024-09-05 89c226a7da5ffc6748ff3ef70aacad7625bafa3e
jrj/project/business/Company/HrOrgMaint.cpp
@@ -202,8 +202,8 @@
            xstring sPersonID = arg.GetArgString(L"sPersonID");
            //trace(sPersonID);
            xstring sPersonName = arg.GetArgString(L"sPersonName");
            dw_detail.SetItemDisplayString(1, colname, sPersonName);
            dw_detail.SetItemString(1, colname, sPersonID);
            dw_detail.SetItemDisplayString(1, colname.c_str(), sPersonName);
            dw_detail.SetItemString(1, colname.c_str(), sPersonID);
            dw_detail.Redraw();
         }
      }