xj qian
2024-08-05 19df926ceac02075e1c92b2e961a49e0385051cb
jrj/project/business/SystemSettings/UserImport.cpp
@@ -110,10 +110,10 @@
         //trace(row);
         KXMLDOMElement e = dw_list.GetRowElement(row);
         trace(e.xml());
         xstring sEmployeeNo = e.selectSingleNode(L"EmployeeNo").text() + L"";
         xstring sOldEmpNo = e.selectSingleNode(L"OldEmpNo").text() + L"";
         xstring sPersonID = e.selectSingleNode(L"PersonID").text() + L"";
         xstring sPersonName = e.selectSingleNode(L"Name").text() + L"";
         xstring sEmployeeNo = e.selectSingleNode(L"EmployeeNo").text() + (xstring)L"";
         xstring sOldEmpNo = e.selectSingleNode(L"OldEmpNo").text() + (xstring)L"";
         xstring sPersonID = e.selectSingleNode(L"PersonID").text() + (xstring)L"";
         xstring sPersonName = e.selectSingleNode(L"Name").text() + (xstring)L"";
         xstring sPassWord = xutil::MD5(sOldEmpNo);
         /*