CN113360889B - Rights management method and apparatus, server, and computer-readable storage medium - Google Patents

Rights management method and apparatus, server, and computer-readable storage medium Download PDF

Info

Publication number
CN113360889B
CN113360889B CN202110636778.1A CN202110636778A CN113360889B CN 113360889 B CN113360889 B CN 113360889B CN 202110636778 A CN202110636778 A CN 202110636778A CN 113360889 B CN113360889 B CN 113360889B
Authority
CN
China
Prior art keywords
menu
code
user
queried
access right
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.)
Active
Application number
CN202110636778.1A
Other languages
Chinese (zh)
Other versions
CN113360889A (en
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.)
Shenzhen Zhuiyi Technology Co Ltd
Original Assignee
Shenzhen Zhuiyi Technology 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 Shenzhen Zhuiyi Technology Co Ltd filed Critical Shenzhen Zhuiyi Technology Co Ltd
Priority to CN202110636778.1A priority Critical patent/CN113360889B/en
Publication of CN113360889A publication Critical patent/CN113360889A/en
Application granted granted Critical
Publication of CN113360889B publication Critical patent/CN113360889B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

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/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/45Structures or tools for the administration of authentication
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/248Presentation of query results
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2221/00Indexing scheme relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/21Indexing scheme relating to G06F21/00 and subgroups addressing additional information or applications relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/2141Access rights, e.g. capability lists, access control lists, access tables, access matrices

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Software Systems (AREA)
  • Computational Linguistics (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Storage Device Security (AREA)

Abstract

The application relates to a rights management method and device, a server and a computer readable storage medium, comprising: and receiving a query instruction input by a user, acquiring a mechanism code of the user according to the identity information of the user, and acquiring an access right code of the menu to be queried according to the menu to be queried. Because the access right code is a code obtained by carrying out logic operation based on the organization code with the access right of the menu to be queried, whether the user has the access right of the menu to be queried or not can be determined according to the organization code of the user and the access right code of the menu to be queried. And if the user has the access right to the menu to be queried, displaying the menu to be queried to the user. The user can be determined whether to have the access right of the menu to be queried or not only based on the organization code of the user and the access right code of the menu to be queried, and the right query efficiency in a background management system is greatly improved.

Description

Rights management method and apparatus, server, and computer-readable storage medium
Technical Field
The present invention relates to the field of natural language processing technologies, and in particular, to a rights management method and apparatus, a server, and a computer readable storage medium.
Background
With the continuous development of computer technology, enterprise management methods and methods have become more intelligent. One of the core content that is involved in enterprise management is rights management. The object to which the rights management is directed is generally a user of the background management system, and the main purpose of the rights management is to control the rights of the whole background management system, namely to allocate different use rights for different users. Therefore, the risk problems such as information leakage and the like caused by the lack of authority control can be effectively avoided through authority management.
However, in the conventional rights management method, the query process in the background management system is complex and the query efficiency is low when the rights are controlled.
Disclosure of Invention
The embodiment of the application provides a rights management method, a device, a server and a computer readable storage medium, which can improve the rights inquiry efficiency in a background management system.
In one embodiment, a rights management method is provided, including:
receiving a query instruction input by a user, wherein the query instruction carries the identity information of the user and a menu to be queried;
acquiring a mechanism code of the user according to the identity information of the user, and acquiring an access right code of the menu to be queried according to the menu to be queried; wherein the organization code of the user is an organization code determined based on the identity information of the user; the access right code is a code obtained by carrying out logic operation on the mechanism code with the access right to the menu to be queried;
Determining whether the user has access rights to the menu to be queried according to the mechanism code of the user and the access rights code of the menu to be queried;
and if the user has the access right to the menu to be queried, displaying the menu to be queried to the user.
In one embodiment, the determining whether the user has the access right to the menu to be queried according to the organization code of the user and the access right code of the menu to be queried includes:
performing first logic operation on the mechanism code of the user and the access right code of the menu to be queried to obtain a first logic operation result;
and determining whether the user has access rights to the menu to be queried according to the first logic operation result.
In one embodiment, the performing a first logic operation on the mechanism code of the user and the access right code of the menu to be queried to obtain a first logic operation result includes:
and performing bit and operation on the mechanism code of the user and the access authority code of the menu to be queried to obtain a first logic operation result.
In one embodiment, the determining, according to the result of the first logic operation, whether the user has access rights to the menu to be queried includes:
Judging whether the first logic operation result is consistent with the mechanism code of the user or not;
and if the first logical operation result is consistent with the mechanism code of the user, determining that the user has access right to the menu to be queried.
In one embodiment, the obtaining the organization code of the user according to the identity information of the user, and obtaining the access right code of the menu to be queried according to the menu to be queried includes:
acquiring the mechanism code of the user from a mechanism code data table according to the identity information of the user; the mechanism coding data table stores the corresponding relation between the mechanism and the mechanism coding of the mechanism;
acquiring an access right code of the menu to be queried from an access right code data table according to the menu to be queried; and the access right coding data table stores the corresponding relation between the menu and the access right codes of the menu.
In one embodiment, the method further comprises:
taking the target numerical value as a base number, sequentially taking decimal codes as indexes to carry out power operation to obtain operation results, and respectively configuring the operation results as mechanism codes of all mechanisms; the target value is an integer multiple of two;
The mechanism code data table is generated based on correspondence between each mechanism and the mechanism code of the mechanism.
In one embodiment, the method further comprises:
configuring a target mechanism for each menu from the mechanisms, wherein the target mechanism is a mechanism with access rights to the menu;
determining an access right code of the menu according to the organization code of the target organization;
and generating the access right coding data table based on the corresponding relation between each menu and the access right codes of the menus.
In one embodiment, the determining the access right code of the menu according to the organization code of the target organization includes:
and carrying out bit OR operation on the mechanism code of the target mechanism to obtain a second logic operation result, and configuring the second logic operation result as the access right code of the menu.
In one embodiment, the method further comprises:
reconfiguring the target mechanism for each menu from the mechanisms to obtain a reconfigured target mechanism;
the determining the access right code of the menu according to the organization code of the target organization comprises the following steps:
and determining the access right code of the menu according to the mechanism code of the reconfigured target mechanism.
In one embodiment, there is provided a rights management unit, the unit including:
the inquiry instruction receiving module is used for receiving an inquiry instruction input by a user, wherein the inquiry instruction carries the identity information of the user and a menu to be inquired;
the code acquisition module is used for acquiring the mechanism code of the user according to the identity information of the user and acquiring the access right code of the menu to be queried according to the menu to be queried; wherein the organization code of the user is an organization code determined based on the identity information of the user; the access right code is obtained by carrying out logic operation on the basis of the mechanism code with the access right to the menu to be queried;
the access right determining module is used for determining whether the user has access right to the menu to be queried according to the mechanism code of the user and the access right code of the menu to be queried;
and the menu display module is used for displaying the menu to be queried to the user if the user has access rights to the menu to be queried.
A server comprising a memory and a processor, the memory having stored therein a computer program which, when executed by the processor, causes the processor to perform the steps of the method as above.
A computer readable storage medium having stored thereon a computer program which when executed by a processor performs the steps of the method as above.
The authority management method, the device, the server and the computer readable storage medium receive the query instruction input by the user, acquire the organization code of the user according to the identity information of the user, and acquire the access authority code of the menu to be queried according to the menu to be queried. Because the access right code is a code obtained by carrying out logic operation based on the mechanism code with the access right of the menu to be queried, namely, the access right code of the menu to be queried and the mechanism code with the access right of the menu to be queried have a certain preset logic relation, whether the user has the access right of the menu to be queried or not can be determined according to the mechanism code of the user and the access right code of the menu to be queried. And if the user has the access right to the menu to be queried, displaying the menu to be queried to the user. The user can be determined whether to have the access right of the menu to be queried or not only based on the organization code of the user and the access right code of the menu to be queried, and the right query efficiency in a background management system is greatly improved.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings that are required in the embodiments or the description of the prior art will be briefly described below, it being obvious that the drawings in the following description are only some embodiments of the present application, and that other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a diagram of an application environment for a rights management method in one embodiment;
FIG. 2 is a flow diagram of a method of rights management in one embodiment;
FIG. 3 is a flow chart of the method of FIG. 2 for determining whether a user has access to a menu to be queried;
FIG. 4 is a flow chart of a rights management method in another embodiment;
FIG. 5 is a flow diagram of a method of generating a mechanism encoded data table in one embodiment;
FIG. 6 is a flow diagram of a method of generating an access rights encoding data table in one embodiment;
FIG. 7 is a flow chart of a method of rights management in one embodiment;
FIG. 8 is a block diagram of a rights management unit in one embodiment;
FIG. 9 is a schematic diagram of an internal structure of a server in one embodiment.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more apparent, the present application will be further described in detail with reference to the accompanying drawings and examples. It should be understood that the specific embodiments described herein are for purposes of illustration only and are not intended to limit the present application.
It will be understood that the terms "first," "second," and the like, as used herein, may be used to describe various elements, but these elements are not limited by these terms. These terms are only used to distinguish one element from another element.
Fig. 1 is an application scenario diagram of a voice control method in one embodiment. As shown in fig. 1, the application environment includes an electronic device 120 and a server 140, and a user inputs a query instruction on the electronic device 120 and sends the query instruction to the server 140 by the electronic device 120. The server 140 can receive a query instruction input by a user, wherein the query instruction carries identity information of the user and a menu to be queried; acquiring a mechanism code of a user according to the identity information of the user, and acquiring an access right code of a menu to be queried according to the menu to be queried; wherein the user's organization code is an organization code determined based on the user's identity information; the access right code is a code obtained by carrying out logic operation on the basis of the mechanism code with the access right of the menu to be queried; determining whether the user has access rights to the menu to be queried according to the organization code of the user and the access rights code of the menu to be queried; and if the user has the access right to the menu to be queried, displaying the menu to be queried to the user. The menu to be queried is sent by the server 140 to the electronic device 120 for presentation. Here, the electronic device 120 may be any terminal device such as a mobile phone, a tablet computer, a PDA (Personal Digital Assistant, a personal digital assistant), a wearable device (smart watch, etc.), a smart home, etc.
Fig. 2 is a flowchart of a rights management method in one embodiment, and as shown in fig. 2, a rights management method is provided, which is applied to a server and includes steps 220 to 280.
Step 220, receiving a query instruction input by a user, wherein the query instruction carries identity information of the user and a menu to be queried.
One core content that may be involved in enterprise management is rights management. The object to which the rights management is directed is generally a user of the background management system, and the main purpose of the rights management is to control the rights of the whole background management system, namely to allocate different use rights for different users.
When the authority management is performed, firstly, the electronic equipment receives a query instruction input by a user. The inquiry command carries the identity information of the user and the menu to be inquired. The identity information is an identity, and each user is configured with an identity (ID, identity document) in advance. An identification is also configured for each query menu in advance. For example, the identity of the user 'Zhang Sanu' is "1", and the identity of the menu to be queried 'personnel management menu' is "1". When the user clicks the personnel management menu, a query instruction is generated, wherein the query instruction carries an identification mark "1" corresponding to the user's Zhang Sanhe' and an identification mark "1" of the personnel management menu of the menu to be queried. At this time, the electronic device receives the query instruction.
Step 240, obtaining the organization code of the user according to the identity information of the user, and obtaining the access right code of the menu to be queried according to the menu to be queried; wherein the user's organization code is an organization code determined based on the user's identity information; the access right code is a code obtained by performing logic operation based on the organization code with the access right to the menu to be queried.
Different access rights are configured for each query menu based on the organization architecture and the position of each user in advance, specifically, a mechanism with access rights or a part of users under the mechanism are configured for each query menu. The organization codes are configured for each organization in the organization architecture in advance, and the affiliated organization is configured for each user. For example, the configuration organization code for "group" is "1", the configuration organization code for "Shenzhen division" is "2", and the configuration organization code for "division business department" is "4". Therefore, the mechanism of the user can be obtained according to the identity information of the user, and then the mechanism code of the user is obtained. For example, the user "Zhang Sano" is a group employee, and the organization code of the user "Zhang Sano" is "1".
And then obtaining the access right code of the menu to be queried according to the menu to be queried. The access right code of the menu to be queried is a code obtained by carrying out logic operation in advance according to the mechanism code with the access right of the menu to be queried. For example, the mechanism with access authority of the menu to be queried "personnel management menu" includes "group" and "Shenzhen division", and the mechanism code of the "group" is "1" and the mechanism code of the "Shenzhen division" is "2", then the code obtained by performing the logic operation according to the mechanism code with access authority of the menu to be queried is the code obtained by performing the logic operation based on the mechanism codes of "1" and "2".
Step 260, determining whether the user has the access right of the menu to be queried according to the organization code of the user and the access right code of the menu to be queried.
After the organization code of the user and the access right code of the menu to be queried are obtained in step 240, it can be determined whether the user has the access right of the menu to be queried according to the organization code of the user and the access right code of the menu to be queried.
Specifically, because the access right code is a code obtained by performing logical operation based on the mechanism code having the access right to the menu to be queried, a certain preset logical relationship exists between the access right code of the menu to be queried and the mechanism code having the access right to the menu to be queried. Therefore, based on the organization code of the user and the access right code of the menu to be queried, whether the user has the access right of the menu to be queried or not can be determined. If the access right code of the menu to be queried and the mechanism code of the user have a preset logic relationship, determining that the user has the access right of the menu to be queried.
And 280, if the user has the access right to the menu to be queried, displaying the menu to be queried to the user.
And if the user is determined to have the access right to the menu to be queried, displaying the menu to be queried to the user. I.e. the user can enter the menu to be queried to perform operations such as query. If the user is determined to not have the access right of the menu to be queried, the menu to be queried is not displayed to the user, and prompt information such as the lack of the access right is displayed to the user.
In the embodiment of the application, a query instruction input by a user is received, a mechanism code of the user is obtained according to the identity information of the user, and an access right code of the menu to be queried is obtained according to the menu to be queried. Because the access right code is a code obtained by carrying out logic operation based on the mechanism code with the access right of the menu to be queried, namely, the access right code of the menu to be queried and the mechanism code with the access right of the menu to be queried have a certain preset logic relation, whether the user has the access right of the menu to be queried or not can be determined according to the mechanism code of the user and the access right code of the menu to be queried. And if the user has the access right to the menu to be queried, displaying the menu to be queried to the user. The user can be determined whether to have the access right of the menu to be queried or not only based on the organization code of the user and the access right code of the menu to be queried, and the right query efficiency in a background management system is greatly improved.
In one embodiment, as shown in fig. 3, step 260, according to the organization code of the user and the access right code of the menu to be queried, determining whether the user has the access right of the menu to be queried, includes:
step 262, performing a first logic operation on the organization code of the user and the access right code of the menu to be queried to obtain a first logic operation result;
step 264, determining whether the user has access rights to the menu to be queried according to the first logic operation result.
Because the access right code is a code obtained by carrying out logic operation based on the mechanism code with the access right of the menu to be queried, namely, the access right code of the menu to be queried and the mechanism code with the access right of the menu to be queried have a certain preset logic relation, whether the user has the access right of the menu to be queried or not can be determined according to the mechanism code of the user and the access right code of the menu to be queried. Specifically, whether a certain preset logic relation exists between the mechanism code of the user and the access right code of the menu to be queried is determined. If yes, the user can be determined to have the access right to the menu to be queried; if not, the user can be determined to have no access right to the menu to be queried.
And when determining whether a certain preset logic relation exists between the mechanism code of the user and the access right code of the menu to be queried, performing first logic operation on the mechanism code of the user and the access right code of the menu to be queried to obtain a first logic operation result. And determining whether a certain preset logic relation exists between the mechanism code of the user and the access right code of the menu to be queried according to the first logic operation result, and further determining whether the user has the access right of the menu to be queried.
Since the access right code is a code obtained by performing a logical operation based on an organization code having access right to a menu to be queried, the first logical operation herein is one related to a logical operation at the time of calculating the access right code.
In the embodiment of the application, when determining whether the user has the access right to the menu to be queried according to the mechanism code of the user and the access right code of the menu to be queried, performing a first logic operation on the mechanism code of the user and the access right code of the menu to be queried to obtain a first logic operation result. And determining whether a certain preset logic relation exists between the mechanism code of the user and the access right code of the menu to be queried according to the first logic operation result, and further determining whether the user has the access right of the menu to be queried.
In comparison with the conventional manner, when the rights management is performed, it is only possible to determine whether the user has access rights to the menu to be queried by querying the rights management data table. In the method, a first logic operation result is obtained by carrying out a first logic operation on a mechanism code of a user and an access right code of a menu to be queried. And determining whether a certain preset logic relation exists between the mechanism code of the user and the access right code of the menu to be queried according to the first logic operation result, and further determining whether the user has the access right of the menu to be queried. Obviously, the first logic operation is carried out on the mechanism code of the user and the access right code of the menu to be queried, so that the computing speed is high, the consumed resources are less, and the right query efficiency in a background management system is greatly improved.
In one embodiment, performing a first logic operation on a mechanism code of a user and an access right code of a menu to be queried to obtain a first logic operation result, including:
and performing bit and operation on the mechanism code of the user and the access authority code of the menu to be queried to obtain a first logic operation result.
The access right code is a code obtained by carrying out logic operation on the basis of the organization code with the access right of the menu to be queried. Specifically, bit OR operation may be performed on the organization code with access right of the menu to be queried to obtain the access right code of the menu to be queried. Then, the mechanism code of the user and the access authority code of the menu to be queried can be subjected to bit and operation to obtain a first logic operation result. Then, according to the first logic operation result, whether the user has access right to the menu to be queried or not can be determined.
Wherein, the bit OR operation, bit AND operation are all a logic operation. The bit or operation is to perform an or operation on two numbers participating in the operation according to binary bits. Operation rule: the result of the calculation is 1 as long as one of the two numbers is 1. I.e. 0|0 =0, 1|0=1, 0|1=1, 1|1=1. For example: 2|4 is 00000010|00000100= 00000110, so 2|4 has a value of 6. The bit and operation is to perform an and operation on two numbers participating in the operation according to binary bits. Operation rule: only the binary of the two numbers is 1 at the same time, the result is 1, otherwise 0. I.e. 0&0 =0, 0& 1=0, 1& 0=0, 1& 1=1. For example: 3&5 is 00000011& 00000101=00000001, so 3&5 has a value of 1.
In the embodiment of the application, because the mechanism code with the access right of the menu to be queried is subjected to bit OR operation to obtain the access right code of the menu to be queried, the mechanism code of the user and the access right code of the menu to be queried can be subjected to bit AND operation to obtain the first logic operation result. If the user has access rights to the menu to be queried, a certain preset relation exists between the obtained first logic operation result and the mechanism code of the user. Therefore, based on the preset relation, the user can be determined to have the access right to the menu to be queried. Obviously, the first logic operation is carried out on the mechanism code of the user and the access right code of the menu to be queried, so that the computing speed is high, the consumed resources are less, and the right query efficiency in a background management system is greatly improved.
In one embodiment, determining whether the user has access to the menu to be queried according to the result of the first logical operation comprises:
judging whether the first logic operation result is consistent with the mechanism code of the user;
and if the first logic operation result is consistent with the organization code of the user, determining that the user has access right to the menu to be queried.
As shown in fig. 4, there is provided a rights management method including:
step 402, a query instruction input by a user is received.
For example, when the user "Zhang Sanzhu" clicks on "the personnel management menu", a query instruction is generated, where the query instruction carries an identification "1" corresponding to the user "Zhang Sanzhu" and an identification "1" of the personnel management menu "of the menu to be queried. At this time, the electronic device receives the query instruction.
Step 404, obtaining the organization code of the user according to the identity information of the user, and obtaining the access right code of the menu to be queried according to the menu to be queried; and performing bit OR operation on the mechanism code with the access right of the menu to be queried to obtain the access right code of the menu to be queried.
Because the organization codes are configured for each organization in the organization architecture in advance and the organization to which each user belongs is configured, the organization to which the user belongs can be acquired according to the identity information of the user, and then the organization codes of the user are acquired.
For example, the configuration organization code for "group" is "1", the configuration organization code for "Shenzhen division" is "2", and the configuration organization code for "division business department" is "4". The specific organization code data table is as follows:
TABLE 1-1
Organization name Mechanism coding Remarks
Group of groups 1 2 to the power of 0
Shenzhen division Co., ltd 2 2 to the power of 1
Business department of branch office 4 2 to the power of 2
Therefore, the mechanism of the user can be obtained according to the identity information of the user, and then the mechanism code of the user is obtained. For example, the user "Zhang Sano" is a group employee, and the organization code of the user "Zhang Sano" is "1".
Aiming at the access right code of the menu to be queried, the access right code of the menu to be queried can be obtained by performing bit OR operation on the mechanism code with the access right of the menu to be queried. For example, the mechanism with access authority of the menu to be queried "personnel management menu" includes "group" and "Shenzhen division", and the mechanism code of "group" is "1" and the mechanism code of "Shenzhen division" is "2", then the code obtained by performing bit OR operation according to the mechanism code with access authority of the menu to be queried is the code obtained by performing bit OR operation based on the mechanism codes of "1" and "2", namely 1|2 =3, and the obtained code is "3". The access right of the menu to be queried "personnel management menu" is encoded as "3".
For example, the mechanism with access authority of the menu to be queried "financial statement menu" only comprises "group", and the mechanism code of the "group" is "1", the code obtained by performing bit OR operation according to the mechanism code with access authority of the menu to be queried is the code obtained by performing bit OR operation based on the mechanism code of "1" is still "1". The access right of the menu to be queried "financial statement menu" is encoded as "1".
For example, the mechanism with access authority of the menu to be queried includes "group" and "Shenzhen division," division business division, "and the mechanism code of" group "is" 1, "" Shenzhen division "is" 2, "the mechanism code of" division business division "is" 4, "then the code obtained by performing bit OR operation according to the mechanism code with access authority of the menu to be queried is the code obtained by performing bit OR operation, namely 1.sub.2.sub.4=7 based on the mechanism code of" 1, "" 2, "and" 4, "and the obtained code is" 7. The access right of the menu to be queried "service management menu" is encoded as "7".
The access right code data table of the specific menu is as follows:
TABLE 1-2
And 406, performing bit and operation on the mechanism code of the user and the access right code of the menu to be queried to obtain a first logic operation result.
From the above, the organization code of the user "Zhang San", is "1", and the access right code of the menu to be queried "personnel management menu" is "3". And performing bit and operation on the mechanism code of the user and the access authority code of the menu to be queried, wherein 1& 3=3, and obtaining a first logic operation result as '3'.
Step 408, determining whether the first logical operation result is consistent with the user's organization code.
Step 410, if the first logical operation result is consistent with the organization code of the user, determining that the user has access right to the menu to be queried.
After the first logical operation result is obtained, it is judged whether the first logical operation result "3" is identical to the user's organization code "3", and it is obvious that the judgment result at this time is identical. Thus, it is determined that the user "Zhang Sano" has access to the menu "personnel management menu" to be queried.
In the embodiment of the application, the mechanism code of the user and the access right code of the menu to be queried are subjected to bit AND operation through the mechanism code data table and the access right code data table of the menu, so that a first logic operation result is obtained. Finally, it can be determined that the user has access rights to the menu to be queried based on the result of the first logical operation. When the mechanism is added or the access authority is changed, only the data in the mechanism coding data table and the access authority coding data table of the menu are required to be updated, and the difficulty of realization is obviously small due to the limited number of the mechanisms and the menus. In the traditional authority management method, an association table of organization codes and menu codes is adopted, namely, each organization code is associated with the menu code with access authority one by one to form the association table. When the new mechanism or the access authority is changed, a large amount of data in the association table needs to be synchronously updated, so that the operation is complex and the implementation difficulty is high.
In one embodiment, the method for obtaining the organization code of the user according to the identity information of the user and obtaining the access right code of the menu to be queried according to the menu to be queried comprises the following steps:
acquiring the mechanism code of the user from the mechanism code data table according to the identity information of the user; the mechanism coding data table stores the corresponding relation between the mechanism and the mechanism coding of the mechanism;
acquiring an access right code of the menu to be queried from an access right code data table according to the menu to be queried; the access right code data table stores the corresponding relation between the menu and the access right codes of the menu.
Specifically, as shown in the above table 1-1, the mechanism code data table is a mechanism code data table, in which the correspondence relationship between the mechanism and the mechanism code of the mechanism is stored. As shown in the above tables 1-2, the access right code data table is a table, and it is known that the corresponding relationship between the menu and the access right code of the menu is stored in the access right code data table.
Therefore, the mechanism code of the user can be obtained from the mechanism code data table according to the identity information of the user, and the access right code of the menu to be queried can be obtained from the access right code data table according to the menu to be queried. Tables 1-1 and 1-2 are only examples, and specific data in the organization code data table and the access right code data table are not limited in this application.
In the embodiment of the application, the mechanism code data table and the access right code data table are pre-established, so that the mechanism code of the user can be obtained from the mechanism code data table according to the identity information of the user, and the access right code of the menu to be queried can be obtained from the access right code data table according to the menu to be queried. And performing bit AND operation on the mechanism code of the user and the access right code of the menu to be queried through the mechanism code data table and the access right code data table of the menu to obtain a first logic operation result. Finally, it can be determined that the user has access rights to the menu to be queried based on the result of the first logical operation. Therefore, the method has the advantages of high calculation speed and less resource consumption in the process of rights management, and greatly improves the rights inquiry efficiency in a background management system.
In one embodiment, as shown in fig. 5, there is provided a rights management method, further including:
step 520, taking the target value as a base number, sequentially taking decimal codes as indexes to carry out power operation to obtain operation results, and respectively configuring the operation results as mechanism codes of all mechanisms; the target value is an integer multiple of two;
in step 540, a mechanism code data table is generated based on the correspondence between each mechanism and the mechanism code of the mechanism.
Specifically, when generating the organization code data table, it is necessary to perform configuration organization codes for each organization. When an organization code is configured for each organization, the configured organization code needs to meet certain rules. For example, the target value a is used as a base, and decimal codes (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 and … …) are sequentially used as exponents to perform power operation to obtain an operation result. The operation result is a 0 、a 1 、a 2 、a 3 、a 4 … …, the calculation results are respectively arranged as the mechanism codes of the respective mechanisms. Wherein the target value a takes on an integer multiple of two. For example, a is any self-number greater than 1However, the value of a is, for example, 2, 3, 4, 5 or 6, and the present application is not limited thereto.
After the calculation results are respectively configured as the mechanism codes of the respective mechanisms, the mechanism code data table may be generated based on the correspondence relationship between the respective mechanisms and the mechanism codes of the mechanisms. For example, as shown in Table 1-1 above, each organization corresponds to a unique organization code.
In the embodiment of the application, the target value a is an integer multiple of two, then the target value is taken as a base, decimal codes are sequentially taken as indexes to carry out power operation to obtain operation results, and the operation results are respectively configured as the mechanism codes of all the mechanisms. Because the bit OR operation and the bit AND operation are both binary logic operation, the bit OR operation is carried out on the basis of the mechanism code with the access right of the menu to be queried to obtain the access right code of the menu to be queried. And then performing bit and operation on the mechanism code of the user and the access authority code of the menu to be queried to obtain a first logic operation result. Finally, whether the user has access right to the menu to be queried can be determined according to whether the first logic operation result is consistent with the organization code of the user. Therefore, the method has the advantages of high calculation speed and less resource consumption in the process of rights management, and greatly improves the rights inquiry efficiency in a background management system.
In one embodiment, as shown in fig. 6, there is provided rights management, further comprising:
step 620, a target mechanism is configured for each menu from the mechanisms, wherein the target mechanism is a mechanism with access rights to the menu.
Different access rights are configured for each menu in advance based on the organization architecture, and specifically, a target mechanism with access rights is configured for each menu. For example, a target organization with access authority is configured as a group and a Shenzhen division for a personnel management menu; configuring a target mechanism with access rights as a group for a financial statement menu; the target organization with access authority is configured as 'group' and 'Shenzhen division' for 'service management menu'.
Step 640, determining the access right code of the menu according to the organization code of the target organization;
step 660, generating an access right code data table based on the corresponding relation between each menu and the access right codes of the menus.
Then, for each target organization of the menu, bit OR operation is performed based on the organization code of the target organization to obtain the access right code of the menu. For example, the organization code of "group" is "1", the organization code of "Shenzhen division" is "2", and the organization code of "division business department" is "4". For the "service management menu", the code obtained by performing bit or operation on the organization code having access to the "service management menu" is 1|2|4=7, which is the bit or operation based on the organization codes "1", "2", and "4", and the obtained code is "7". The access right of the menu to be queried "service management menu" is encoded as "7".
And finally, generating an access right code data table based on the corresponding relation between each menu and the access right codes of the menus. As shown in tables 1-2, the access right codes of the menus may be the same or different, which is not limited in this application.
In the embodiment of the application, a target mechanism with access right to the menu is configured for each menu from the mechanisms. And determining the access right codes of the menus according to the mechanism codes of the target mechanism, and generating an access right code data table based on the corresponding relation between each menu and the access right codes of the menus. The mechanism coding data table and the access right coding data table are established in advance, so that the mechanism coding of the user and the access right coding of the menu to be queried are subjected to bit AND operation through the mechanism coding data table and the access right coding data table of the menu to obtain a first logic operation result. Finally, it can be determined that the user has access rights to the menu to be queried based on the result of the first logical operation. Therefore, the method has the advantages of high calculation speed and less resource consumption in the process of rights management, and greatly improves the rights inquiry efficiency in a background management system.
In one embodiment, determining an access right code for a menu based on an organization code for a target organization includes:
And carrying out bit OR operation on the mechanism code of the target mechanism to obtain a second logic operation result, and configuring the second logic operation result as the access authority code of the menu.
Specifically, the second logic operation result can be obtained by performing bit OR operation on the mechanism code with the access right of the menu in advance, and the second logic operation result is configured as the access right code of the menu. For example, the mechanism having access to the menu "personnel management menu" includes "group" and "Shenzhen division", and the mechanism code of "group" is "1" and the mechanism code of "Shenzhen division" is "2", and the code obtained by performing bit or operation according to the mechanism code having access to the menu is "1" and "2", that is, 1|2 =3, and the obtained code is "3". The access right of the menu "person management menu" is encoded as "3".
For example, a mechanism having access to a menu "financial statement menu" includes only "group", and the mechanism code of "group" is "1", then the code obtained by performing bit or operation according to the mechanism code having access to the menu first is the code obtained by performing bit or operation based on the mechanism code being "1", and still is "1". The access right of the menu "financial statement menu" is encoded as "1".
For example, the mechanism having access to the menu "service management menu" includes "group" and "Shenzhen division" and "division business", and the mechanism code of "group" is "1", "Shenzhen division" is "2", and the mechanism code of "division business" is "4", and the code obtained by performing bit or operation based on the mechanism code having access to the menu is "1", "2", and "4", that is, 1|2|4=7, and the obtained code is "7". The access right of the menu "service management menu" is encoded as "7".
In this embodiment of the present application, when determining the access right code of the menu according to the organization code of the target organization, the organization code of the target organization may be specifically bit-ored to obtain a second logic operation result, and the second logic operation result is configured as the access right code of the menu. Therefore, the mechanism code of the user and the access right code of the menu to be inquired are subjected to bit AND operation through the mechanism code data table and the access right code data table of the menu to obtain a first logic operation result. Finally, it can be determined that the user has access rights to the menu to be queried based on the result of the first logical operation. Therefore, the method has the advantages of high calculation speed and less resource consumption in the process of rights management, and greatly improves the rights inquiry efficiency in a background management system.
In a specific embodiment, there is provided a rights management method, further including:
reconfiguring target mechanisms for each menu from the mechanisms to obtain reconfigured target mechanisms;
determining the access right code of the menu according to the organization code of the target organization, comprising:
and determining the access right code of the menu according to the mechanism code of the reconfigured target mechanism.
Specifically, as shown in fig. 7, there is provided a rights management method, including:
step 702, reconfiguring target mechanisms from each mechanism for each menu, and obtaining reconfigured target mechanisms;
step 704, determining the access right code of the menu according to the mechanism code of the reconfigured target mechanism;
step 706, receiving a query instruction input by a user, wherein the query instruction carries identity information of the user and a menu to be queried;
step 708, obtaining the organization code of the user according to the identity information of the user, and obtaining the access right code of the menu to be queried according to the menu to be queried;
step 710, determining whether the user has access rights to the menu to be queried according to the organization code of the user and the access rights code of the menu to be queried;
step 712, if the user has access rights to the menu to be queried, the menu to be queried is presented to the user.
In the authority management process, the organization architecture of the enterprise is changed and changed frequently, personnel under different institutions of the enterprise are changed and changed, and meanwhile, the access authorities of different institutions are changed and changed, so that the enterprise authority management system is not limited to the above changes. Therefore, when the above change occurs, the organization code data table and the access right code data table of the menu need to be updated. Specifically, the mechanism in the mechanism coding data table is added and deleted, the menu in the access right coding data table is added and deleted, or the access right coding in the access right coding data table is updated, and the like. When updating the access right code in the access right code data table, the target mechanism needs to be reconfigured from each mechanism for each menu to obtain the reconfigured target mechanism. And then, carrying out bit OR operation based on the reconfigured target mechanism to obtain the access right code of the menu to be queried. Thus, the access right coding data table is updated.
In the embodiment of the application, in the process of rights management, along with dynamic changes of various data, the access rights coding data table of the organization coding data table and the menu is updated in real time. Thereby improving the timeliness and accuracy of the authority management process,
In one embodiment, as shown in FIG. 8, there is provided a rights management unit 800 comprising:
the query instruction receiving module 820 is configured to receive a query instruction input by a user, where the query instruction carries identity information of the user and a menu to be queried;
the code obtaining module 840 is configured to obtain a mechanism code of the user according to the identity information of the user, and obtain an access right code of the menu to be queried according to the menu to be queried; wherein the user's organization code is an organization code determined based on the user's identity information; the access right code is obtained by carrying out logic operation on the basis of the mechanism code with the access right of the menu to be queried;
the access right determining module 860 is configured to determine whether the user has access rights to the menu to be queried according to the organization code of the user and the access right code of the menu to be queried;
and the menu display module 880 is configured to display the menu to be queried to the user if the user has access rights to the menu to be queried.
In one embodiment, the access rights determination module 860 includes:
the first logic operation unit 862 is configured to perform a first logic operation on the mechanism code of the user and the access right code of the menu to be queried, so as to obtain a first logic operation result;
And the access right determining unit 864 is configured to determine whether the user has access rights to the menu to be queried according to the result of the first logic operation.
In one embodiment, the first logic operation unit 862 is further configured to perform a bit and operation on the mechanism code of the user and the access right code of the menu to be queried, to obtain a first logic operation result.
In one embodiment, the access right determining unit 864 is further configured to determine whether the first logic operation result is consistent with the organization code of the user; and if the first logic operation result is consistent with the organization code of the user, determining that the user has access right to the menu to be queried.
In one embodiment, the code obtaining module 840 is configured to obtain the organization code of the user from the organization code data table according to the identity information of the user; the mechanism coding data table stores the corresponding relation between the mechanism and the mechanism coding of the mechanism; acquiring an access right code of the menu to be queried from an access right code data table according to the menu to be queried; the access right code data table stores the corresponding relation between the menu and the access right codes of the menu.
In one embodiment, there is provided a rights management unit 800, further comprising: the mechanism coding data table generation module is used for carrying out power operation by taking a target numerical value as a base number and taking decimal codes as indexes in sequence to obtain operation results, and the operation results are respectively configured as mechanism codes of all mechanisms; the target value is an integer multiple of two; a mechanism code data table is generated based on the correspondence between each mechanism and the mechanism code of the mechanism.
In one embodiment, there is provided a rights management unit 800, further comprising: the access right coding data table generation module is used for configuring a target mechanism for each menu from the mechanisms, wherein the target mechanism is a mechanism with access right to the menu; determining an access right code of the menu according to the mechanism code of the target mechanism; and generating an access right code data table based on the corresponding relation between each menu and the access right codes of the menus.
In one embodiment, the code obtaining module 840 is further configured to perform a bit or operation on the mechanism code of the target mechanism to obtain a second logic operation result, and configure the second logic operation result as the access right code of the menu.
In one embodiment, there is provided a rights management unit 800, further comprising:
a target mechanism reconfiguration module, configured to reconfigure a target mechanism for each menu from the mechanisms, to obtain a reconfigured target mechanism;
the code obtaining module 840 is further configured to determine an access right code of the menu according to the mechanism code of the reconfigured target mechanism.
The above-described division of the respective modules in the rights management device is only for illustration, and in other embodiments, the rights management device may be divided into different modules as needed to accomplish all or part of the functions of the rights management device.
FIG. 9 is a schematic diagram of an internal structure of a server in one embodiment. As shown in fig. 9, the server includes a processor and a memory connected through a system bus. Wherein the processor is configured to provide computing and control capabilities to support the operation of the entire server. The memory may include a non-volatile storage medium and an internal memory. The non-volatile storage medium stores an operating system and a computer program. The computer program is executable by a processor for implementing a rights management method provided by the following embodiments. The internal memory provides a cached operating environment for operating system computer programs in the non-volatile storage medium. The server may be a cell phone, tablet computer or personal digital assistant or wearable device, etc.
The implementation of each module in the rights management apparatus provided in the embodiments of the present application may be in the form of a computer program. The computer program may run on a terminal or a server. Program modules of the computer program may be stored in the memory of the terminal or server. Which when executed by a processor, performs the steps of the methods described in the embodiments of the present application.
Embodiments of the present application also provide a computer-readable storage medium. One or more non-transitory computer-readable storage media containing computer-executable instructions that, when executed by one or more processors, cause the processors to perform the steps of a rights management method.
A computer program product containing instructions that, when run on a computer, cause the computer to perform a rights management method.
Any reference to memory, storage, database, or other medium used in embodiments of the present application may include non-volatile and/or volatile memory. Suitable nonvolatile memory can include Read Only Memory (ROM), programmable ROM (PROM), electrically Programmable ROM (EPROM), electrically Erasable Programmable ROM (EEPROM), or flash memory. Volatile memory can include Random Access Memory (RAM), which acts as external cache memory. By way of illustration and not limitation, RAM is available in a variety of forms such as Static RAM (SRAM), dynamic RAM (DRAM), synchronous DRAM (SDRAM), double data rate SDRAM (DDR SDRAM), enhanced SDRAM (ESDRAM), synchronous Link DRAM (SLDRAM), memory bus direct RAM (RDRAM), direct memory bus dynamic RAM (DRDRAM), and memory bus dynamic RAM (RDRAM).
The foregoing examples represent only a few embodiments of the present application, which are described in more detail and are not thereby to be construed as limiting the scope of the present application. It should be noted that it would be apparent to those skilled in the art that various modifications and improvements could be made without departing from the spirit of the present application, which would be within the scope of the present application. Accordingly, the scope of protection of the present application is to be determined by the claims appended hereto.

Claims (12)

1. A rights management method, comprising:
receiving a query instruction input by a user, wherein the query instruction carries the identity information of the user and a menu to be queried;
acquiring a mechanism code of the user according to the identity information of the user, and acquiring an access right code of the menu to be queried according to the menu to be queried; wherein the organization code of the user is an organization code determined based on the identity information of the user; the access right code is a code obtained by carrying out logic operation on the mechanism code with the access right to the menu to be queried;
determining whether the user has access rights to the menu to be queried according to the mechanism code of the user and the access rights code of the menu to be queried;
And if the user has the access right to the menu to be queried, displaying the menu to be queried to the user.
2. The method of claim 1, wherein the determining whether the user has access to the menu to be queried based on the organization code of the user and the access rights code of the menu to be queried comprises:
performing first logic operation on the mechanism code of the user and the access right code of the menu to be queried to obtain a first logic operation result;
and determining whether the user has access rights to the menu to be queried according to the first logic operation result.
3. The method of claim 2, wherein performing a first logic operation on the organization code of the user and the access right code of the menu to be queried to obtain a first logic operation result comprises:
and performing bit and operation on the mechanism code of the user and the access authority code of the menu to be queried to obtain a first logic operation result.
4. The method according to claim 2, wherein determining whether the user has access to the menu to be queried according to the first logical operation result comprises:
Judging whether the first logic operation result is consistent with the mechanism code of the user or not;
and if the first logical operation result is consistent with the mechanism code of the user, determining that the user has access right to the menu to be queried.
5. The method according to claim 1, wherein the obtaining the organization code of the user according to the identity information of the user and obtaining the access right code of the menu to be queried according to the menu to be queried comprises:
acquiring the mechanism code of the user from a mechanism code data table according to the identity information of the user; the mechanism coding data table stores the corresponding relation between the mechanism and the mechanism coding of the mechanism;
acquiring an access right code of the menu to be queried from an access right code data table according to the menu to be queried; and the access right coding data table stores the corresponding relation between the menu and the access right codes of the menu.
6. The method of claim 5, wherein the method further comprises:
taking the target numerical value as a base number, sequentially taking decimal codes as indexes to carry out power operation to obtain operation results, and respectively configuring the operation results as mechanism codes of all mechanisms; the target value is an integer multiple of two;
The mechanism code data table is generated based on correspondence between each mechanism and the mechanism code of the mechanism.
7. The method of claim 5, wherein the method further comprises:
configuring a target mechanism for each menu from the mechanisms, wherein the target mechanism is a mechanism with access rights to the menu;
determining an access right code of the menu according to the organization code of the target organization;
and generating the access right coding data table based on the corresponding relation between each menu and the access right codes of the menus.
8. The method of claim 7, wherein said determining the access rights code for the menu based on the organization code for the target organization comprises:
and carrying out bit OR operation on the mechanism code of the target mechanism to obtain a second logic operation result, and configuring the second logic operation result as the access right code of the menu.
9. The method of claim 7, wherein the method further comprises:
reconfiguring the target mechanism for each menu from the mechanisms to obtain a reconfigured target mechanism;
the determining the access right code of the menu according to the organization code of the target organization comprises the following steps:
And determining the access right code of the menu according to the mechanism code of the reconfigured target mechanism.
10. A rights management unit, the unit comprising:
the inquiry instruction receiving module is used for receiving an inquiry instruction input by a user, wherein the inquiry instruction carries the identity information of the user and a menu to be inquired;
the code acquisition module is used for acquiring the mechanism code of the user according to the identity information of the user and acquiring the access right code of the menu to be queried according to the menu to be queried; wherein the organization code of the user is an organization code determined based on the identity information of the user; the access right code is obtained by carrying out logic operation on the basis of the mechanism code with the access right to the menu to be queried;
the access right determining module is used for determining whether the user has access right to the menu to be queried according to the mechanism code of the user and the access right code of the menu to be queried;
and the menu display module is used for displaying the menu to be queried to the user if the user has access rights to the menu to be queried.
11. A server comprising a memory and a processor, the memory having stored therein a computer program which, when executed by the processor, causes the processor to perform the steps of the rights management method of any of claims 1 to 9.
12. A computer readable storage medium, on which a computer program is stored, characterized in that the computer program, when being executed by a processor, implements the steps of the rights management method according to any of claims 1 to 9.
CN202110636778.1A 2021-06-08 2021-06-08 Rights management method and apparatus, server, and computer-readable storage medium Active CN113360889B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110636778.1A CN113360889B (en) 2021-06-08 2021-06-08 Rights management method and apparatus, server, and computer-readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110636778.1A CN113360889B (en) 2021-06-08 2021-06-08 Rights management method and apparatus, server, and computer-readable storage medium

Publications (2)

Publication Number Publication Date
CN113360889A CN113360889A (en) 2021-09-07
CN113360889B true CN113360889B (en) 2024-03-22

Family

ID=77533175

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110636778.1A Active CN113360889B (en) 2021-06-08 2021-06-08 Rights management method and apparatus, server, and computer-readable storage medium

Country Status (1)

Country Link
CN (1) CN113360889B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114924672A (en) * 2022-03-31 2022-08-19 世纪标准(北京)科技有限公司 Menu access authority control method, device, equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011180635A (en) * 2010-02-26 2011-09-15 Nec Corp File access control device and method, and program
CN102281337A (en) * 2011-07-29 2011-12-14 赛尔网络有限公司 destination address access control method and system
CN109388921A (en) * 2017-08-10 2019-02-26 顺丰科技有限公司 A kind of unification user rights management platform and operation method
CN112580093A (en) * 2020-12-11 2021-03-30 北京天融信网络安全技术有限公司 Page display method and device based on user permission
CN112906029A (en) * 2021-03-08 2021-06-04 国家工业信息安全发展研究中心 Method and system for controlling user authority through identification analysis

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011180635A (en) * 2010-02-26 2011-09-15 Nec Corp File access control device and method, and program
CN102281337A (en) * 2011-07-29 2011-12-14 赛尔网络有限公司 destination address access control method and system
CN109388921A (en) * 2017-08-10 2019-02-26 顺丰科技有限公司 A kind of unification user rights management platform and operation method
CN112580093A (en) * 2020-12-11 2021-03-30 北京天融信网络安全技术有限公司 Page display method and device based on user permission
CN112906029A (en) * 2021-03-08 2021-06-04 国家工业信息安全发展研究中心 Method and system for controlling user authority through identification analysis

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
基于RBAC模型的医疗信息权限分配系统研究与实现;吕晓琪;王磊;杨立东;;内蒙古科技大学学报;20110315(01);全文 *

Also Published As

Publication number Publication date
CN113360889A (en) 2021-09-07

Similar Documents

Publication Publication Date Title
WO2020186786A1 (en) File processing method and apparatus, computer device and storage medium
KR102079860B1 (en) Text address processing method and device
CN110168529B (en) Data storage method, device and storage medium
CN109189799B (en) Service data query method, device, computer equipment and storage medium
CN110597511B (en) Page automatic generation method, system, terminal equipment and storage medium
CN111061766A (en) Business data processing method and device, computer equipment and storage medium
CN110781183A (en) Method and device for processing incremental data in Hive database and computer equipment
CN112286934A (en) Database table importing method, device, equipment and medium
CN107707404A (en) The online demographic method in website, device and Website server
CN113360889B (en) Rights management method and apparatus, server, and computer-readable storage medium
CN111949550A (en) Method, device and equipment for automatically generating test data and storage medium
CN114611481A (en) Template configuration method and device, computer equipment and storage medium
CN110362630B (en) Data management method, device, equipment and computer readable storage medium
CN112433753A (en) Interface document generation method, device, equipment and medium based on parameter information
CN106250472A (en) A kind of EXCEL data lead-in method
CN112491943A (en) Data request method, device, storage medium and electronic equipment
CN106874327B (en) Counting method and device for business data
CN115495452A (en) Data processing method, data processing device, computer equipment and storage medium
CN111221817B (en) Service information data storage method, device, computer equipment and storage medium
CN113761858A (en) Form data processing method and device, computer equipment and storage medium
CN113934729A (en) Data management method based on knowledge graph, related equipment and medium
CN112579585A (en) Data processing system, method and device
CN113326680A (en) Method and device for generating table
CN111639260A (en) Content recommendation method, device and storage medium thereof
CN110019289B (en) Data query method and device and electronic equipment

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
GR01 Patent grant
GR01 Patent grant