CN111475513A - Form generation method and device, electronic equipment and medium - Google Patents

Form generation method and device, electronic equipment and medium Download PDF

Info

Publication number
CN111475513A
CN111475513A CN202010593994.8A CN202010593994A CN111475513A CN 111475513 A CN111475513 A CN 111475513A CN 202010593994 A CN202010593994 A CN 202010593994A CN 111475513 A CN111475513 A CN 111475513A
Authority
CN
China
Prior art keywords
field
target
form generation
determining
acquiring
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.)
Granted
Application number
CN202010593994.8A
Other languages
Chinese (zh)
Other versions
CN111475513B (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.)
Ping An International Smart City Technology Co Ltd
Original Assignee
Ping An International Smart City 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 Ping An International Smart City Technology Co Ltd filed Critical Ping An International Smart City Technology Co Ltd
Priority to CN202010593994.8A priority Critical patent/CN111475513B/en
Publication of CN111475513A publication Critical patent/CN111475513A/en
Application granted granted Critical
Publication of CN111475513B publication Critical patent/CN111475513B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • 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/22Indexing; Data structures therefor; Storage structures
    • G06F16/2282Tablespace storage structures; Management thereof

Abstract

The invention relates to big data and provides a form generation method, a form generation device, electronic equipment and a medium. The method can extract a first field from a form generation request and determine a target business system sending the form generation request, acquire a service chain and determine a second field associated with the first field, acquire a preset execution interface, wherein the execution interface is configured with a check rule, when the first field and the second field pass the check, acquire first data corresponding to the first field and second data corresponding to the second field, calculate the total amount of the fields of the first field and the second field, extract a target blank template according to the number of the fields, wherein the target blank template comprises a plurality of editable areas, and fill the first field, the first data, the second field and the second data into the plurality of editable areas to generate the form, thereby improving the efficiency of form generation. The invention also relates to a blockchain technique, wherein the list is stored in the blockchain.

Description

Form generation method and device, electronic equipment and medium
Technical Field
The invention relates to the technical field of data processing of big data, in particular to a form generation method and device, electronic equipment and a medium.
Background
To better manage the data, enterprises typically store the data in the form of a table. For example: in actual business scenes such as bonds, debts, financing and the like, each business scene has a large amount of data every day, and the data needs to generate a corresponding business form according to the corresponding business scene. Because fields in the service forms under different service scenes are different, corresponding form generation function modules are developed in service systems corresponding to different service scenes at present.
However, code programs of the form generation function modules on different business systems are basically the same, so that the corresponding form generation function modules are developed on each business system, so that the repetition of function codes is caused, and the utilization rate of the codes is reduced.
Disclosure of Invention
In view of the foregoing, it is desirable to provide a form generation method, apparatus, electronic device and medium, which can not only improve the utilization rate of codes, but also improve the form generation efficiency.
A form generation method, the form generation method comprising:
when a form generation request is received, extracting a first field from the form generation request;
determining a target business system which sends the form generation request, and acquiring a service chain on the target business system;
determining a second field associated with the first field from the service chain;
acquiring a preset execution interface, wherein the execution interface is configured with a check rule;
verifying the first field and the second field according to the verification rule;
when the first field and the second field pass the verification, acquiring first data corresponding to the first field and acquiring second data corresponding to the second field;
calculating the total field amount of the first field and the second field, and extracting a target blank template from a configuration library according to the total field amount, wherein the target blank template comprises a plurality of editable areas;
and filling the first field, the first data, the second field and the second data into the plurality of editable areas to generate a form.
According to a preferred embodiment of the present invention, the extracting the first field from the form generation request includes:
analyzing the method body in the form generation request to obtain target information in the form generation request;
and acquiring a preset label, and extracting information corresponding to the preset label from the target information to serve as the first field.
According to the preferred embodiment of the present invention, the acquiring the service chain on the target service system includes:
acquiring all processes on the target service system, and converting all the processes into a tree structure;
determining a business theme in the form generation request, and determining a target process to which the business theme belongs;
and selecting nodes connected with the target process from the tree structure, and combining the nodes to obtain the service chain.
According to a preferred embodiment of the present invention, the obtaining the first data corresponding to the first field includes:
determining a storage address of the data in the target process, and determining a system address corresponding to the target service system;
splicing the system address and the storage address to obtain a target address;
filling the first field and the target address into a preset query statement generation structure to generate a target query statement,
and executing the target query statement to obtain the first data.
According to a preferred embodiment of the present invention, the determining the second field associated with the first field from the service chain comprises:
acquiring all fields on the service chain;
calculating the association degree of the first field and each field in all the fields based on a distance formula;
and determining the field with the association degree larger than a preset threshold as the second field.
According to a preferred embodiment of the present invention, said checking said first field and said second field according to said checking rule comprises:
acquiring a first format of the first field and acquiring a second format of the second field;
determining whether the first format and the second format meet preset format conditions;
when the first format and the second format both meet the preset format condition, determining that the first field and the second field pass verification; or
And when the first format and/or the second format do not meet the preset format condition, determining that the first field and the second field are not verified.
According to the preferred embodiment of the present invention, the form generation method further includes:
when the target blank template does not exist in the configuration library, acquiring the area number of editable areas of all blank templates in the configuration library;
subtracting the total field quantity from each area quantity to obtain an operation result, and taking the absolute value of the operation result as the corresponding difference value of each blank template to obtain all the difference values of all the blank templates;
selecting the difference with the minimum value from all the differences as a target difference, and determining a blank template corresponding to the target difference as an initial template;
when the number of the areas in the initial template is larger than the total number of the fields, determining redundant editable areas in the initial template according to the target difference, and deleting all components in the redundant editable areas from the initial template to obtain the target blank template; or
And when the number of the areas in the initial template is less than the total number of the fields, calculating the absolute value of the target difference, acquiring all components in any editable area from the initial template as a component set, and newly adding the component set in the initial template according to the absolute value to obtain the target blank template.
A form generation apparatus, the form generation apparatus comprising:
the extraction unit is used for extracting a first field from the form generation request when the form generation request is received;
a determining unit, configured to determine a target service system that sends the form generation request, and obtain a service chain on the target service system;
the determining unit is further configured to determine, from the service chain, a second field associated with the first field;
the device comprises an acquisition unit, a verification unit and a verification unit, wherein the acquisition unit is used for acquiring a preset execution interface which is configured with a verification rule;
the checking unit is used for checking the first field and the second field according to the checking rule;
the obtaining unit is further configured to obtain first data corresponding to the first field and obtain second data corresponding to the second field when the first field and the second field pass verification;
the extracting unit is further configured to calculate field total amounts of the first field and the second field, and extract a target blank template from a configuration library according to the field total amounts, where the target blank template includes a plurality of editable areas;
and the filling unit is used for filling the first field, the first data, the second field and the second data into the plurality of editable areas to generate a form.
An electronic device, the electronic device comprising:
a memory storing at least one instruction; and
a processor executing instructions stored in the memory to implement the form generation method.
A computer-readable storage medium having stored therein at least one instruction, the at least one instruction being executable by a processor in an electronic device to implement the form generation method.
According to the technical scheme, the generated form can be more complete through the second field determined from the service chain, the generated form can be ensured to meet the requirement through checking the first field and the second field, the corresponding target blank template is extracted according to the total field quantity, the quantity of editable areas is ensured to meet the filling of the first field and the second field, a form field does not need to be newly created or deleted again, and the form generation efficiency is improved. In addition, under the condition that a plurality of business systems exist, only one set of code program with the form generation function needs to be developed, so that the code utilization rate can be improved, and the development cost and the operation and maintenance cost are saved.
Drawings
FIG. 1 is a flow chart of a preferred embodiment of the form generation method of the present invention.
FIG. 2 is a functional block diagram of a preferred embodiment of the form generation apparatus of the present invention.
Fig. 3 is a schematic structural diagram of an electronic device implementing the form generation method according to the preferred embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention will be described in detail with reference to the accompanying drawings and specific embodiments.
FIG. 1 is a flow chart of the preferred embodiment of the form generation method of the present invention. The order of the steps in the flow chart may be changed and some steps may be omitted according to different needs.
The form generation method is applied to one or more electronic devices, which are devices capable of automatically performing numerical calculation and/or information processing according to preset or stored instructions, and the hardware of the electronic devices includes, but is not limited to, a microprocessor, an Application Specific Integrated Circuit (ASIC), a Programmable Gate Array (FPGA), a Digital Signal Processor (DSP), an embedded device, and the like.
The electronic device may be any electronic product capable of performing human-computer interaction with a user, for example, a Personal computer, a tablet computer, a smart phone, a Personal Digital Assistant (PDA), a game machine, an interactive Internet Protocol Television (IPTV), an intelligent wearable device, and the like.
The electronic device may also include a network device and/or a user device. The network device includes, but is not limited to, a single network server, a server group consisting of a plurality of network servers, or a cloud computing (cloud computing) based cloud consisting of a large number of hosts or network servers.
The Network where the electronic device is located includes, but is not limited to, the internet, a wide area Network, a metropolitan area Network, a local area Network, a Virtual Private Network (VPN), and the like.
S10, when the form generation request is received, extracting the first field from the form generation request.
In at least one embodiment of the invention, the electronic device is in communication with a plurality of business systems, and the form generation request may be issued by any business system of the plurality of business systems.
In at least one embodiment of the present invention, the information carried in the form generation request includes, but is not limited to: a first field, an address from which the form generation request is issued, a destination address of the form generation request, and so on.
In at least one embodiment of the invention, the electronic device extracting the first field from the form generation request includes:
the electronic equipment acquires all idle threads from a preset thread connection pool, determines the processing rate of each idle thread in all the idle threads, determines the highest processing rate according to the processing rate, further determines the idle thread corresponding to the highest processing rate as a target thread, analyzes a method body in the form generation request by using the target thread, acquires target information in the form generation request, further acquires a preset label, and extracts information corresponding to the preset label from the target information to serve as the first field.
The target information refers to information carried by a method body in the form generation request; further, the preset tag refers to a tag of a predefined indication field.
By the embodiment, the message header in the form generation request does not need to be analyzed, so that the target information can be quickly determined, and the first field can be quickly acquired. In addition, the idle thread with the highest processing speed is used for analyzing the method body in the form generation request, and the analysis efficiency of the method body is improved.
S11, determining the target business system which sends the form generation request, and obtaining the service chain on the target business system.
In at least one embodiment of the present invention, the service chain refers to a flow generated when a form on the target business system performs a workflow, where the service chain includes a plurality of nodes, and each node includes a plurality of fields.
In at least one embodiment of the present invention, the electronic device determining a target business system that issued the form generation request includes:
and the electronic equipment analyzes the message header of the form generation request to obtain the sending address of the form generation request, and further, the electronic equipment is positioned to the target service system according to the sending address.
Through the embodiment, the target business system which sends the form generation request can be accurately determined.
In at least one embodiment of the present invention, the acquiring, by the electronic device, the service chain on the target business system includes:
the electronic equipment acquires all the flows on the target business system and converts all the flows into a tree structure, furthermore, the electronic equipment determines a business theme in the form generation request and determines a target flow to which the business theme belongs, and the electronic equipment selects nodes connected with the target flow from the tree structure and combines the nodes to obtain the service chain.
For example: the form generation request is used for inquiring the issued wages of all employees of company A, the electronic equipment determines that the system sending the request is a wage remittance system, and all processes of the electronic equipment for acquiring the wage remittance system comprise: the method comprises the following steps of A, converting all processes into a tree structure, namely: the method comprises the following steps that the released wages of each employee of the company A are used as a first root node, the basic wages of each employee of the company A, the performance bonus of each employee of the company A, the tax payment cost of each employee of the company A and the social security payment cost of each employee of the company A are used as leaf nodes of the first root node; the total revenue of the company A is used as a second root node, and the revenue limit of the development department of the company A and the revenue limit of the sales department of the company A are used as leaf nodes of the second root node. The electronic equipment determines that the business theme in the form generation request is the employee's issuance wage, determines that the target process is a first root node, and selects the nodes connected with the first root node from the tree structure as follows: the basic wages of each employee of the company A, the performance bonus of each employee of the company A, the tax payment fee of each employee of the company A and the social security payment fee of each employee of the company A are combined to obtain a service chain.
By constructing the tree structure, the nodes associated with the business subjects in the form generation request can be quickly determined, and the service chain can be quickly generated.
S12, determining a second field associated with the first field from the service chain.
In at least one embodiment of the present invention, by generating the service chain, since the second field does not need to be searched and determined from all flows on the target service system, and only needs to be searched and determined from the service chain, the determination rate of the second field is increased.
In at least one embodiment of the invention, the electronic device determining, from the service chain, a second field associated with the first field comprises:
the electronic equipment acquires all fields on the service chain, further calculates the association degree of the first field and each field in all the fields based on a distance formula, and determines the field with the association degree larger than a preset threshold value as the second field.
The preset threshold may be set in a user-defined manner according to requirements, which is not limited in the present invention.
For example: the first field is "payroll", the fields on the service chain mail have "name", "month" and "parent", the association degree of the field "name" is calculated to be 99%, the association degree of the field "month" is calculated to be 80%, the association degree of the field "parent" is calculated to be 40%, wherein the preset threshold value is 70%, and therefore, the field "name" and the field "month" are determined to be the second field.
The generated form can be improved by determining the second field from the service chain, and the second field associated with the first field can be accurately determined by determining the second field associated with the first field through a distance formula.
And S13, acquiring a preset execution interface, wherein the execution interface is configured with a check rule.
In at least one embodiment of the present invention, the execution interface may further be configured with a service rule, and further, the service rule has a higher priority than the check rule.
In at least one embodiment of the present invention, when the execution interface is configured with the service rule, the form generation method further includes:
and the electronic equipment screens the first field and the second field according to the service rule, deletes the first field or the second field which does not meet the service rule to obtain the deleted first field and the deleted second field, and further verifies the deleted first field and the deleted second field according to the verification rule.
For example: the first field includes: name, year and month of birth, the second field includes: and issuing months and payroll, wherein the service rule A is as follows: inquiring the wage information of the staff, wherein the field 'year and month of birth' does not meet the service rule A, so the first field and the second field screened by the service rule A comprise: name, month of issue, payroll.
Through the embodiment, the field which does not meet the service rule can be prevented from being checked, and the checking efficiency of the checking rule is improved.
S14, checking the first field and the second field according to the checking rule.
In at least one embodiment of the present invention, the electronic device verifying the first field and the second field according to the verification rule includes:
the electronic device obtains a first format of the first field and obtains a second format of the second field, and further, the electronic device determines whether the first format and the second format meet a preset format condition, and when both the first format and the second format meet the preset format condition, the electronic device determines that the first field and the second field pass verification, or when the first format and/or the second format do not meet the preset format condition, the electronic device determines that the first field and the second field do not pass verification.
The preset format condition may be a character string, and the specific format condition is not limited in the present invention.
In at least one embodiment of the invention, the generated form can be ensured to meet the requirements by checking the first field and the second field.
S15, when the first field and the second field pass the verification, acquiring first data corresponding to the first field and acquiring second data corresponding to the second field.
In at least one embodiment of the present invention, the first data and the second data are both obtained from the target business system.
In at least one embodiment of the present invention, the electronic device obtaining the first data corresponding to the first field includes:
the electronic equipment determines a storage address of the data in the target process and determines a system address corresponding to the target business system, the electronic equipment splices the system address and the storage address to obtain a target address, the electronic equipment fills the first field and the target address into a preset query statement generating structure to generate a target query statement, and the electronic equipment executes the target query statement to obtain the first data.
The preset query statement generating structure may be a section of program code designed in advance.
By the embodiment, the data corresponding to the first field can be quickly acquired.
In at least one embodiment of the present invention, a manner of acquiring the second data by the electronic device is the same as a manner of acquiring the first data, which is not described herein again.
And S16, calculating the total amount of the first field and the second field, and extracting a target blank template from a configuration library according to the total amount of the fields, wherein the target blank template comprises a plurality of editable areas.
In at least one embodiment of the present invention, before extracting a target blank template from a configuration library according to the total field amount, the electronic device constructs blank templates corresponding to a preset number according to the preset number, and stores a mapping relationship between the preset number and the constructed blank templates in the configuration library.
The number of the areas of a plurality of editable areas in the target blank template is equal to the total number of the fields, and the editable areas are used for filling the first field and the second field and the like.
In at least one embodiment of the invention, the corresponding target blank template is extracted according to the number of the fields, so that the number of editable areas meets the filling of the first field and the second field, a new form field or a form field is not required to be created or deleted, and the form generation efficiency is improved.
In at least one embodiment of the present invention, the form generation method further includes:
when the target blank template does not exist in the configuration library, the electronic device obtains the number of regions of editable regions of all blank templates in the configuration library, further, the electronic device performs subtraction operation on the number of each region and the total field amount to obtain an operation result, and takes an absolute value of the operation result as a difference value corresponding to each blank template to obtain all difference values of all blank templates, further, the electronic device selects a difference value with the smallest value from all the difference values as a target difference value, determines the blank template corresponding to the target difference value as an initial template, and when the number of regions in the initial template is greater than the total field amount, the electronic device determines redundant editable regions in the initial template according to the target difference value and deletes all components in the redundant editable regions from the initial template, and obtaining the target blank template, or when the number of the areas in the initial template is less than the total number of the fields, calculating the absolute value of the target difference value by the electronic equipment, acquiring all components in any editable area from the initial template as a component set, and newly adding the component set in the initial template according to the absolute value to obtain the target blank template.
Through the embodiment, when the target blank template does not exist in the configuration library, the target blank template can be quickly generated according to the blank template in the configuration library so as to quickly generate the form.
S17, filling the first field, the first data, the second field, and the second data into the editable areas, and generating a form.
It is emphasized that the forms may also be stored in nodes of a blockchain in order to further ensure the privacy and security of the forms.
In at least one embodiment of the present invention, after the form is generated, the form generation method further includes:
the electronic equipment extracts a required format from the form generation request and outputs a form with the required format, further, the electronic equipment acquires a request number of the form generation request and generates prompt information according to the request number and the form with the required format, further, the electronic equipment determines a request grade of the form generation request and determines a target sending mode according to the request grade, and further, the electronic equipment sends the prompt information according to the target sending mode.
The required format may be PDF or DOCX, and the present invention is not limited in this respect.
Through the implementation mode, the form which accords with the required format can be generated, and the corresponding contact person can be timely notified to check and receive after the form with the required format is generated.
According to the technical scheme, the generated form can be more complete through the second field determined from the service chain, the generated form can be ensured to meet the requirement through checking the first field and the second field, the corresponding target blank template is extracted according to the total field quantity, the quantity of editable areas is ensured to meet the filling of the first field and the second field, a form field does not need to be newly created or deleted again, and the form generation efficiency is improved. In addition, under the condition that a plurality of business systems exist, only one set of code program with the form generation function needs to be developed, so that the code utilization rate can be improved, and the development cost and the operation and maintenance cost are saved.
FIG. 2 is a functional block diagram of the form generation apparatus according to the preferred embodiment of the present invention. The form generation apparatus 11 includes an extraction unit 110, a determination unit 111, an acquisition unit 112, a verification unit 113, a filling unit 114, a calculation unit 115, a generation unit 116, a transmission unit 117, and a filtering unit 118. The module/unit referred to in the present invention refers to a series of computer program segments that can be fetched by the processor 13 and that can perform a fixed function, and that are stored in the memory 12. In the present embodiment, the functions of the modules/units will be described in detail in the following embodiments.
When receiving a form generation request, the extraction unit 110 extracts a first field from the form generation request.
In at least one embodiment of the invention, the electronic device is in communication with a plurality of business systems, and the form generation request may be issued by any business system of the plurality of business systems.
In at least one embodiment of the present invention, the information carried in the form generation request includes, but is not limited to: a first field, an address from which the form generation request is issued, a destination address of the form generation request, and so on.
In at least one embodiment of the present invention, the extracting unit 110 extracts the first field from the form generation request includes:
the extraction unit 110 obtains all idle threads from a preset thread connection pool, determines a processing rate of each idle thread in all the idle threads, and determines a highest processing rate according to the processing rate, further, the extraction unit 110 determines the idle thread corresponding to the highest processing rate as a target thread, analyzes a method body in the form generation request by using the target thread to obtain target information in the form generation request, and further, the extraction unit 110 obtains a preset label, and extracts information corresponding to the preset label from the target information as the first field.
The target information refers to information carried by a method body in the form generation request; further, the preset tag refers to a tag of a predefined indication field.
By the embodiment, the message header in the form generation request does not need to be analyzed, so that the target information can be quickly determined, and the first field can be quickly acquired. In addition, the idle thread with the highest processing speed is used for analyzing the method body in the form generation request, and the analysis efficiency of the method body is improved.
The determining unit 111 determines a target service system that issues the form generation request, and obtains a service chain on the target service system.
In at least one embodiment of the present invention, the service chain refers to a flow generated when a form on the target business system performs a workflow, where the service chain includes a plurality of nodes, and each node includes a plurality of fields.
In at least one embodiment of the present invention, the determining unit 111 determines the target business system which issues the form generation request, including:
the determining unit 111 analyzes the header of the form generation request to obtain the sending address of the form generation request, and further, the determining unit 111 locates to the target service system according to the sending address.
Through the embodiment, the target business system which sends the form generation request can be accurately determined.
In at least one embodiment of the present invention, the determining unit 111 obtaining the service chain on the target service system includes:
the determining unit 111 obtains all flows on the target service system, and converts all the flows into a tree structure, further, the determining unit 111 determines a service subject in the form generation request, and determines a target flow to which the service subject belongs, and the determining unit 111 selects nodes connected with the target flow from the tree structure, and combines the nodes to obtain the service chain.
For example: the form generation request refers to inquiring the payroll issued by all employees of company a, the determining unit 111 determines that the system issuing the request is a payroll system, and all the processes of acquiring the payroll system by the determining unit 111 include: the method comprises the following steps of A, converting all processes into a tree structure, namely: the method comprises the following steps that the released wages of each employee of the company A are used as a first root node, the basic wages of each employee of the company A, the performance bonus of each employee of the company A, the tax payment cost of each employee of the company A and the social security payment cost of each employee of the company A are used as leaf nodes of the first root node; the total revenue of the company A is used as a second root node, and the revenue limit of the development department of the company A and the revenue limit of the sales department of the company A are used as leaf nodes of the second root node. The determining unit 111 determines that the service topic in the form generation request is the issue wage of the employee, determines that the target process is a first root node, and selects a node connected with the first root node from the tree structure as follows: the basic wages of each employee of the company A, the performance bonus of each employee of the company A, the tax payment fee of each employee of the company A and the social security payment fee of each employee of the company A are combined to obtain a service chain.
By constructing the tree structure, the nodes associated with the business subjects in the form generation request can be quickly determined, and the service chain can be quickly generated.
The determining unit 111 determines a second field associated with the first field from the service chain.
In at least one embodiment of the present invention, by generating the service chain, since the second field does not need to be searched and determined from all flows on the target service system, and only needs to be searched and determined from the service chain, the determination rate of the second field is increased.
In at least one embodiment of the present invention, the determining unit 111 determines the second field associated with the first field from the service chain includes:
the determining unit 111 obtains all fields on the service chain, further calculates a degree of association between the first field and each field in all the fields based on a distance formula, and the determining unit 111 determines a field with a degree of association greater than a preset threshold as the second field.
The preset threshold may be set in a user-defined manner according to requirements, which is not limited in the present invention.
For example: the first field is "payroll", the fields on the service chain mail have "name", "month" and "parent", the association degree of the field "name" is calculated to be 99%, the association degree of the field "month" is calculated to be 80%, the association degree of the field "parent" is calculated to be 40%, wherein the preset threshold value is 70%, and therefore, the field "name" and the field "month" are determined to be the second field.
The generated form can be improved by determining the second field from the service chain, and the second field associated with the first field can be accurately determined by determining the second field associated with the first field through a distance formula.
The obtaining unit 112 obtains a preset execution interface configured with a check rule.
In at least one embodiment of the present invention, the execution interface may further be configured with a service rule, and further, the service rule has a higher priority than the check rule.
In at least one embodiment of the invention, when the enforcement interface is configured with the service rules,
the screening unit 118 screens the first field and the second field according to the service rule, and deletes the first field or the second field that does not satisfy the service rule to obtain a deleted first field and a deleted second field, and further, the checking unit 113 checks the deleted first field and the deleted second field according to the checking rule.
For example: the first field includes: name, year and month of birth, the second field includes: and issuing months and payroll, wherein the service rule A is as follows: inquiring the wage information of the staff, wherein the field 'year and month of birth' does not meet the service rule A, so the first field and the second field screened by the service rule A comprise: name, month of issue, payroll.
Through the embodiment, the field which does not meet the service rule can be prevented from being checked, and the checking efficiency of the checking rule is improved.
The checking unit 113 checks the first field and the second field according to the checking rule.
In at least one embodiment of the present invention, the verifying unit 113 verifies the first field and the second field according to the verification rule, including:
the checking unit 113 obtains a first format of the first field and obtains a second format of the second field, and further, the checking unit 113 determines whether the first format and the second format satisfy a preset format condition, and when both the first format and the second format satisfy the preset format condition, the checking unit 113 determines that the first field and the second field pass the check, or when the first format and/or the second format do not satisfy the preset format condition, the checking unit 113 determines that the first field and the second field do not pass the check.
The preset format condition may be a character string, and the specific format condition is not limited in the present invention.
In at least one embodiment of the invention, the generated form can be ensured to meet the requirements by checking the first field and the second field.
When the first field and the second field pass the verification, the obtaining unit 112 obtains first data corresponding to the first field and obtains second data corresponding to the second field.
In at least one embodiment of the present invention, the first data and the second data are both obtained from the target business system.
In at least one embodiment of the present invention, the acquiring unit 112 acquires the first data corresponding to the first field includes:
the obtaining unit 112 determines a storage address of the data in the target process, and determines a system address corresponding to the target service system, the obtaining unit 112 splices the system address and the storage address to obtain a target address, the obtaining unit 112 fills the first field and the target address into a preset query statement generating structure to generate a target query statement, and the obtaining unit 112 executes the target query statement to obtain the first data.
The preset query statement generating structure may be a section of program code designed in advance.
By the embodiment, the data corresponding to the first field can be quickly acquired.
In at least one embodiment of the present invention, a manner of acquiring the second data by the acquiring unit 112 is the same as a manner of acquiring the first data, and details thereof are not repeated herein.
The extracting unit 110 calculates the total amount of the first field and the second field, and extracts a target blank template from a configuration library according to the total amount of the fields, wherein the target blank template includes a plurality of editable areas.
In at least one embodiment of the present invention, before extracting the target blank templates from the configuration library according to the total field amount, the blank templates corresponding to the preset amount are constructed according to the preset amount, and the mapping relationship between the preset amount and the constructed blank templates is stored in the configuration library.
The number of the areas of a plurality of editable areas in the target blank template is equal to the total number of the fields, and the editable areas are used for filling the first field and the second field and the like.
In at least one embodiment of the invention, the corresponding target blank template is extracted according to the number of the fields, so that the number of editable areas meets the filling of the first field and the second field, a new form field or a form field is not required to be created or deleted, and the form generation efficiency is improved.
In at least one embodiment of the present invention, when the target blank template does not exist in the configuration library, the obtaining unit 112 obtains the number of regions of editable regions of all blank templates in the configuration library, further, the calculating unit 115 performs a subtraction operation on each number of regions and the total number of fields to obtain an operation result, and an absolute value of the operation result is taken as a difference corresponding to each blank template to obtain all differences of all blank templates, further, the determining unit 111 selects a difference with a smallest value from all the differences as a target difference, and determines a blank template corresponding to the target difference as an initial template, and when the number of regions in the initial template is greater than the total number of fields, the electronic device determines an unnecessary editable region in the initial template according to the target difference, and deleting all components in the redundant editable area from the initial template to obtain the target blank template, or when the number of areas in the initial template is less than the total number of fields, calculating an absolute value of the target difference by the generating unit 116, acquiring all components in any editable area from the initial template as a component set, and newly adding the component set in the initial template according to the absolute value to obtain the target blank template.
Through the embodiment, when the target blank template does not exist in the configuration library, the target blank template can be quickly generated according to the blank template in the configuration library so as to quickly generate the form.
The filling unit 114 fills the first field and the first data, and the second field and the second data into the editable areas to generate a form.
It is emphasized that the forms may also be stored in nodes of a blockchain in order to further ensure the privacy and security of the forms.
In at least one embodiment of the present invention, after a form is generated, the extracting unit 110 extracts a requirement format from the form generation request, and outputs the form with the requirement format, further, the obtaining unit 112 obtains a request number of the form generation request, and generates prompt information according to the request number and the form with the requirement format, further, the determining unit 111 determines a request level of the form generation request, and determines a target sending method according to the request level, and further, the sending unit 117 sends the prompt information according to the target sending method.
The required format may be PDF or DOCX, and the present invention is not limited in this respect.
Through the implementation mode, the form which accords with the required format can be generated, and the corresponding contact person can be timely notified to check and receive after the form with the required format is generated.
According to the technical scheme, the generated form can be more complete through the second field determined from the service chain, the generated form can be ensured to meet the requirement through checking the first field and the second field, the corresponding target blank template is extracted according to the total field quantity, the quantity of editable areas is ensured to meet the filling of the first field and the second field, a form field does not need to be newly created or deleted again, and the form generation efficiency is improved. In addition, under the condition that a plurality of business systems exist, only one set of code program with the form generation function needs to be developed, so that the code utilization rate can be improved, and the development cost and the operation and maintenance cost are saved.
Fig. 3 is a schematic structural diagram of an electronic device implementing the form generation method according to the preferred embodiment of the present invention.
In one embodiment of the present invention, the electronic device 1 includes, but is not limited to, a memory 12, a processor 13, and a computer program, such as a form generation program, stored in the memory 12 and executable on the processor 13.
It will be appreciated by a person skilled in the art that the schematic diagram is only an example of the electronic device 1 and does not constitute a limitation of the electronic device 1, and that it may comprise more or less components than shown, or some components may be combined, or different components, e.g. the electronic device 1 may further comprise an input output device, a network access device, a bus, etc.
The Processor 13 may be a Central Processing Unit (CPU), other general purpose Processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA) or other Programmable logic device, discrete Gate or transistor logic device, discrete hardware component, etc. The processor 13 is an operation core and a control center of the electronic device 1, and is connected to each part of the whole electronic device 1 by various interfaces and lines, and executes an operating system of the electronic device 1 and various installed application programs, program codes, and the like.
The processor 13 executes an operating system of the electronic device 1 and various installed application programs. The processor 13 executes the application program to implement the steps in the various form generation method embodiments described above, such as the steps shown in fig. 1.
Illustratively, the computer program may be divided into one or more modules/units, which are stored in the memory 12 and executed by the processor 13 to accomplish the present invention. The one or more modules/units may be a series of computer program instruction segments capable of performing specific functions, which are used to describe the execution process of the computer program in the electronic device 1. For example, the computer program may be divided into an extraction unit 110, a determination unit 111, an acquisition unit 112, a verification unit 113, a padding unit 114, a calculation unit 115, a generation unit 116, a transmission unit 117, and a filtering unit 118.
The memory 12 can be used for storing the computer programs and/or modules, and the processor 13 implements various functions of the electronic device 1 by running or executing the computer programs and/or modules stored in the memory 12 and calling data stored in the memory 12. The memory 12 may mainly include a program storage area and a data storage area, wherein the program storage area may store an operating system, an application program required by at least one function (such as a sound playing function, an image playing function, etc.), and the like; the storage data area may store data created according to use of the electronic device, and the like. Further, the memory 12 may include a non-volatile memory, such as a hard disk, a memory, a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), at least one magnetic disk storage device, a Flash memory device, or other non-volatile solid state storage device.
The memory 12 may be an external memory and/or an internal memory of the electronic device 1. Further, the memory 12 may be a memory having a physical form, such as a memory stick, a TF Card (Trans-flash Card), or the like.
The integrated modules/units of the electronic device 1 may be stored in a computer-readable storage medium if they are implemented in the form of software functional units and sold or used as separate products. Based on such understanding, all or part of the flow of the method according to the embodiments of the present invention may also be implemented by a computer program, which may be stored in a computer-readable storage medium, and when the computer program is executed by a processor, the steps of the method embodiments may be implemented.
Wherein the computer program comprises computer program code, which may be in the form of source code, object code, an executable file or some intermediate form, etc. The computer-readable medium may include: any entity or device capable of carrying said computer program code, recording medium, U-disk, removable hard disk, magnetic disk, optical disk, computer Memory, Read-Only Memory (ROM).
In conjunction with fig. 1, the memory 12 in the electronic device 1 stores a plurality of instructions to implement a form generation method, and the processor 13 executes the plurality of instructions to implement: when a form generation request is received, extracting a first field from the form generation request; determining a target business system which sends the form generation request, and acquiring a service chain on the target business system; determining a second field associated with the first field from the service chain; acquiring a preset execution interface, wherein the execution interface is configured with a check rule; verifying the first field and the second field according to the verification rule; when the first field and the second field pass the verification, acquiring first data corresponding to the first field and acquiring second data corresponding to the second field; calculating the total field amount of the first field and the second field, and extracting a target blank template from a configuration library according to the total field amount, wherein the target blank template comprises a plurality of editable areas; and filling the first field, the first data, the second field and the second data into the plurality of editable areas to generate a form.
Specifically, the processor 13 may refer to the description of the relevant steps in the embodiment corresponding to fig. 1 for a specific implementation method of the instruction, which is not described herein again.
In the embodiments provided in the present invention, it should be understood that the disclosed system, apparatus and method may be implemented in other ways. For example, the above-described apparatus embodiments are merely illustrative, and for example, the division of the modules is only one logical functional division, and other divisions may be realized in practice.
The modules described as separate parts may or may not be physically separate, and parts displayed as modules may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment.
In addition, functional modules in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, or in a form of hardware plus a software functional module.
The block chain is a novel application mode of computer technologies such as distributed data storage, point-to-point transmission, a consensus mechanism, an encryption algorithm and the like. A block chain (Blockchain), which is essentially a decentralized database, is a series of data blocks associated by using a cryptographic method, and each data block contains information of a batch of network transactions, so as to verify the validity (anti-counterfeiting) of the information and generate a next block. The blockchain may include a blockchain underlying platform, a platform product service layer, an application service layer, and the like.
The present embodiments are therefore to be considered in all respects as illustrative and not restrictive, the scope of the invention being indicated by the appended claims rather than by the foregoing description, and all changes which come within the meaning and range of equivalency of the claims are therefore intended to be embraced therein. Any reference signs in the claims shall not be construed as limiting the claim concerned.
Furthermore, it is obvious that the word "comprising" does not exclude other elements or steps, and the singular does not exclude the plural. A plurality of units or means recited in the system claims may also be implemented by one unit or means in software or hardware. The terms second, etc. are used to denote names, but not any particular order.
Finally, it should be noted that the above embodiments are only for illustrating the technical solutions of the present invention and not for limiting, and although the present invention is described in detail with reference to the preferred embodiments, it should be understood by those skilled in the art that modifications or equivalent substitutions may be made on the technical solutions of the present invention without departing from the spirit and scope of the technical solutions of the present invention.

Claims (10)

1. A form generation method, comprising:
when a form generation request is received, extracting a first field from the form generation request;
determining a target business system which sends the form generation request, and acquiring a service chain on the target business system;
determining a second field associated with the first field from the service chain;
acquiring a preset execution interface, wherein the execution interface is configured with a check rule;
verifying the first field and the second field according to the verification rule;
when the first field and the second field pass the verification, acquiring first data corresponding to the first field and acquiring second data corresponding to the second field;
calculating the total field amount of the first field and the second field, and extracting a target blank template from a configuration library according to the total field amount, wherein the target blank template comprises a plurality of editable areas;
and filling the first field, the first data, the second field and the second data into the plurality of editable areas to generate a form.
2. The form generation method of claim 1, wherein the extracting the first field from the form generation request comprises:
acquiring all idle threads from a preset thread connection pool, and determining the processing rate of each idle thread in all the idle threads;
determining a highest processing rate according to the processing rate;
determining the idle thread corresponding to the highest processing rate as a target thread;
analyzing a method body in the form generation request by using the target thread to obtain target information in the form generation request;
and acquiring a preset label, and extracting information corresponding to the preset label from the target information to serve as the first field.
3. The form generation method of claim 1, wherein said obtaining a service chain on the target business system comprises:
acquiring all processes on the target service system, and converting all the processes into a tree structure;
determining a business theme in the form generation request, and determining a target process to which the business theme belongs;
and selecting nodes connected with the target process from the tree structure, and combining the nodes to obtain the service chain.
4. The form generation method of claim 3, wherein the obtaining first data corresponding to the first field comprises:
determining a storage address of the data in the target process, and determining a system address corresponding to the target service system;
splicing the system address and the storage address to obtain a target address;
filling the first field and the target address into a preset query statement generation structure to generate a target query statement,
and executing the target query statement to obtain the first data.
5. The form generation method of claim 1, wherein the determining a second field from the service chain that is associated with the first field comprises:
acquiring all fields on the service chain;
calculating the association degree of the first field and each field in all the fields based on a distance formula;
and determining the field with the association degree larger than a preset threshold as the second field.
6. The form generation method of claim 1, wherein said verifying the first field and the second field according to the verification rule comprises:
acquiring a first format of the first field and acquiring a second format of the second field;
determining whether the first format and the second format meet preset format conditions;
when the first format and the second format both meet the preset format condition, determining that the first field and the second field pass verification; or
And when the first format and/or the second format do not meet the preset format condition, determining that the first field and the second field are not verified.
7. The form generation method of claim 1, further comprising:
when the target blank template does not exist in the configuration library, acquiring the area number of editable areas of all blank templates in the configuration library;
subtracting the total field quantity from each area quantity to obtain an operation result, and taking the absolute value of the operation result as the corresponding difference value of each blank template to obtain all the difference values of all the blank templates;
selecting the difference with the minimum value from all the differences as a target difference, and determining a blank template corresponding to the target difference as an initial template;
when the number of the areas in the initial template is larger than the total number of the fields, determining redundant editable areas in the initial template according to the target difference, and deleting all components in the redundant editable areas from the initial template to obtain the target blank template; or
And when the number of the areas in the initial template is less than the total number of the fields, calculating the absolute value of the target difference, acquiring all components in any editable area from the initial template as a component set, and newly adding the component set in the initial template according to the absolute value to obtain the target blank template.
8. A form generation apparatus, characterized in that the form generation apparatus comprises:
the extraction unit is used for extracting a first field from the form generation request when the form generation request is received;
a determining unit, configured to determine a target service system that sends the form generation request, and obtain a service chain on the target service system;
the determining unit is further configured to determine, from the service chain, a second field associated with the first field;
the device comprises an acquisition unit, a verification unit and a verification unit, wherein the acquisition unit is used for acquiring a preset execution interface which is configured with a verification rule;
the checking unit is used for checking the first field and the second field according to the checking rule;
the obtaining unit is further configured to obtain first data corresponding to the first field and obtain second data corresponding to the second field when the first field and the second field pass verification;
the extracting unit is further configured to calculate field total amounts of the first field and the second field, and extract a target blank template from a configuration library according to the field total amounts, where the target blank template includes a plurality of editable areas;
and the filling unit is used for filling the first field, the first data, the second field and the second data into the plurality of editable areas to generate a form.
9. An electronic device, characterized in that the electronic device comprises:
a memory storing at least one instruction; and
a processor executing instructions stored in the memory to implement the form generation method of any of claims 1 to 7.
10. A computer-readable storage medium characterized by: the computer-readable storage medium has stored therein at least one instruction that is executable by a processor in an electronic device to implement the form generation method of any of claims 1 to 7.
CN202010593994.8A 2020-06-28 2020-06-28 Form generation method and device, electronic equipment and medium Active CN111475513B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010593994.8A CN111475513B (en) 2020-06-28 2020-06-28 Form generation method and device, electronic equipment and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010593994.8A CN111475513B (en) 2020-06-28 2020-06-28 Form generation method and device, electronic equipment and medium

Publications (2)

Publication Number Publication Date
CN111475513A true CN111475513A (en) 2020-07-31
CN111475513B CN111475513B (en) 2020-10-02

Family

ID=71763975

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010593994.8A Active CN111475513B (en) 2020-06-28 2020-06-28 Form generation method and device, electronic equipment and medium

Country Status (1)

Country Link
CN (1) CN111475513B (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111932413A (en) * 2020-09-14 2020-11-13 平安国际智慧城市科技股份有限公司 Case element extraction method, case element extraction device, case element extraction equipment and case element extraction medium
CN112016283A (en) * 2020-08-18 2020-12-01 杭州指令集智能科技有限公司 Form generation method and device
CN112882630A (en) * 2021-03-19 2021-06-01 腾讯科技(深圳)有限公司 Information configuration method and related product
CN112926293A (en) * 2021-02-25 2021-06-08 平安普惠企业管理有限公司 Method, device and equipment for switching form items and storage medium
CN112948016A (en) * 2021-02-25 2021-06-11 京东数字科技控股股份有限公司 Configuration information generation method, device and equipment
CN113158634A (en) * 2021-04-21 2021-07-23 平安国际智慧城市科技股份有限公司 Batch data reporting method, device, equipment and computer readable storage medium
CN113254011A (en) * 2021-06-01 2021-08-13 深圳博沃智慧科技有限公司 Dynamic interface configuration method and electronic government affair system
CN113610603A (en) * 2021-08-09 2021-11-05 京东科技控股股份有限公司 Page information processing method and device, electronic equipment and storage medium
CN115082046A (en) * 2022-08-23 2022-09-20 江苏荣泽信息科技股份有限公司 Block chain-based enterprise one-set table tracing management system

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102521416A (en) * 2011-12-28 2012-06-27 用友软件股份有限公司 Data correlation query method and data correlation query device
CN102752525A (en) * 2011-08-26 2012-10-24 新奥特(北京)视频技术有限公司 Method and device for creating broadcasting form based on script
US20140304234A1 (en) * 2013-04-03 2014-10-09 Sumanth HEGDE System decommissioning through reverse archiving of data
CN107766396A (en) * 2017-03-03 2018-03-06 平安医疗健康管理股份有限公司 resource data management method and device
CN108920608A (en) * 2018-06-28 2018-11-30 百应科技(北京)有限公司 A kind of search field knowledge mapping construction method and system towards business data
CN110717320A (en) * 2019-10-11 2020-01-21 上海管和信息科技有限公司 Form/report designer and method suitable for multiple platforms and information management system
CN111104783A (en) * 2019-12-17 2020-05-05 珠海格力电器股份有限公司 Data verification method and device, electronic equipment and storage medium
CN111259303A (en) * 2020-01-20 2020-06-09 西安百想科技有限公司 System and method for automatically generating front-end page of WEB information system

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102752525A (en) * 2011-08-26 2012-10-24 新奥特(北京)视频技术有限公司 Method and device for creating broadcasting form based on script
CN102521416A (en) * 2011-12-28 2012-06-27 用友软件股份有限公司 Data correlation query method and data correlation query device
US20140304234A1 (en) * 2013-04-03 2014-10-09 Sumanth HEGDE System decommissioning through reverse archiving of data
CN107766396A (en) * 2017-03-03 2018-03-06 平安医疗健康管理股份有限公司 resource data management method and device
CN108920608A (en) * 2018-06-28 2018-11-30 百应科技(北京)有限公司 A kind of search field knowledge mapping construction method and system towards business data
CN110717320A (en) * 2019-10-11 2020-01-21 上海管和信息科技有限公司 Form/report designer and method suitable for multiple platforms and information management system
CN111104783A (en) * 2019-12-17 2020-05-05 珠海格力电器股份有限公司 Data verification method and device, electronic equipment and storage medium
CN111259303A (en) * 2020-01-20 2020-06-09 西安百想科技有限公司 System and method for automatically generating front-end page of WEB information system

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112016283A (en) * 2020-08-18 2020-12-01 杭州指令集智能科技有限公司 Form generation method and device
CN111932413B (en) * 2020-09-14 2021-01-12 平安国际智慧城市科技股份有限公司 Case element extraction method, case element extraction device, case element extraction equipment and case element extraction medium
CN111932413A (en) * 2020-09-14 2020-11-13 平安国际智慧城市科技股份有限公司 Case element extraction method, case element extraction device, case element extraction equipment and case element extraction medium
CN112926293B (en) * 2021-02-25 2022-09-13 平安普惠企业管理有限公司 Method, device and equipment for switching form items and storage medium
CN112926293A (en) * 2021-02-25 2021-06-08 平安普惠企业管理有限公司 Method, device and equipment for switching form items and storage medium
CN112948016A (en) * 2021-02-25 2021-06-11 京东数字科技控股股份有限公司 Configuration information generation method, device and equipment
CN112882630A (en) * 2021-03-19 2021-06-01 腾讯科技(深圳)有限公司 Information configuration method and related product
CN113158634A (en) * 2021-04-21 2021-07-23 平安国际智慧城市科技股份有限公司 Batch data reporting method, device, equipment and computer readable storage medium
CN113254011A (en) * 2021-06-01 2021-08-13 深圳博沃智慧科技有限公司 Dynamic interface configuration method and electronic government affair system
CN113254011B (en) * 2021-06-01 2024-02-27 深圳博沃智慧科技有限公司 Dynamic interface configuration method and electronic government affair system
CN113610603A (en) * 2021-08-09 2021-11-05 京东科技控股股份有限公司 Page information processing method and device, electronic equipment and storage medium
CN113610603B (en) * 2021-08-09 2024-04-16 京东科技控股股份有限公司 Page information processing method and device, electronic equipment and storage medium
CN115082046A (en) * 2022-08-23 2022-09-20 江苏荣泽信息科技股份有限公司 Block chain-based enterprise one-set table tracing management system
CN115082046B (en) * 2022-08-23 2022-11-08 江苏荣泽信息科技股份有限公司 Block chain-based enterprise table tracing management system

Also Published As

Publication number Publication date
CN111475513B (en) 2020-10-02

Similar Documents

Publication Publication Date Title
CN111475513B (en) Form generation method and device, electronic equipment and medium
CN111488363B (en) Data processing method, device, electronic equipment and medium
CN110083623B (en) Business rule generation method and device
CN112669138B (en) Data processing method and related equipment
CN111681091B (en) Financial risk prediction method and device based on time domain information and storage medium
CN112182224A (en) Referee document abstract generation method and device, electronic equipment and readable storage medium
CN111860377A (en) Live broadcast method and device based on artificial intelligence, electronic equipment and storage medium
CN113946690A (en) Potential customer mining method and device, electronic equipment and storage medium
CN114626102A (en) Block chain-based electronic certificate transfer method, device, equipment and storage medium
CN112861056A (en) Enterprise website construction information display and release system and method
JP6608061B2 (en) Risk event recognition system, method, electronic apparatus and storage medium based on SNS information
CN112711398A (en) Method, device and equipment for generating buried point file and storage medium
CN116360769A (en) Code generation method, device, equipment and storage medium
CN110347657A (en) Data creation method, device, electronic equipment and storage medium
CN113269179B (en) Data processing method, device, equipment and storage medium
CN115168848A (en) Interception feedback processing method based on big data analysis interception
CN111933241B (en) Medical data analysis method, device, electronic equipment and storage medium
CN111815272B (en) Application auditing method and device, electronic equipment and storage medium
CN114372892A (en) Payment data monitoring method, device, equipment and medium
CN112667721A (en) Data analysis method, device, equipment and storage medium
CN112819305A (en) Service index analysis method, device, equipment and storage medium
CN111897883A (en) Entity model construction method and device, electronic equipment and medium
CN111882415A (en) Training method and related device of quality detection model
CN111353833A (en) Method and equipment for generating report
CN115311071A (en) Multi-product composite limit management method, device, equipment and storage medium

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