/// <summary> /// 根据员工编号和密码获取用户(新) /// </summary> /// <param name="employeeNO"></param> /// <param name="password"></param> /// <returns></returns> public static DataTable GetUesrProfileByUserIDandPwdNew(string employeeNO, string password) { return(GetDataSet.GetUesrProfileByUserIDandPwdNew(employeeNO, password)); }