CN114547657A - Employee data authority processing method and system, electronic device and storage medium - Google Patents

Employee data authority processing method and system, electronic device and storage medium Download PDF

Info

Publication number
CN114547657A
CN114547657A CN202210186482.9A CN202210186482A CN114547657A CN 114547657 A CN114547657 A CN 114547657A CN 202210186482 A CN202210186482 A CN 202210186482A CN 114547657 A CN114547657 A CN 114547657A
Authority
CN
China
Prior art keywords
data
employee
authority
client
processing
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202210186482.9A
Other languages
Chinese (zh)
Inventor
王史远
郭利斌
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Ctrip Travel Information Service Shanghai Co Ltd
Original Assignee
Ctrip Travel Information Service Shanghai Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Ctrip Travel Information Service Shanghai Co Ltd filed Critical Ctrip Travel Information Service Shanghai Co Ltd
Priority to CN202210186482.9A priority Critical patent/CN114547657A/en
Publication of CN114547657A publication Critical patent/CN114547657A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/604Tools and structures for managing or administering access control systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/62Protecting access to data via a platform, e.g. using keys or access control rules
    • G06F21/6218Protecting access to data via a platform, e.g. using keys or access control rules to a system of files or objects, e.g. local or distributed file system or database
    • G06F21/6227Protecting access to data via a platform, e.g. using keys or access control rules to a system of files or objects, e.g. local or distributed file system or database where protection concerns the structure of data, e.g. records, types, queries

Abstract

The invention discloses a method and a system for processing employee data authorities, electronic equipment and a storage medium, wherein the method for processing the employee data authorities comprises the following steps: processing according to the client data and the employee data to obtain a data authority control table; the data authority control table comprises a first client number, an employee number and an authority type; and judging whether the authority type corresponding to the employee number is the same as a preset authority type, if so, acquiring the first client number corresponding to the employee number, and screening out target service data corresponding to the first client number from service data. The invention realizes that the data authority control table can be automatically updated according to the rapid growth of enterprise employees and the change of post positions, ensures that the employees can only check the data in the authority range, improves the safety of the data, reduces the pressure of data authority management and data screening, improves the working efficiency and saves the time and labor cost.

Description

Employee data authority processing method and system, electronic device and storage medium
Technical Field
The present invention relates to the field of data security management technologies, and in particular, to a method and a system for processing employee data permissions, an electronic device, and a storage medium.
Background
Currently, corporate staff offices work by using various systems, such as: the technical department can continuously adjust the range and the authority of the data checked by the staff according to the change of the post level and the change of the managed area of the staff, and can repeatedly develop a large number of data reports with similar functions so as to ensure the safety of the data and the accuracy of the data checking range of the staff, but the development and maintenance cost is improved by the operation, so that the flexibility of the system is reduced, the working efficiency is low, and the rapid business development cannot be met.
Disclosure of Invention
The invention aims to overcome the defect that data in the authority range of employees cannot be automatically screened out according to the number and the job level change of the employees in the prior art, and provides a method for screening the data in the authority range of the employees.
The invention solves the technical problems through the following technical scheme:
the invention provides a processing method of employee data authority, which comprises the following steps:
processing according to the client data and the employee data to obtain a data authority control table;
the data authority control table comprises a first client number, an employee number and an authority type;
and judging whether the authority type corresponding to the employee number is the same as a preset authority type, if so, acquiring the first client number corresponding to the employee number, and screening out target service data corresponding to the first client number from service data.
Preferably, the customer data includes service data of the customer and order information of the customer;
the employee data comprises organization architecture data of the employee and data authority types of the employee;
the step of obtaining the data authority control table according to the client data and the employee data processing specifically comprises the following steps:
and merging the service data of the client, the order information of the client, the organization structure data of the staff and the data authority type of the staff to obtain the data authority control table.
Preferably, whether the authority type corresponding to the employee number is the same as a preset authority type is judged, and if not, all business data are screened out from the business data.
Preferably, the first customer number corresponds to one or more of the employee numbers;
one or more of the employee numbers correspond to one of the privilege types.
Preferably, the service data includes a second customer number and an order number;
the first customer number is the same as the second customer number;
the second customer number corresponds to one or more of the order numbers.
Preferably, the step of screening out the target service data corresponding to the first client number from the service data specifically includes:
searching the second customer number which is the same as the first customer number from the service data;
and screening all order numbers corresponding to the second customer number from the business data.
The invention provides a system for processing employee data authority, which comprises:
the processing module is used for obtaining a data authority control table according to the client data and the employee data;
the data authority control table comprises a first client number, an employee number and an authority type;
the judgment module is used for judging whether the authority type corresponding to the employee number is the same as a preset authority type, if so, the acquisition module is called, the acquisition module is used for acquiring the first client number corresponding to the employee number and calling the screening module, and the screening module is used for screening out target service data corresponding to the first client number from service data.
Preferably, the system comprises:
the customer data comprises service data of the customer and order information of the customer;
the employee data comprises organization architecture data of the employee and data authority types of the employee;
the processing module is further configured to perform merging processing according to the service data of the customer, the order information of the customer, the organization structure data of the employee, and the data authority type of the employee to obtain the data authority control table.
Preferably, the judging module is configured to call a screening module if the authority type corresponding to the employee number is judged to be different from a preset authority type, and the screening module is further configured to screen all service data from the service data.
Preferably, the first customer number corresponds to one or more of the employee numbers;
one or more of the employee numbers correspond to one of the privilege types.
Preferably, the service data includes a second customer number and an order number;
the first customer number is the same as the second customer number;
the second customer number corresponds to one or more of the order numbers.
Preferably, the screening module is further configured to search the service data for the second customer number that is the same as the first customer number;
the screening module is further used for screening all order numbers corresponding to the second customer numbers from the service data.
The invention provides an electronic device which comprises a memory, a processor and a computer program which is stored on the memory and can run on the processor, wherein the processor realizes the processing method of the employee data authority when executing the computer program.
The present invention provides a computer-readable medium having stored thereon a computer program which, when executed by a processor, implements a method of processing employee data permissions as described above.
The positive progress effects of the invention are as follows: the data of the client and the data of the staff and the data of the authority of the staff for checking the data are automatically acquired according to the data authority control table, the staff is timely helped to screen the data in the authority range according to the authority of the staff, the staff can only see the data in the jurisdiction range of the staff, the safety of the data is guaranteed, the development and maintenance cost is reduced, the data authority control table is adapted to rapid growth of the staff of an enterprise and continuous change of the post level, the data authority control table is automatically updated, the pressure of data authority management and data screening is reduced, the working efficiency is improved, and the time and labor cost are saved.
Drawings
Fig. 1 is a first flowchart of a method for processing employee data permissions according to embodiment 1 of the present invention.
Fig. 2 is a schematic diagram of a first example of a specific implementation of the employee data authority processing method according to embodiment 1 of the present invention.
Fig. 3 is a schematic diagram of a second example when the employee data authority processing method according to embodiment 1 of the present invention is specifically implemented.
Fig. 4 is a schematic diagram of a third example when the employee data authority processing method according to embodiment 1 of the present invention is specifically implemented.
Fig. 5 is a schematic diagram of a fourth example when the employee data authority processing method according to embodiment 1 of the present invention is specifically implemented.
Fig. 6 is a schematic diagram of a fifth example when the employee data authority processing method according to embodiment 1 of the present invention is specifically implemented.
Fig. 7 is a schematic diagram of a sixth example when the employee data authority processing method according to embodiment 1 of the present invention is specifically implemented.
Fig. 8 is a schematic diagram of a seventh example when the employee data authority processing method according to embodiment 1 of the present invention is specifically implemented.
Fig. 9 is a schematic diagram of an eighth example when the employee data authority processing method according to embodiment 1 of the present invention is specifically implemented.
Fig. 10 is a schematic diagram of a ninth example when the employee data authority processing method according to embodiment 1 of the present invention is specifically implemented.
Fig. 11 is a first flowchart of a method for processing employee data permissions according to embodiment 1 of the present invention.
Fig. 12 is a schematic block diagram of a system for processing employee data permissions according to embodiment 2 of the present invention.
Fig. 13 is a schematic structural diagram of an electronic device according to embodiment 3 of the present invention.
Detailed Description
The invention is further illustrated by the following examples, which are not intended to limit the scope of the invention.
Example 1
As shown in fig. 1, the present invention provides a processing method for employee data permissions, the processing method comprising the following steps:
and S1, obtaining a data authority control table according to the client data and the employee data.
The data authority control table comprises a first client number, an employee number and an authority type; the content of the data authority control table may be set according to actual needs, and is not limited herein.
And S2, judging whether the authority type corresponding to the employee number is the same as the preset authority type, if so, executing S21, and if not, executing S22.
And S21, acquiring the first client number corresponding to the employee number, and screening out the target business data corresponding to the first client number from the business data.
And S22, screening all the service data from the service data.
Further, the customer data includes service data of the customer and order information of the customer;
the employee data comprises organization architecture data of the employee and data authority types of the employee;
as shown in fig. 11, the step of S1 specifically includes:
and S11, merging the service data of the client, the order information of the client, the organization structure data of the staff and the data authority type of the staff to obtain a data authority control table.
It should be noted that, in this embodiment, the service data of the client refers to a client that an enterprise has many services, each client needs employee docking services of different departments to process different transactions, and for convenience of client management and lookup of information of a client person in charge, a client service table is set to store service data of the client, the client service table mainly includes a client company number and an employee number, the client company number may correspond to one or more employee numbers, as shown in fig. 2 and 3, a company ID (unique code) shown in the figures refers to a client company number, a business manager or an assistant is employee information of an employee, an employee number is correspondingly stored below the information column, and a company ID may correspond to a plurality of employee numbers. The content of the customer service table may be added or modified according to actual needs, and is not limited herein.
The order information of the customer refers to data stored by an order list in this embodiment, as shown in fig. 4, the order list includes order numbers and company IDs, and each company ID corresponds to one or more order numbers, which is convenient for unified management and data lookup.
The organization architecture data of the employee refers to the organization structure data of the employee in this embodiment, if the hierarchical relationship of the employee is shown in the form shown in fig. 5, S01-S11 refer to the serial number of the employee, the employee S01 is the highest in level, S02 and S06 are subordinate levels of S01 at the same level and belong to different departments respectively, and the rest of the employees are analogized in sequence, and no further description is given here, the data shown in fig. 5 can be converted into the data shown in fig. 6 by data conversion, so that the hierarchical relationship of each employee can be clearly known, and if the employee is new or leaves, the hierarchical relationship of each employee can be automatically changed in the organization structure data of the employee, which is convenient and fast.
The data authority type of the employee refers to the content stored by the employee data authority category table in the embodiment, as shown in fig. 7 and 8, the data authority of the employee can include two forms, the first is as shown in fig. 7, for example, S02 can see the data of three companies, and then since the work requires M01 to see the same data authority as S02, the relationship is defined here; secondly, as shown in fig. 8, for example, because of some special cases, the staff set in Y01 can see all the data of the company, such as the data analyst or the staff who passes through the application, in this embodiment, the authority type is set in only two types, the first is the authority type 2, and these staff have no corresponding relationship with the company directly and can see all the company data; the second is the authority type 1, and these employees have correspondence with the company ID and can only see the data of part of the company ID. The specific authority types are preferably set to two types in this embodiment, and more authority types may be set according to actual needs, which is not limited herein.
Specifically, steps S1 and S2 in the present embodiment are specifically described here by way of example, but steps S1 and S2 are not limited thereto. For example, the organization architecture data of the employee shown in fig. 5 needs to be obtained, the employee organization data shown in fig. 6 is obtained after the employee organization structure data is processed and converted, the employee and the superior job level relationship thereof are obtained, the order list data shown in fig. 4 is obtained, the corresponding relationship between the client ID and the order number is obtained, the client service data shown in fig. 2 is obtained, the corresponding relationship between the business manager and the client company (also a company ID) is obtained, the corresponding company ID can be queried according to the serial number of the business manager, the client service data shown in fig. 3 is conveniently obtained, the corresponding relationship between the assistant and the company ID is obtained, the company ID corresponding to the assistant can be queried according to the serial number of the assistant, the user list to be processed and needing manual authorization shown in fig. 7 is obtained, the authorization types of the M01 employee and the S02 employee are consistent, and are all employees with the authorization type 1, obtaining the employee shown in fig. 8, the employee with the authority type 2 can be obtained, that is, the authority types of all employees are obtained, and after obtaining the relationship between the company ID and the order number, the corresponding relationship between the company ID and the employee, and the corresponding relationship between the employee and the authority types, a data authority control table can be obtained through data extraction and merging processing, as shown in fig. 9, the table can visually obtain the corresponding relationship among the company ID, the employee number, and the authority types, that is, the first client number, the employee number, and the authority type, the first client number corresponds to one or more employee numbers, and one or more employee numbers correspond to one authority type, for example, the employee S09 can only see the orders 10001 and 10002 corresponding to the a company a; employee S05 can only see order 10001, 10002 for company A and order 10003 for company B; employee S01 can see orders 10001, 10002, 10003, 10004 for all companies corresponding to all subordinate employees; employees Y01, Y02, Y03 do not make any restrictions; the corresponding data authority of the employee can be directly obtained. When the enterprise employee level changes, the system can automatically synchronize the changed organization structure data without manual participation and manual regulation of the employee authority types, so that the labor is saved, and the working efficiency is improved.
The specific data authority control can be realized by associating the service data table with the authority table, as shown in fig. 10, the left side is the service data table in which the service data is stored, the right side is the data authority control table, the service data includes a second client number and an order number, the second client number corresponds to one or more order numbers, and the first client number is the same as the second client number.
After a data authority control table is obtained, whether the authority type corresponding to the employee number is the same as a preset authority type or not is judged through the employee number, if the preset authority type is 2 and the authority type corresponding to the employee number is 1, the authority type is different from the preset authority type, business data corresponding to a first client number (namely company ID) is searched in a business data table according to the first client number (namely company ID) corresponding to the employee number, and the authority type corresponding to the employee number is 1, so that only partial data can be seen; if the authority type corresponding to the employee number is 2, the authority type is the same as the preset authority type, all business data are directly screened from the business data table, and the employee can check all business data.
When the same data is used by the employees of different departments/levels, the system can automatically filter out the corresponding business data according to the corresponding relation of the data authority control table, so that the users can only see the data in the jurisdiction range, the data security is ensured, the development workload and the maintenance cost are greatly reduced, and the system is more flexible. The processing method for employee data permissions provided in this embodiment may be applied to all systems, and is not limited herein.
As shown in fig. 11, further, the step of S21 specifically includes:
and S211, acquiring a first client number corresponding to the employee number.
S212, searching a second client number which is the same as the first client number from the service data.
S213, screening all order numbers corresponding to the second customer number from the business data.
It should be noted that the service data searched from the service data represents order information corresponding to the order number in this embodiment, and the content of the specifically obtained service data may be set according to actual needs.
The employee data authority processing method provided by the embodiment achieves the purposes of automatically acquiring data of clients and employees and data of authority of the employees for checking the data according to the data authority control table, timely assisting the employees to screen the data in the authority range according to the authority of the employees, ensuring that the employees can only see the data in the jurisdiction range, ensuring the safety of the data, reducing the development and maintenance cost, adapting to the rapid growth of enterprise employees and the continuous change of post levels, automatically updating the data authority control table, reducing the pressure of data authority management and data screening, improving the working efficiency and saving the time and labor cost.
Example 2
As shown in fig. 12, the present invention provides a system for processing employee data authority, the system including:
the processing module 1 is used for obtaining a data authority control table according to the client data and the employee data;
the data authority control table comprises a first client number, an employee number and an authority type;
the judgment module 2 is used for judging whether the authority type corresponding to the employee number is the same as the preset authority type, if so, the acquisition module 3 is called, the acquisition module 3 is used for acquiring a first client number corresponding to the employee number and calling the screening module 4, and the screening module 4 is used for screening out target service data corresponding to the first client number from the service data.
The customer data comprises service data of the customer and order information of the customer; the employee data includes organization schema data for the employee and data authority types for the employee.
The processing module 1 is further configured to perform merging processing according to the service data of the client, the order information of the client, the organization structure data of the employee, and the data authority type of the employee to obtain a data authority control table.
The judging module 2 is used for calling the screening module 4 if the authority type corresponding to the employee number is different from the preset authority type, and the screening module 4 is also used for screening all the service data from the service data.
It should be noted that, in this embodiment, the service data of the client refers to a client that an enterprise has many services, each client needs employee docking services of different departments to process different transactions, and for convenience of client management and lookup of information of a client person in charge, a client service table is set to store service data of the client, the client service table mainly includes a client company number and an employee number, the client company number may correspond to one or more employee numbers, as shown in fig. 2 and 3, a company ID (unique code) shown in the figures refers to a client company number, a business manager or an assistant is employee information of an employee, an employee number is correspondingly stored below the information column, and a company ID may correspond to a plurality of employee numbers. The content of the customer service table may be added or modified according to actual needs, and is not limited herein.
The order information of the customer refers to data stored by an order list in this embodiment, as shown in fig. 4, the order list includes order numbers and company IDs, and each company ID corresponds to one or more order numbers, which is convenient for unified management and data lookup.
The organization architecture data of the employee refers to the organization structure data of the employee in this embodiment, if the hierarchical relationship of the employee is shown in the form shown in fig. 5, S01-S11 refer to the serial number of the employee, the employee S01 is the highest in level, S02 and S06 are subordinate levels of S01 at the same level and belong to different departments respectively, and the rest of the employees are analogized in sequence, and no further description is given here, the data shown in fig. 5 can be converted into the data shown in fig. 6 by data conversion, so that the hierarchical relationship of each employee can be clearly known, and if the employee is new or leaves, the hierarchical relationship of each employee can be automatically changed in the organization structure data of the employee, which is convenient and fast.
The data authority type of the employee refers to the content stored by the employee data authority category table in the embodiment, as shown in fig. 7 and 8, the data authority of the employee can include two forms, the first is as shown in fig. 7, for example, S02 can see the data of three companies, and then since the work requires M01 to see the same data authority as S02, the relationship is defined here; secondly, as shown in fig. 8, for example, because of some special cases, the staff set in Y01 can see all the data of the company, such as the data analyst or the staff who passes through the application, in this embodiment, the authority type is set in only two types, the first is the authority type 2, and these staff have no corresponding relationship with the company directly and can see all the company data; the second is the authority type 1, and these employees have correspondence with the company ID and can only see the data of part of the company ID. The specific authority types are preferably set to two types in this embodiment, and more authority types may be set according to actual needs, which is not limited herein.
Specifically, the specific processing flows of the processing module 1, the judging module 2, the obtaining module 3 and the screening module 4 in the present embodiment are described herein by way of example, but the functions of the respective modules in the present embodiment are not limited. For example, the organization architecture data of the employee shown in fig. 5 is obtained through the obtaining module 3, the processing module 1 obtains the organization data of the employee shown in fig. 6 after processing and converting the organization structure data of the employee, obtains the role relationship between the employee and the superior, the obtaining module 3 obtains the order list data shown in fig. 4, obtains the corresponding relationship between the customer ID and the order number, obtains the customer service data shown in fig. 2, obtains the corresponding relationship between the business manager and the customer company (also called company ID), the processing module 1 can query the corresponding company ID according to the number of the business manager for convenient obtaining, the obtaining module 3 obtains the customer service data shown in fig. 3, the assistant and the company ID for corresponding service, the processing module 1 can query the company ID of the assistant according to the number of the assistant, the obtaining module 3 obtains the list of the user to be processed and needing manual authorization shown in fig. 7, the available M01 employee and the S02 employee have the same authority type and are all employees with authority type 1, and if the acquisition module 3 acquires the employee shown in fig. 8, the employee with authority type 2 can be acquired, that is, the authority types of all employees are obtained, after the obtaining module 3 obtains the relationship between the company ID and the order number, the corresponding relationship between the company ID and the employee, and the corresponding relationship between the employee and the authority types, the data authority control table can be obtained through data extraction and merging processing, as shown in fig. 9, the corresponding relation among the company ID, the employee number and the authority type can be intuitively obtained in the table, that is, a first customer number, an employee number, and an authority type, where the first customer number corresponds to one or more employee numbers, and one or more employee numbers correspond to one authority type, for example, employee S09 can only see orders 10001 and 10002 corresponding to company a; employee S05 can only see order 10001, 10002 for company A and order 10003 for company B; employee S01 can see orders 10001, 10002, 10003, 10004 for all companies corresponding to all subordinate employees; employees Y01, Y02, Y03 do not make any restrictions; the corresponding data authority of the employee can be directly obtained. When the employee level of the enterprise is changed, the system can automatically synchronize the changed organization structure data without manual participation and manual adjustment of the authority types of the employees, so that the labor is saved, and the working efficiency is improved.
The specific data authority control can be realized by associating the service data table with the authority table, as shown in fig. 10, the left side is the service data table in which the service data is stored, the right side is the data authority control table, the service data includes a second client number and an order number, the second client number corresponds to one or more order numbers, and the first client number is the same as the second client number.
After obtaining the data authority control table, the judging module 2 judges whether the authority type corresponding to the employee number is the same as the preset authority type or not through the employee number, if the preset authority type is 2 and the authority type corresponding to the employee number is 1, the authority type is different from the preset authority type, the screening module 4 searches the service data corresponding to the first client number in the service data table according to the first client number (namely company ID) corresponding to the employee number, and the authority type corresponding to the employee number is 1, so that only part of the data can be seen; if the authority type corresponding to the employee number is 2, the authority type is the same as the preset authority type, the screening module 4 directly screens all the service data from the service data table, that is, the employee can check all the service data.
When the same data is used by the employees of different departments/levels, the system can automatically filter out the corresponding business data according to the corresponding relation of the data authority control table, so that the users can only see the data in the jurisdiction range, the data security is ensured, the development workload and the maintenance cost are greatly reduced, and the system is more flexible.
The processing method for employee data permissions provided in this embodiment may be applied to all systems, and is not limited herein.
The screening module 4 is further configured to search a second customer number that is the same as the first customer number from the service data;
the screening module 4 is further configured to screen all order numbers corresponding to the second customer number from the service data.
It should be noted that the service data searched from the service data represents order information corresponding to an order number in this embodiment, and the content of the specifically obtained service data may be set according to actual needs.
The system for processing the data authority of the employee, provided by the embodiment, can automatically acquire the data of the client and the employee and the data of the authority of the employee for checking the data according to the data authority control table, help the employee to screen the data in the authority range in time according to the authority of the employee, ensure that the employee can only see the data in the jurisdiction range, ensure the security of the data, reduce the development and maintenance cost, adapt to the rapid growth of the enterprise employee and the continuous change of the post level, automatically update the data authority control table, reduce the pressure of data authority management and data screening, improve the working efficiency, and save time and labor cost.
Example 3
Fig. 13 is a schematic structural diagram of an electronic device according to embodiment 3 of the present invention. The system comprises a memory, a processor and a computer program which is stored on the memory and can run on the processor, and when the processor executes the computer program, the method for processing the employee data authority of the embodiment 1 is realized. The electronic device 30 shown in fig. 13 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiment of the present invention.
The electronic device 30 may be embodied in the form of a general purpose computing device, which may be, for example, a server device. The components of the electronic device 30 may include, but are not limited to: the at least one processor 31, the at least one memory 32, and a bus 33 connecting the various system components (including the memory 32 and the processor 31).
The bus 33 includes a data bus, an address bus, and a control bus.
The memory 32 may include volatile memory, such as Random Access Memory (RAM)321 and/or cache memory 322, and may further include Read Only Memory (ROM) 323.
Memory 32 may also include a program/utility 325 having a set (at least one) of program modules 324, such program modules 324 including, but not limited to: an operating system, one or more application programs, other program modules, and program data, each of which, or some combination thereof, may comprise an implementation of a network environment.
The processor 31 executes various functional applications and data processing, such as a processing method of employee data authority according to embodiment 1 of the present invention, by running the computer program stored in the memory 32.
The electronic device 30 may also communicate with one or more external devices 34 (e.g., keyboard, pointing device, etc.). Such communication may be through input/output (I/O) interfaces 35. Also, model-generating device 30 may also communicate with one or more networks (e.g., a Local Area Network (LAN), a Wide Area Network (WAN), and/or a public network, such as the Internet) via network adapter 36. As shown, network adapter 36 communicates with the other modules of model-generating device 30 via bus 33. It should be understood that although not shown in the figures, other hardware and/or software modules may be used in conjunction with the model-generating device 30, including but not limited to: microcode, device drivers, redundant processors, external disk drive arrays, RAID (disk array) systems, tape drives, and data backup storage systems, etc.
It should be noted that although in the above detailed description several units/modules or sub-units/modules of the electronic device are mentioned, such a division is merely exemplary and not mandatory. Indeed, the features and functionality of two or more of the units/modules described above may be embodied in one unit/module according to embodiments of the invention. Conversely, the features and functions of one unit/module described above may be further divided into embodiments by a plurality of units/modules.
Example 4
The present invention also provides a computer-readable medium on which a computer program is stored, which, when executed by a processor, implements the steps of the method for processing employee data permissions of embodiment 1 described above.
More specific examples, among others, that the readable storage medium may employ may include, but are not limited to: a portable disk, a hard disk, random access memory, read only memory, erasable programmable read only memory, optical storage device, magnetic storage device, or any suitable combination of the foregoing.
In a possible implementation manner, the present invention can also be implemented in the form of a program product, which includes program codes for causing a terminal device to execute the steps of the processing method for implementing employee data authority of embodiment 1 when the program product runs on the terminal device.
Where program code for carrying out the invention is written in any combination of one or more programming languages, the program code may be executed entirely on the user device, partly on the user device, as a stand-alone software package, partly on the user device and partly on a remote device or entirely on the remote device.
While specific embodiments of the invention have been described above, it will be appreciated by those skilled in the art that this is by way of example only, and that the scope of the invention is defined by the appended claims. Various changes or modifications to these embodiments may be made by those skilled in the art without departing from the principle and spirit of this invention, and these changes and modifications are within the scope of this invention.

Claims (10)

1. A processing method for employee data authority is characterized by comprising the following steps:
processing according to the client data and the employee data to obtain a data authority control table;
the data authority control table comprises a first client number, an employee number and an authority type;
and judging whether the authority type corresponding to the employee number is the same as a preset authority type, if so, acquiring the first client number corresponding to the employee number, and screening out target service data corresponding to the first client number from service data.
2. The method for processing employee data privileges of claim 1, said client data including service data of the client and order information of the client;
the employee data comprises organization architecture data of the employee and data authority types of the employee;
the step of obtaining the data authority control table according to the client data and the employee data processing specifically comprises the following steps:
and merging the service data of the client, the order information of the client, the organization structure data of the staff and the data authority type of the staff to obtain the data authority control table.
3. The employee data authority processing method according to claim 1, wherein it is determined whether the authority type corresponding to the employee number is the same as a preset authority type, and if not, all service data is screened from the service data.
4. The employee data authority processing method of claim 1,
the first customer number corresponds to one or more of the employee numbers;
one or more of the employee numbers correspond to one of the privilege types.
5. The employee data authority processing method of claim 4, wherein the business data includes a second customer number and an order number;
the first customer number is the same as the second customer number;
the second customer number corresponds to one or more of the order numbers.
6. The employee data authority processing method according to claim 5, wherein the step of screening out the target business data corresponding to the first customer number from the business data specifically includes:
searching the second customer number which is the same as the first customer number from the service data;
and screening all order numbers corresponding to the second customer number from the business data.
7. A system for processing employee data permissions, the system comprising:
the processing module is used for obtaining a data authority control table according to the client data and the employee data;
the data authority control table comprises a first client number, an employee number and an authority type;
the system comprises a judging module, an obtaining module and a screening module, wherein the judging module is used for judging whether the authority type corresponding to the employee number is the same as a preset authority type, if so, the obtaining module is called, the obtaining module is used for obtaining the first client number corresponding to the employee number and calling the screening module, and the screening module is used for screening out target service data corresponding to the first client number from service data.
8. The system for processing employee data permissions of claim 7 comprising:
the customer data comprises service data of the customer and order information of the customer;
the employee data comprises organization architecture data of the employee and data authority types of the employee;
the processing module is further used for carrying out combination processing according to the service data of the client, the order information of the client, the organization structure data of the staff and the data authority type of the staff to obtain the data authority control table.
9. An electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the method of processing employee data permissions according to any one of claims 1-6 when executing the computer program.
10. A computer-readable medium, on which a computer program is stored, which, when being executed by a processor, carries out a method for processing employee data rights according to any one of claims 1 to 6.
CN202210186482.9A 2022-02-28 2022-02-28 Employee data authority processing method and system, electronic device and storage medium Pending CN114547657A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210186482.9A CN114547657A (en) 2022-02-28 2022-02-28 Employee data authority processing method and system, electronic device and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210186482.9A CN114547657A (en) 2022-02-28 2022-02-28 Employee data authority processing method and system, electronic device and storage medium

Publications (1)

Publication Number Publication Date
CN114547657A true CN114547657A (en) 2022-05-27

Family

ID=81679255

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210186482.9A Pending CN114547657A (en) 2022-02-28 2022-02-28 Employee data authority processing method and system, electronic device and storage medium

Country Status (1)

Country Link
CN (1) CN114547657A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117313073A (en) * 2023-11-28 2023-12-29 武汉海昌信息技术有限公司 Data processing method, device, medium and electronic equipment related to permission distribution

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117313073A (en) * 2023-11-28 2023-12-29 武汉海昌信息技术有限公司 Data processing method, device, medium and electronic equipment related to permission distribution
CN117313073B (en) * 2023-11-28 2024-02-02 武汉海昌信息技术有限公司 Data processing method, device, medium and electronic equipment related to permission distribution

Similar Documents

Publication Publication Date Title
US10275409B2 (en) Metadata manager for analytics system
US8645434B2 (en) Techniques for schema production and transformation
US8090693B2 (en) System, method, and article of manufacture for maintaining and accessing a whois database
US9489407B2 (en) Systems, methods, and machine-readable memories for partitioning a database
US20070162451A1 (en) Systems and methods for linking a tenant to a provider
CN106599043A (en) Middleware used for multilevel database and multilevel database system
CN105164674A (en) Queries involving multiple databases and execution engines
US20090276446A1 (en) Process and method for classifying structured data
US20210081358A1 (en) Background dataset maintenance
CN110929280B (en) System and method for realizing data authority control based on metadata in big data environment
CN102306355A (en) Management system for IT (Information Technology) operation and maintenance configuration
CN114547657A (en) Employee data authority processing method and system, electronic device and storage medium
CN111177480A (en) Block chain directory file system
US20070282983A1 (en) System and Method for Information Handling System Management With a Directory Service Tool Box
CN111339098A (en) Authority management method, data query method and device
CN110928963A (en) Column-level authority knowledge graph construction method for operation and maintenance service data table
JP2000222430A (en) Virtual database management system
CN113239014A (en) Management device and application system for maintaining SQL records
CN112766805A (en) Production process informatization management system and method
CN112019364A (en) Information management method and device
Pan et al. An open sharing pattern design of massive power big data
CN116069981A (en) Enterprise data storage method, enterprise data calling method and enterprise data calling system
CN114066702A (en) Urban business management method and device, electronic equipment and storage medium
CN1217511C (en) Monitoring and inquiring system and method for subscriber's on-line state in LAN
US20200167717A1 (en) Systems and methods for outputting resource allocation records

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination