WO2020087983A1 - Task allocation method and apparatus, device and storage medium - Google Patents

Task allocation method and apparatus, device and storage medium Download PDF

Info

Publication number
WO2020087983A1
WO2020087983A1 PCT/CN2019/096010 CN2019096010W WO2020087983A1 WO 2020087983 A1 WO2020087983 A1 WO 2020087983A1 CN 2019096010 W CN2019096010 W CN 2019096010W WO 2020087983 A1 WO2020087983 A1 WO 2020087983A1
Authority
WO
WIPO (PCT)
Prior art keywords
rule
target
audit node
task
distribution
Prior art date
Application number
PCT/CN2019/096010
Other languages
French (fr)
Chinese (zh)
Inventor
赵本喜
Original Assignee
平安医疗健康管理股份有限公司
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 平安医疗健康管理股份有限公司 filed Critical 平安医疗健康管理股份有限公司
Publication of WO2020087983A1 publication Critical patent/WO2020087983A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
    • G06Q10/063Operations research, analysis or management
    • G06Q10/0631Resource planning, allocation, distributing or scheduling for enterprises or organisations
    • G06Q10/06311Scheduling, planning or task assignment for a person or group
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management
    • G06Q10/103Workflow collaboration or project management

Definitions

  • the present application relates to the technical field of task allocation, and in particular, to a task allocation method, device, equipment, and storage medium.
  • Medical insurance manual review is an important part of the medical insurance intelligent review system, mainly to complete the manual review of the results of the intelligent review, verification of violations, hospital confirmation, and deduction accounting.
  • the existing task allocation process is: query all the documents to be allocated, iterate over each document to be allocated, find the list of review personnel, and verify whether the personnel in the list of personnel have the authority to operate this document After verification, the number of documents currently owned by the current personnel is determined, and the person with the least number of documents is found to allocate the personnel.
  • the existing task distribution rules are redundant and long, and the distribution efficiency is low.
  • the main purpose of the present application is to provide a task allocation method, which aims to solve the technical problem of long and redundant task allocation process and low allocation efficiency in the case of big data.
  • the present application provides a task allocation method, characterized in that the task allocation method includes the following steps:
  • the distribution rule filter out the corresponding document collection from the document database of the current audit node, and obtain the target person list corresponding to the distribution rule;
  • the documents in the document set are distributed to the target persons in the target person list according to a preset rule.
  • the present application also provides a task distribution device, the task distribution device includes:
  • the solution obtaining module is used to obtain the current audit node corresponding to the task assignment instruction when the task assignment instruction is detected, and obtain the assignment rule of the current audit node;
  • the screening module is used for screening out the corresponding document collection from the document database of the current audit node according to the distribution rule, and obtaining a target person list corresponding to the distribution rule;
  • the allocation module is configured to allocate the documents in the document collection to the target persons in the target person list according to a preset rule.
  • the present application also provides a task distribution device, which includes a processor, a memory, and computer-readable instructions stored on the memory and executable by the processor, wherein When the computer-readable instructions are executed by the processor, the steps of the task allocation method described above are implemented.
  • the present application also provides a storage medium that stores computer readable instructions, where the computer readable instructions are executed by a processor to implement the steps of the task allocation method as described above .
  • FIG. 1 is a schematic structural diagram of a task distribution device in a hardware operating environment involved in an embodiment of the present application
  • FIG. 2 is a schematic flowchart of a first embodiment of a task allocation method of this application
  • FIG. 3 is a schematic diagram of an embodiment of an interface for assigning rules in a method for assigning tasks to an application
  • FIG. 4 is a schematic diagram of function modules of the first embodiment of the task distribution device of the present application.
  • FIG. 1 is a schematic diagram of a hardware structure of a task distribution device provided by this application.
  • the task distribution device may be a PC, or a device with data processing functions such as a smart phone, tablet computer, portable computer, desktop computer, etc.
  • the task distribution device may be a server device, and there is a task distribution Back-end management system, the user manages the task distribution equipment through the back-end management system.
  • the "user" in each embodiment of the present application refers to a user of a task distribution device / back-end management system, including but not limited to a task distributor and a planner.
  • the task distribution device may include components such as a processor 10 and a memory 20.
  • the processor 10 is connected to the memory 20, and the memory 20 stores computer-readable instructions, and the processor 10 can call the computer-readable instructions stored in the memory 20, and are implemented as follows The steps of each embodiment of the task allocation method are described.
  • the memory 20 can be used to store software programs and various data.
  • the memory 20 may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, application programs (such as computer-readable instructions) required for at least one function, etc .; the storage data area may include a database, for example, for Database for storing documents and target personnel, etc.
  • the memory 20 may include a high-speed random access memory, and may also include a non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other volatile solid-state storage device.
  • the processor 10 is the control center of the task distribution device, and uses various interfaces and lines to connect the various parts of the entire task distribution device, by running or executing the software programs and / or modules stored in the memory 20, and calling the storage 20
  • the data in the device performs various functions and process data of the task distribution device.
  • the processor 10 can call computer-readable instructions stored in the memory 20 to perform the steps described in the following embodiments of the present application.
  • the processor 10 may include one or more processing units; alternatively, the processor 10 may integrate an application processor and a modem processor, where the application processor mainly processes an operating system, a user interface, and application programs, etc.
  • the modulation processor mainly handles wireless communication. It can be understood that the foregoing modem processor may not be integrated into the processor 10.
  • the structure of the task distribution device shown in FIG. 1 does not constitute a limitation on the task distribution device, and may include more or fewer components than those illustrated, or combine certain components, or different components Layout.
  • This application provides a task allocation method.
  • the computer-readable instructions corresponding to the task distribution method provided in this application can be configured in the manual review link of the medical insurance intelligent review system on the task distribution device.
  • the manual review link is mainly to complete the manual review of the results of the intelligent review, violation verification, hospital Since the functions of confirmation and deduction accounting are manually reviewed, task allocation is inevitable, and the efficiency of task allocation directly affects the user experience.
  • FIG. 2 is a schematic flowchart of a first embodiment of a task allocation method of this application.
  • the task allocation method includes the following steps:
  • Step S10 When a task assignment instruction is detected, obtain the current audit node corresponding to the task assignment instruction, and obtain the assignment rule of the current audit node;
  • the task allocation instruction is an instruction that triggers the start of the computer-readable instruction corresponding to the task allocation method of the present application.
  • the task allocation instruction can be triggered through a preset external event / page request, such as a user-assigned allocation click operation or a hospital or other audited organization. Audit request; it can also be used as a starting interface for computer-readable instructions by using a timed JOB (task) to trigger task allocation at intervals; it can also be triggered by the number of documents in the process audit node of the medical insurance intelligent audit system.
  • step S10 it includes:
  • Step S11 Monitor the number of documents transferred to each audit node
  • Step S12 When monitoring an audit node whose number of documents is greater than a preset number, use the audit node as the current audit node, and trigger a task allocation instruction corresponding to the current audit node.
  • counters are set at each audit node, and the number of documents transferred to each audit node is counted.
  • the thread monitors the database by monitoring the number of counters at each audit node. In the monitoring of the number of documents in the middle, the counter will increase when there is a document flow to the audit node.
  • the preset value is set by the device / system default or user-defined setting
  • Start the document scan to obtain the documents that meet the allocation rules in the database otherwise, continue to wait until the counter is not zero / reaches the preset value.
  • the task assignment instruction contains the corresponding current audit node or related information of the current audit node.
  • the current audit node refers to the audit node that is currently starting the computer-readable instruction corresponding to the task allocation method of the present application.
  • the entire manual review process includes multiple review nodes, and computer-readable instructions can be executed concurrently at any multiple review nodes in the manual review process.
  • the review nodes include: first review-> issue hospital confirmation (not applicable to the allocation rules of this embodiment)-> second review-> approval, in which the first review and second review include: primary review and review , Approval, review, review, a post corresponds to a review node, a total of 12 review nodes.
  • each audit node of the manual review process starts an independent thread to perform a document allocation operation.
  • Each thread independently monitors the task allocation rules under the audit node, and scans documents that meet the filtering conditions.
  • the task assignment device starts a thread to scan the task assignment rule table under the audit node periodically, and iteratively processes each task assignment rule to obtain documents that satisfy the assignment rule.
  • Multiple audit nodes in the manual audit process can be deployed on different machines to improve the scalability of the system and reduce resource dependence.
  • the task allocation rules at each audit node need to be obtained. If a separate thread is started at each audit node to perform the document allocation operation, the thread at the audit node obtains the task allocation rules under this audit node.
  • the distribution rules are a set of screening conditions that are formulated by the plan maker (can be the "user" in each embodiment of this application) and associated with each audit node.
  • the screening conditions refer to the screening rules used to screen documents, such as: Office area, rule type, audit node, institution level, institution name, type of insurance, etc.
  • An allocation rule includes at least one screening condition, so that the task allocation device can filter out partial documents from all documents according to the allocation rule, so that the allocation rule is not invalid.
  • the allocation rules corresponding to each audit node may be the same or may be different.
  • the review node of the first review needs to be more careful. If the review content is more, the handling area is smaller, such as Shenzhen Bao’an District. If the review content of the review node is less, the handling area may be larger, such as Shenzhen.
  • the formulated allocation rules can be directly reused, that is, when the allocation rule making instruction pointing to a certain audit node is detected, the list of the formulated allocation rules is output for the planner to A distribution rule is selected in the distribution rule list as the distribution rule of the certain audit node.
  • the formulated allocation rule may be modified according to the operation of the plan maker, and the modified allocation rule may be used as the allocation rule of the certain audit node.
  • allocation rules at an audit node There may be one or more allocation rules at an audit node. For ease of understanding, an example of two allocation rules at an audit node is given:
  • a allocation rules the handling area is-Baoan District, Shenzhen, the rule type is-violation and highly suspicious, the review node is-first review, the institution level is-top three hospitals, and the institution name is-Baoan District People ’s Hospital 3.
  • the type of insurance is-industrial injury insurance;
  • the handling area is-Futian District, Shenzhen, the rule type is-violation and highly suspicious, the audit node is-first review, the institution level is-top three hospitals, and the institution name is-Futian District People ’s Hospital
  • the type of insurance is pension insurance.
  • the screening rules corresponding to the screening conditions are: handling area, rule type, audit node, institution level, institution name and type of insurance.
  • the specific screening conditions of these two allocation rules are formulated and saved by the planner, and are called directly when task assignment is required.
  • Step S20 filter out the corresponding document collection from the document database of the current audit node, and obtain a target person list corresponding to the distribution rule;
  • An allocation rule corresponds to a set of filtering conditions.
  • a set of documents can be selected from the document database of the current audit node. Therefore, through multiple allocation rules at the audit node, the document database of the current audit node can be selected.
  • the documents are divided into corresponding multiple document sets, and each document set corresponds to a set of screening conditions.
  • the target person list corresponding to the distribution rule is obtained according to the distribution rule.
  • a plurality of target person lists corresponding to the multiple assignment rules are obtained.
  • Each assignment rule can be read iteratively to obtain the preset target person list corresponding to each assignment rule, that is, to establish the association relationship corresponding to the target person list in advance, and when the task is assigned, the corresponding target person list can be obtained according to the assignment rule .
  • Step S30 Distribute the documents in the document set to the target persons in the target person list according to preset rules.
  • the document allocation operation can be performed.
  • the documents in the document collection obtained by filtering based on the allocation rule are allocated to the target personnel in the target person list; when there are multiple allocation rules under the current audit node, the document collection The document of is assigned to the target person in the target person list corresponding to the same distribution rule corresponding to the document set.
  • the documents in each document set are distributed to the target personnel in the target personnel list corresponding to the same distribution rule according to a preset rule.
  • the preset rule can be an average distribution, or it can be based on the working years of the target person. And / or the amount of completed tasks, etc.
  • the step S30 includes: equally dividing the documents in the document set to the target persons in the target person list.
  • this embodiment does not consider the past distribution history or the current amount of personnel to be processed.
  • One distribution only guarantees the average distribution this time, that is, the system default distribution rule is equal distribution.
  • the balance is zero, the standard average score.
  • a random number within 10 is used to determine the head and tail of the team, that is, the target person list is regarded as a queue. If the random number is even, the remainder is assigned in sequence from the head of the team, otherwise The tail starts to allocate the remainder in sequence. For example, if the target person list is A-B-C-D-E-F-G-H-I-J-K and the remainder is 5, then the remainder will be allocated from the end of the target person list (K), that is, the five additional documents will be assigned to K-J-I-H-G in sequence.
  • the step of equally dividing the documents in the document collection to the target persons in the target person list includes:
  • the custom configuration instruction refers to the configuration instruction input by the user.
  • the target personnel list is to determine the personnel who meet the conditions.
  • the user can configure the personnel and the workload of each personnel according to the actual situation.
  • a list of target personnel is output for the user to edit the amount of documents assigned to each target personnel.
  • the task allocation device performs the actual allocation operation according to the allocation result input by the user.
  • the default amount of documents allocated by each target person is displayed in the target person list, for example: if the system default allocation rule is equal sharing, then the default amount of documents allocated by each target person in the target person list is the evenly distributed document amount .
  • the target person's document to be reviewed is paged and displayed on the review interface for the target person to review.
  • the current audit node corresponding to the task allocation instruction is obtained, and the allocation rule of the current audit node is obtained; according to the allocation rule, it is filtered out from the document database of the current audit node Corresponding document collection, and obtain the target personnel list corresponding to the distribution rule; assign the documents in the document collection to the target personnel in the target personnel list according to the preset rules, that is, by pre-setting the distribution rules, according to The distribution rule realizes the screening of batch documents and personnel at the same time, so that the target personnel screened according to the same distribution rule have the auditing authority of the screened documents, and the screened documents are distributed among the target personnel to realize the batch distribution of batch documents Distribution efficiency, at the same time, because the documents are delineated according to the distribution rules, a large number of documents are read at one time, and the reviewers are set in batches, reducing the database IO frequency and reducing the system IO pressure.
  • the steps S20 and S30 include:
  • Step S21 Read all the allocation rules of the current audit node to obtain the filter condition group corresponding to each allocation rule;
  • Step S22 based on the filtering condition group corresponding to each allocation rule, filtering out the document set corresponding to each allocation rule from the document database of the current audit node;
  • An allocation rule corresponds to a set of filtering conditions.
  • a set of documents can be selected from the document database of the current audit node. Therefore, through multiple allocation rules at the audit node, the document database of the current audit node can be selected.
  • the documents are divided into corresponding multiple document sets, and each document set corresponds to a set of screening conditions.
  • Step S23 obtaining a list of target personnel corresponding to each distribution rule
  • the corresponding multiple target person lists can be obtained according to the multiple allocation rules.
  • the correspondence relationship between the distribution rules and the personnel list is preset, each distribution rule has a corresponding target personnel list, and the correspondence between each distribution rule and its corresponding target personnel list can be determined by the user Established at the time, it may also be established after formulating the distribution rules and before executing the acquisition of the target person list corresponding to each distribution rule.
  • Step S24 Determine the correspondence between the document set corresponding to the same distribution rule and the target person list, and allocate the documents in each document set to the target person in the corresponding target person list.
  • the correspondence between the document set corresponding to the same allocation rule and the target person list can be directly determined, and the documents in each of the document sets can be allocated to the corresponding target person list The target person in.
  • the correspondence between the document set and the target person list is expressed in the form of a table structure, such as a mapping table.
  • the filter condition group corresponding to each allocation rule is obtained; based on the filter condition group corresponding to each allocation rule, the database and the current audit node are filtered out from the document database.
  • the method before step S10, the method includes:
  • Step S13 when an instruction for formulating a distribution rule is detected, an interface for formulating a distribution rule is output;
  • the allocation rules are formulated in advance, and the user clicks to trigger the allocation rule formulation instruction.
  • the device detects the allocation rule formulation instruction, it outputs the allocation rule formulation interface for the user to edit the allocation rules based on the allocation rule formulation interface.
  • FIG. 3 For ease of understanding, an example schematic diagram of the task allocation rule making interface shown in FIG. 3 is given, which includes screening rules: settlement date, handling area, rule type, audit node, institution level, medical type, institution name, insurance type Type, etc.
  • the settlement date refers to the time when the hospital and the social security unit settle the amount of money
  • the handling area refers to the handling area of the personnel (also the insured's attribution area)
  • the rule type refers to the type of violation of the document, which can identify the violation
  • the severity can be in the form of senior, intermediate, low, or first, second, third ..., etc., or in violation, highly suspicious, suspicious, etc.
  • the institution level refers to the hospital level, such as top three or second class A
  • the name of the institution refers to the name of the hospital
  • the type of insurance refers to the type of insurance participating in the social insurance, For example, pension, unemployment, large medical treatment, work injury, maternity insurance, etc.
  • Step S14 Receive the filtering conditions input by the user based on the allocation rule formulation interface, and obtain the audit node pointed to by the currently formulated allocation rule, and use the audit node as the target audit node;
  • step S15 an allocation rule of the target audit node is generated based on the screening condition.
  • the review node pointed to by the currently assigned allocation rule can be edited on the allocation rule formulation interface as shown in FIG. 3 (process node).
  • the allocation rule is composed of multiple screening rules. , To obtain the filter conditions entered by the user, and form the distribution rules.
  • the allocation rules are formulated, the correspondence between the allocation rules and the target audit nodes is established, and the allocation rules are stored in association with the target audit nodes.
  • the system provides a program maintenance function. Based on the program maintenance function, users can query, delete, and operate the program; at the same time, they can also change the program to the existing task allocation rules, such as document screening conditions, target personnel, etc.
  • an allocation rule formulation interface is output, a filter condition input by a user based on the allocation rule formulation interface is received, and an audit node pointed to by the currently allocated allocation rule is obtained, and the audit node
  • the allocation rules of the target audit node are generated based on the filtering conditions, so that the user can pre-determine the allocation rules, and the user can edit the allocation rules according to the actual situation, which is convenient for subsequently filtering documents and acquiring target personnel directly according to the allocation rules.
  • step S15 includes:
  • Step S16 querying the reviewer database according to the filtering conditions, and filtering out the default person list whose review authority meets the filtering conditions from the reviewer database;
  • a column of [person name] may also be included for the user to configure the target personnel list while formulating the allocation rule.
  • the name of the person is the target person of the document to be allocated, and the user can click to configure to select the target person; after the user selects the specific filtering conditions, that is, after selecting the specific filtering conditions such as the settlement date, handling area, and rule type, the system It can automatically filter personnel in the auditor database according to the handling area, audit node, type of insurance, etc., initially determine the default personnel who meet the conditions, and form a default personnel list.
  • Step S17 when a personnel configuration instruction is detected, a target person is obtained from the default personnel list based on the personnel configuration instruction, and a target personnel list is generated;
  • the user can select from the default personnel list provided by the system that meets the filtering conditions.
  • the personnel configuration instruction is an instruction triggered by a user operation to perform a custom editing operation on the default personnel list, analyzes the personnel configuration instruction, obtains the result of the user operation, that is, the target personnel selected by the user, and generates a target personnel list. If no personnel configuration instruction is detected within a preset time, a target personnel list is automatically generated based on the default personnel list.
  • Step S18 Based on the filtering condition, generate an allocation rule of the target audit node associated with the target person list.
  • step S18 is performed.
  • the program completion instruction is an instruction that is triggered by a user's click operation and indicates that the allocation rule is completed.
  • the allocation rules may be stored in the form of a filtering condition group, and the allocation rules may be stored in association with the corresponding target person list.
  • a scheduled start may be set, that is, after a preset time after the target person list is generated, the step S18 is automatically executed. Wherein, if a target person list is directly generated based on the default person list after a preset time, the step S18 may be executed immediately.
  • a default person list whose review authority meets the filtering conditions is selected from the reviewer database; when a personnel configuration instruction is detected, based on the personnel configuration instruction Obtain the target person from the default person list, and generate the target person list; based on the filter condition, generate the assignment rule of the target audit node associated with the target person list.
  • the filter condition can be specified and the specified person can be specified.
  • the list of assigned target personnel at the same time, when formulating the distribution rules, complete the strict verification of the permissions of the target personnel based on the filtering conditions, to avoid unnecessary permission checks during the distribution, and improve efficiency.
  • the task allocation method further includes:
  • Step S40 when a personnel authority modification operation is detected, the modification personnel and the modification result corresponding to the personnel authority modification operation are acquired;
  • Step S41 Obtain the target assignment rule corresponding to the modified person, and adjust the target person list associated with the target assignment rule according to the modified person and the modified result.
  • the target personnel list associated with the corresponding target allocation rule needs to be adjusted to avoid that when the task is actually allocated according to the target allocation rule, the target person corresponding to the same target allocation rule does not have the document review authority.
  • the system can automatically obtain the modification personnel and the modification result corresponding to the personnel authority modification operation (the modification result refers to the modified personnel authority), and adjust the target personnel list associated with the target assignment rule ; You can also output a prompt to modify the target assignment rule. If the user refuses to adjust the target person list associated with the target assignment rule, a prompt will be displayed to indicate that the authority modification is unsuccessful to ensure that the target person list associated with the target assignment rule must have the target assignment rule. Corresponding document review authority.
  • the modification personnel and modification results corresponding to the personnel authority modification operation are obtained; the target allocation rule corresponding to the modification personnel is acquired, and the adjustment is adjusted according to the modification personnel and modification results
  • the target personnel list associated with the target allocation rule makes it possible to adjust the task allocation rules in time when the personnel authority changes, to avoid allocation, the target personnel list corresponding to the allocation rule does not have the audit authority of the corresponding document, to avoid unnecessary authority checks, and enhance the task Distribution efficiency.
  • the present application also provides a task assignment device corresponding to each step of the above task assignment method.
  • FIG. 4 is a schematic diagram of function modules of the first embodiment of the task distribution device of the present application.
  • the task allocation device of the present application includes:
  • the solution obtaining module 10 is configured to obtain the current review node corresponding to the task allocation instruction when the task allocation instruction is detected, and obtain the allocation rule of the current review node;
  • the screening module 20 is configured to filter out a corresponding set of documents from the document database of the current review node according to the distribution rule, and obtain a target person list corresponding to the distribution rule;
  • the allocation module 30 is configured to allocate the documents in the document set to the target persons in the target person list according to a preset rule.
  • the task distribution device further includes:
  • the distribution module 30 is also used to divide the documents in the document collection to the target persons in the target person list.
  • the task distribution device further includes:
  • the filtering module 20 is also used to read all the allocation rules of the current audit node to obtain the filtering condition group corresponding to each allocation rule; based on the filtering condition group corresponding to each allocation rule, from the document database of the current audit node Filter out the document collection corresponding to each distribution rule; obtain the list of target personnel corresponding to each distribution rule;
  • the allocation module 30 is also used to determine the correspondence between the document set corresponding to the same allocation rule and the target person list, and allocate the documents in each document set to the target person in the corresponding target person list.
  • the task distribution device further includes:
  • Monitoring module used to monitor the number of documents transferred to each audit node
  • the trigger allocation module is used to monitor the audit node whose number of documents is greater than the preset number, use the audit node as the current audit node, and trigger a task allocation instruction corresponding to the current audit node.
  • the task distribution device further includes:
  • the detection module is used for outputting the distribution rule making interface when the distribution rule making instruction is detected
  • the user input acquisition module is used to receive the filtering conditions input by the user based on the allocation rule formulation interface, and obtain the audit node pointed to by the currently formulated allocation rule, and use the audit node as the target audit node;
  • the scheme generating module is used to generate the allocation rule of the target audit node based on the screening condition.
  • the task distribution device further includes:
  • the personnel screening module is used for querying the reviewer database according to the filtering conditions, and filtering out the default personnel list whose review authority meets the filtering conditions from the reviewer database;
  • a personnel configuration module configured to obtain target personnel from the default personnel list based on the personnel configuration instruction when a personnel configuration instruction is detected, and generate a target personnel list;
  • the plan generation module is configured to generate an allocation rule of the target review node associated with the target person list based on the filtering condition.
  • the task distribution device further includes:
  • the modification module is used to obtain the modification personnel and the modification result corresponding to the personnel authorization modification operation when the personnel authorization modification operation is detected; obtain the target allocation rule corresponding to the modification personnel, and adjust the location according to the modification personnel and modification result List the target personnel associated with the target assignment rule.
  • the present application also proposes a storage medium, which may be a non-volatile readable storage medium.
  • the storage medium may be the memory 20 in the task distribution device of FIG. 1, or may be a ROM (Read-Only Memory, read-only memory) / RAM (Random Access Memory (random access memory), at least one of magnetic disks and optical disks, the storage medium includes several instructions to make a device with a processor (which may be a mobile phone, computer, server, network device or this application)
  • the task distribution equipment in the embodiments, etc. execute the methods described in the embodiments of the present application.

Landscapes

  • Business, Economics & Management (AREA)
  • Human Resources & Organizations (AREA)
  • Engineering & Computer Science (AREA)
  • Strategic Management (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Economics (AREA)
  • General Business, Economics & Management (AREA)
  • Marketing (AREA)
  • Operations Research (AREA)
  • Quality & Reliability (AREA)
  • Tourism & Hospitality (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Development Economics (AREA)
  • Educational Administration (AREA)
  • Game Theory and Decision Science (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

A big data-based task allocation method and apparatus, a device and a storage medium, which relate to the technical field of task allocation; the method comprises: acquiring a current audit node corresponding to a task allocation instruction when a task allocation instruction is detected, and acquiring an allocation rule of the current audit node (S10); screening out a corresponding invoice set from an invoice library of the current audit node according to the allocation rule, and acquiring a target personnel list corresponding to the allocation rule (S20); and allocating invoices in the invoice set to target personnel in the target personnel list according to a preset rule (S30). Thus, invoices may be allocated in batches in the case of big data to improve the efficiency of task allocation.

Description

任务分配方法、装置、设备及存储介质  Task distribution method, device, equipment and storage medium The
本申请要求于2018年10月29日提交中国专利局、申请号为201811272389.X、发明名称为“任务分配方法、装置、设备及存储介质”的中国专利申请的优先权,其全部内容通过引用结合在申请中。This application requires the priority of the Chinese patent application filed on October 29, 2018 in the Chinese Patent Office with the application number 201811272389.X and the invention titled "Task Assignment Method, Device, Equipment and Storage Medium", the entire content of which is cited by reference Incorporated in the application.
技术领域Technical field
本申请涉及任务分配技术领域,尤其涉及一种任务分配方法、装置、设备及存储介质。The present application relates to the technical field of task allocation, and in particular, to a task allocation method, device, equipment, and storage medium.
背景技术Background technique
医疗保险人工审核是医疗保险智能审核系统中重要的一环,主要是完成智能审核结果的人工检视,违规核实、医院确认、扣款核算的功能。Medical insurance manual review is an important part of the medical insurance intelligent review system, mainly to complete the manual review of the results of the intelligent review, verification of violations, hospital confirmation, and deduction accounting.
人工审核无可避免地需要任务分配,现有的任务分配过程为:查询所有的待分配单据,迭代每条待分配单据,找到审核人员列表,核实人员列表中的人员是否有权限操作此单,核实后再去确定当前人员目前拥有的单据数量,找到拥有单据最少的人员进行人员分配。Manual review inevitably requires task allocation. The existing task allocation process is: query all the documents to be allocated, iterate over each document to be allocated, find the list of review personnel, and verify whether the personnel in the list of personnel have the authority to operate this document After verification, the number of documents currently owned by the current personnel is determined, and the person with the least number of documents is found to allocate the personnel.
现有的任务分配规则流程冗余繁长,分配效率低下。 The existing task distribution rules are redundant and long, and the distribution efficiency is low.
发明内容Summary of the invention
本申请的主要目的在于提供一种任务分配方法,旨在解决大数据情况下的任务分配流程冗余繁长,分配效率低下的技术问题。The main purpose of the present application is to provide a task allocation method, which aims to solve the technical problem of long and redundant task allocation process and low allocation efficiency in the case of big data.
为实现上述目的,本申请提供一种任务分配方法,其特征在于,所述任务分配方法包括以下步骤:To achieve the above objective, the present application provides a task allocation method, characterized in that the task allocation method includes the following steps:
在检测到任务分配指令时,获取该任务分配指令对应的当前审核节点,并获得所述当前审核节点的分配规则;When a task assignment instruction is detected, obtain the current audit node corresponding to the task assignment instruction, and obtain the assignment rule of the current audit node;
根据所述分配规则,从当前审核节点的单据库中筛选出对应的单据集合,并获取与所述分配规则对应的目标人员列表;According to the distribution rule, filter out the corresponding document collection from the document database of the current audit node, and obtain the target person list corresponding to the distribution rule;
将所述单据集合中的单据按照预设规则分配给所述目标人员列表中的目标人员。The documents in the document set are distributed to the target persons in the target person list according to a preset rule.
此外,为实现上述目的,本申请还提供一种任务分配装置,所述任务分配装置包括:In addition, in order to achieve the above object, the present application also provides a task distribution device, the task distribution device includes:
方案获取模块,用于在检测到任务分配指令时,获取该任务分配指令对应的当前审核节点,并获得所述当前审核节点的分配规则;The solution obtaining module is used to obtain the current audit node corresponding to the task assignment instruction when the task assignment instruction is detected, and obtain the assignment rule of the current audit node;
筛选模块,用于根据所述分配规则,从当前审核节点的单据库中筛选出对应的单据集合,并获取与所述分配规则对应的目标人员列表;The screening module is used for screening out the corresponding document collection from the document database of the current audit node according to the distribution rule, and obtaining a target person list corresponding to the distribution rule;
分配模块,用于将所述单据集合中的单据按照预设规则分配给所述目标人员列表中的目标人员。The allocation module is configured to allocate the documents in the document collection to the target persons in the target person list according to a preset rule.
此外,为实现上述目的,本申请还提供一种任务分配设备,所述任务分配设备包括处理器、存储器、以及存储在所述存储器上并可被所述处理器执行的计算机可读指令,其中所述计算机可读指令被所述处理器执行时,实现如上述的任务分配方法的步骤。In addition, in order to achieve the above object, the present application also provides a task distribution device, which includes a processor, a memory, and computer-readable instructions stored on the memory and executable by the processor, wherein When the computer-readable instructions are executed by the processor, the steps of the task allocation method described above are implemented.
此外,为实现上述目的,本申请还提供一种存储介质,所述存储介质上存储有计算机可读指令,其中所述计算机可读指令被处理器执行时,实现如上述的任务分配方法的步骤。In addition, to achieve the above purpose, the present application also provides a storage medium that stores computer readable instructions, where the computer readable instructions are executed by a processor to implement the steps of the task allocation method as described above .
附图说明BRIEF DESCRIPTION
图1是本申请实施例方案涉及的硬件运行环境的任务分配设备结构示意图;1 is a schematic structural diagram of a task distribution device in a hardware operating environment involved in an embodiment of the present application;
图2为本申请任务分配方法第一实施例的流程示意图;FIG. 2 is a schematic flowchart of a first embodiment of a task allocation method of this application;
图3为本申请任务分配方法中分配规则制定界面的一实施例示意图;3 is a schematic diagram of an embodiment of an interface for assigning rules in a method for assigning tasks to an application;
图4为本申请任务分配装置第一实施例的功能模块示意图。FIG. 4 is a schematic diagram of function modules of the first embodiment of the task distribution device of the present application.
本申请目的的实现、功能特点及优点将结合实施例,参照附图做进一步说明。The implementation, functional characteristics and advantages of the present application will be further described in conjunction with the embodiments and with reference to the drawings.
具体实施方式detailed description
应当理解,此处所描述的具体实施例仅仅用以解释本申请,并不用于限定本申请。It should be understood that the specific embodiments described herein are only used to explain the present application, and are not used to limit the present application.
请参见图1,图1为本申请所提供的任务分配设备的硬件结构示意图。Please refer to FIG. 1, which is a schematic diagram of a hardware structure of a task distribution device provided by this application.
所述任务分配设备可以是PC,也可以是智能手机、平板电脑、便携计算机、台式计算机等具有数据处理功能的设备设备,可选地,所述任务分配设备可以是服务器设备,存在任务分配的后端管理系统,用户通过所述后端管理系统对任务分配设备进行管理。本申请各实施例中的“用户”指任务分配设备/后端管理系统的使用者,包括但不限于任务分配者、方案制定者。The task distribution device may be a PC, or a device with data processing functions such as a smart phone, tablet computer, portable computer, desktop computer, etc. Optionally, the task distribution device may be a server device, and there is a task distribution Back-end management system, the user manages the task distribution equipment through the back-end management system. The "user" in each embodiment of the present application refers to a user of a task distribution device / back-end management system, including but not limited to a task distributor and a planner.
所述任务分配设备可以包括:处理器10以及存储器20等部件。在所述任务分配设备中,所述处理器10与所述存储器20连接,所述存储器20上存储有计算机可读指令,处理器10可以调用存储器20中存储的计算机可读指令,并实现如下述任务分配方法各实施例的步骤。The task distribution device may include components such as a processor 10 and a memory 20. In the task distribution device, the processor 10 is connected to the memory 20, and the memory 20 stores computer-readable instructions, and the processor 10 can call the computer-readable instructions stored in the memory 20, and are implemented as follows The steps of each embodiment of the task allocation method are described.
所述存储器20,可用于存储软件程序以及各种数据。存储器20可主要包括存储程序区和存储数据区,其中,存储程序区可存储操作系统、至少一个功能所需的应用程序(比如计算机可读指令)等;存储数据区可包括数据库,例如用于存储单据和目标人员的数据库等。此外,存储器20可以包括高速随机存取存储器,还可以包括非易失性存储器,例如至少一个磁盘存储器件、闪存器件、或其他易失性固态存储器件。The memory 20 can be used to store software programs and various data. The memory 20 may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, application programs (such as computer-readable instructions) required for at least one function, etc .; the storage data area may include a database, for example, for Database for storing documents and target personnel, etc. In addition, the memory 20 may include a high-speed random access memory, and may also include a non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other volatile solid-state storage device.
处理器10,是任务分配设备的控制中心,利用各种接口和线路连接整个任务分配设备的各个部分,通过运行或执行存储在存储器20内的软件程序和/或模块,以及调用存储在存储器20内的数据,执行任务分配设备的各种功能和处理数据,其中,处理器10可调用存储器20中存储的计算机可读指令,执行如下文中本申请各实施例所述的步骤。处理器10可包括一个或多个处理单元;可选地,处理器10可集成应用处理器和调制解调处理器,其中,应用处理器主要处理操作系统、用户界面和应用程序等,调制解调处理器主要处理无线通信。可以理解的是,上述调制解调处理器也可以不集成到处理器10中。The processor 10 is the control center of the task distribution device, and uses various interfaces and lines to connect the various parts of the entire task distribution device, by running or executing the software programs and / or modules stored in the memory 20, and calling the storage 20 The data in the device performs various functions and process data of the task distribution device. Among them, the processor 10 can call computer-readable instructions stored in the memory 20 to perform the steps described in the following embodiments of the present application. The processor 10 may include one or more processing units; alternatively, the processor 10 may integrate an application processor and a modem processor, where the application processor mainly processes an operating system, a user interface, and application programs, etc. The modulation processor mainly handles wireless communication. It can be understood that the foregoing modem processor may not be integrated into the processor 10.
本领域技术人员可以理解,图1中示出的任务分配设备结构并不构成对任务分配设备的限定,可以包括比图示更多或更少的部件,或者组合某些部件,或者不同的部件布置。Those skilled in the art may understand that the structure of the task distribution device shown in FIG. 1 does not constitute a limitation on the task distribution device, and may include more or fewer components than those illustrated, or combine certain components, or different components Layout.
基于上述硬件结构,提出本申请方法各个实施例,本实施例中的以“单据”作为“任务”的一个实施例子对本申请进行解释说明。Based on the above hardware structure, various embodiments of the method of the present application are proposed. In this embodiment, an implementation example of "document" as a "task" is used to explain and explain the present application.
本申请提供一种任务分配方法。This application provides a task allocation method.
本申请所提供的任务分配方法对应的计算机可读指令,可配置于任务分配设备上医疗保险智能审核系统的人工审核环节,该人工审核环节主要是完成智能审核结果的人工检视,违规核实、医院确认、扣款核算等功能,既然是人工审核,那就无可避免地需要任务分配,任务分配的效率直接影响用户的体验。The computer-readable instructions corresponding to the task distribution method provided in this application can be configured in the manual review link of the medical insurance intelligent review system on the task distribution device. The manual review link is mainly to complete the manual review of the results of the intelligent review, violation verification, hospital Since the functions of confirmation and deduction accounting are manually reviewed, task allocation is inevitable, and the efficiency of task allocation directly affects the user experience.
现有的任务分配流程中,执行:找审核人员、核实审核人员权限、确定审核人员的单据数量并找到拥有单据最少的审核人员、将单据分配给该单据最少的审核人员等一系列步骤,但是,执行上述一系列步骤,会产生多个缺陷,例如:(1)整个流程冗余繁长,涉及多次的数据读取,需要多次读取数据库,增加系统IO压力;(2)每条单据都需要独自处理,且由于要找到“单据最少人员”,而“单据最少人员”随着任务分配的进行处于变化状态,无法多线程并发处理多个单据,即无法批量处理单据分配,分配效率低下;(3)人员权限控制复杂,在每次单据分配时核实人员权限,增加了系统运行负担;(4)任务分配不公平,按照“最少原则”,可能会导致工作效率高的人员分配的多,效率差的人员分配的少,即造成工作效率越高,任务越重的不良后果。In the existing task allocation process, a series of steps are performed: finding an auditor, verifying the authority of the auditor, determining the number of documents of the auditor and finding the auditor with the fewest documents, and assigning the document to the auditor with the fewest documents, but , The implementation of the above series of steps will result in multiple defects, such as: (1) The entire process is redundant and lengthy, involving multiple data reads, requiring multiple reads to the database, increasing system IO pressure; (2) Each All documents need to be processed independently, and because the "least document personnel" is to be found, and the "least document personnel" is in a state of change as the task allocation progresses, multiple documents cannot be processed concurrently by multiple threads, that is, batch document allocation cannot be processed in batches, and allocation efficiency Low; (3) The control of personnel authority is complicated, verifying the authority of personnel at each time of document allocation, which increases the system's operating burden; (4) Unfair task allocation, according to the "least principle", may lead to the allocation of high-efficiency personnel More, less efficient personnel are allocated less, which results in the adverse consequences of higher work efficiency and heavier tasks.
为解决上述问题,获得较高的任务分配效率,提出下述本申请方法各个实施例。In order to solve the above problems and obtain higher task allocation efficiency, the following embodiments of the method of the present application are proposed.
参照图2,图2为本申请任务分配方法第一实施例的流程示意图。Referring to FIG. 2, FIG. 2 is a schematic flowchart of a first embodiment of a task allocation method of this application.
本实施例中,所述任务分配方法包括以下步骤: In this embodiment, the task allocation method includes the following steps:
步骤S10,在检测到任务分配指令时,获取该任务分配指令对应的当前审核节点,并获得所述当前审核节点的分配规则; Step S10: When a task assignment instruction is detected, obtain the current audit node corresponding to the task assignment instruction, and obtain the assignment rule of the current audit node;
任务分配指令是触发本申请任务分配方法对应计算机可读指令启动的指令,可以通过一个预设的外部事件/页面请求触发任务分配指令,如用户输入的分配点击操作或医院等被审核机构发起的审核请求;也可以通过使用定时JOB(任务)的方式作为计算机可读指令的启动接口,每隔一段时间就触发进行任务分配;也可以通过医疗保险智能审核系统中流程审核节点的单据数量触发,具体地,所述步骤S10之前包括:The task allocation instruction is an instruction that triggers the start of the computer-readable instruction corresponding to the task allocation method of the present application. The task allocation instruction can be triggered through a preset external event / page request, such as a user-assigned allocation click operation or a hospital or other audited organization. Audit request; it can also be used as a starting interface for computer-readable instructions by using a timed JOB (task) to trigger task allocation at intervals; it can also be triggered by the number of documents in the process audit node of the medical insurance intelligent audit system. Specifically, before step S10, it includes:
步骤S11,监控流转到各审核节点的单据数量;Step S11: Monitor the number of documents transferred to each audit node;
步骤S12,在监控到单据数量大于预设数量的审核节点时,将该审核节点作为当前审核节点,触发该当前审核节点对应的任务分配指令。Step S12: When monitoring an audit node whose number of documents is greater than a preset number, use the audit node as the current audit node, and trigger a task allocation instruction corresponding to the current audit node.
为减少数据扫描对数据库的影响,减少系统占用,本实施例中,在各审核节点处设置计数器,统计流转到各审核节点处的单据数量,线程通过监控各审核节点处计数器的数量实现对数据库中单据数量的监控,在有单据流转到审核节点时,计数器就会增加,在监控到计数器不为零/为预设数值(预设数值由设备/系统默认设置或用户自定义设置)时,启动单据扫描,在数据库中获取满足分配规则的单据,否则,继续等待直至计数器不为零/达到预设数值。进一步地,还可同时设置在固定时间点强制单据扫描,保证在单据量较少,或其他特殊情况下,及时处理单据,避免单据滞留。In order to reduce the impact of data scanning on the database and reduce system occupancy, in this embodiment, counters are set at each audit node, and the number of documents transferred to each audit node is counted. The thread monitors the database by monitoring the number of counters at each audit node. In the monitoring of the number of documents in the middle, the counter will increase when there is a document flow to the audit node. When it is monitored that the counter is not zero / preset value (the preset value is set by the device / system default or user-defined setting), Start the document scan to obtain the documents that meet the allocation rules in the database, otherwise, continue to wait until the counter is not zero / reaches the preset value. Furthermore, it is also possible to set a mandatory document scanning at a fixed time point to ensure that the documents are processed in a timely manner under a small amount of documents or in other special circumstances to avoid document stagnation.
任务分配指令中包含对应的当前审核节点或当前审核节点的相关信息,当前审核节点,指当前正在启动本申请任务分配方法对应计算机可读指令的审核节点。整个人工审核流程包含多个审核节点,计算机可读指令可在人工审核流程的任意多个审核节点处并发执行。在一个实施例子中,审核节点包括:一审-->下发医院确认(不适用本实施例的分配规则)-->二审-->审批,其中,一审和二审都分别包括:初核、复核、批单、审核、复核,一个岗位对应一个审核节点,共有12个审核节点。The task assignment instruction contains the corresponding current audit node or related information of the current audit node. The current audit node refers to the audit node that is currently starting the computer-readable instruction corresponding to the task allocation method of the present application. The entire manual review process includes multiple review nodes, and computer-readable instructions can be executed concurrently at any multiple review nodes in the manual review process. In an implementation example, the review nodes include: first review-> issue hospital confirmation (not applicable to the allocation rules of this embodiment)-> second review-> approval, in which the first review and second review include: primary review and review , Approval, review, review, a post corresponds to a review node, a total of 12 review nodes.
可选地,对人工审核流程的每个审核节点启动独立的线程进行单据分配操作,每个线程独立监控本审核节点下的任务分配规则,扫描满足筛选条件的单据。可使用定时JOB的方式运行任务分配,任务分配设备通过定时JOB方式,启动线程定时扫描本审核节点下的任务分配规则表,迭代处理每个任务分配规则,获取满足分配规则的单据。人工审核流程的多个审核节点可部署在不同的机器上,提高系统的可扩展性,减少资源依赖。在启动任务分配时,需获取各审核节点处的任务分配规则,若是在每个审核节点启动独立的线程进行单据分配操作,则由审核节点处的线程获取本审核节点下的任务分配规则。Optionally, each audit node of the manual review process starts an independent thread to perform a document allocation operation. Each thread independently monitors the task allocation rules under the audit node, and scans documents that meet the filtering conditions. You can use the JOB method to run task assignment. The task assignment device starts a thread to scan the task assignment rule table under the audit node periodically, and iteratively processes each task assignment rule to obtain documents that satisfy the assignment rule. Multiple audit nodes in the manual audit process can be deployed on different machines to improve the scalability of the system and reduce resource dependence. When starting task allocation, the task allocation rules at each audit node need to be obtained. If a separate thread is started at each audit node to perform the document allocation operation, the thread at the audit node obtains the task allocation rules under this audit node.
分配规则,是由方案制定者(可以为本申请各实施例中的“用户”)制定并与各审核节点关联保存的一组筛选条件,筛选条件指用于筛选单据的筛选规则,例如:经办区域、规则类型、审核节点、机构级别、机构名称、险种类型等。一个分配规则,至少包括一个筛选条件,使得任务分配设备可根据该分配规则从全部单据中筛选出部分单据,使得分配规则不是无效的。The distribution rules are a set of screening conditions that are formulated by the plan maker (can be the "user" in each embodiment of this application) and associated with each audit node. The screening conditions refer to the screening rules used to screen documents, such as: Office area, rule type, audit node, institution level, institution name, type of insurance, etc. An allocation rule includes at least one screening condition, so that the task allocation device can filter out partial documents from all documents according to the allocation rule, so that the allocation rule is not invalid.
各审核节点对应的分配规则可能是相同的,可能是不同的。例如,一审审核节点审核需要比较仔细,审核内容较多,则经办区域较小,如深圳宝安区,而审批审核节点审核内容较少,则经办区域可能较大,如深圳市。在各审核节点对应分配规则相同时,可直接复用已制定好的分配规则,即:在检测到指向某审核节点的分配规则制定指令时,输出已制定分配规则列表,以供方案制定者从已制定分配规则列表中选定一分配规则,作为该某审核节点的分配规则。可选地,可根据方案制定者的操作修改已制定分配规则,将修改后的分配规则作为该某审核节点的分配规则。The allocation rules corresponding to each audit node may be the same or may be different. For example, the review node of the first review needs to be more careful. If the review content is more, the handling area is smaller, such as Shenzhen Bao’an District. If the review content of the review node is less, the handling area may be larger, such as Shenzhen. When the corresponding allocation rules of each audit node are the same, the formulated allocation rules can be directly reused, that is, when the allocation rule making instruction pointing to a certain audit node is detected, the list of the formulated allocation rules is output for the planner to A distribution rule is selected in the distribution rule list as the distribution rule of the certain audit node. Optionally, the formulated allocation rule may be modified according to the operation of the plan maker, and the modified allocation rule may be used as the allocation rule of the certain audit node.
一个审核节点处可能有一个或多个分配规则,为便于理解,给出一个审核节点处两个分配规则的示例:There may be one or more allocation rules at an audit node. For ease of understanding, an example of two allocation rules at an audit node is given:
A分配规则:经办区域为--深圳宝安区、规则类型为--违规和高度可疑、审核节点为--一审初核、机构级别为--三甲医院、机构名称为--宝安区人民医院、险种类型为--工伤保险;A allocation rules: the handling area is-Baoan District, Shenzhen, the rule type is-violation and highly suspicious, the review node is-first review, the institution level is-top three hospitals, and the institution name is-Baoan District People ’s Hospital 3. The type of insurance is-industrial injury insurance;
B分配规则:经办区域为--深圳福田区、规则类型为--违规和高度可疑、审核节点为--一审初核、机构级别为--三甲医院、机构名称为--福田区人民医院、险种类型为--养老保险。B allocation rules: the handling area is-Futian District, Shenzhen, the rule type is-violation and highly suspicious, the audit node is-first review, the institution level is-top three hospitals, and the institution name is-Futian District People ’s Hospital The type of insurance is pension insurance.
其中,筛选条件对应的筛选规则为:经办区域、规则类型、审核节点、机构级别、机构名称和险种类型。这两个分配规则的具体筛选条件由方案制定者制定保存,在需要进行任务分配时直接调用。Among them, the screening rules corresponding to the screening conditions are: handling area, rule type, audit node, institution level, institution name and type of insurance. The specific screening conditions of these two allocation rules are formulated and saved by the planner, and are called directly when task assignment is required.
步骤S20,根据所述分配规则,从当前审核节点的单据库中筛选出对应的单据集合,并获取与所述分配规则对应的目标人员列表;Step S20, according to the distribution rule, filter out the corresponding document collection from the document database of the current audit node, and obtain a target person list corresponding to the distribution rule;
扫描当前审核节点下的任务分配规则,在当前审核节点下有一个任务分配规则时,读取该任务分配规则,获取满足该分配规则的单据集合;在当前审核节点下有多个任务分配规则时,迭代处理每个任务分配规则,分别获取满足各分配规则的单据集合。Scan the task assignment rules under the current audit node, when there is a task assignment rule under the current audit node, read the task assignment rule to obtain the document collection that meets the assignment rule; when there are multiple task assignment rules under the current audit node , Iteratively process each task allocation rule to obtain a set of documents that satisfy each allocation rule.
一个分配规则对应一组筛选条件,根据一组筛选条件可从当前审核节点的单据库中筛选出一个单据集合,因此,通过审核节点处的多个分配规则,可将当前审核节点的单据库中的单据划分为对应的多个单据集合,各单据集合对应着一组筛选条件。An allocation rule corresponds to a set of filtering conditions. According to a set of filtering conditions, a set of documents can be selected from the document database of the current audit node. Therefore, through multiple allocation rules at the audit node, the document database of the current audit node can be selected. The documents are divided into corresponding multiple document sets, and each document set corresponds to a set of screening conditions.
例如,审核节点处现有单据1-1000条,根据【经办区域】划分为A集合[单据1-39](上海)、B集合[40-100](其他地方),再根据【机构级别】将A集合划分为A1[单据1-10](三甲医院)、A2[单据11-39](二甲医院),将B集合划分为B1[单据40-55](三甲医院)、B2[单据56-100](三甲医院)....以此类推,这里的【经办区域-上海、机构级别-三甲医院】为一组筛选条件,迭代读取每个分配规则,基于各分配规则的筛选条件组将当前审核节点的单据库中的单据划分为对应的单据集合。For example, review the existing 1-1000 documents at the node, and divide them into A set [document 1-39] (Shanghai), B set [40-100] (other places) according to [handling area], and then according to [institution level 】 Set A is divided into A1 [documents 1-10] (third-class hospital), A2 [document 11-39] (second-class hospital), and group B is divided into B1 [document 40-55] (third-class hospital), B2 [ Document 56-100] (Third Class A Hospital) .... and so on, here [Handling Area-Shanghai, Institutional Level-Three Class A Hospital] is a set of screening conditions, iteratively read each allocation rule based on each allocation rule The filter condition group divides the documents in the document database of the current audit node into corresponding document sets.
在根据分配规则筛选单据集合的步骤之前或之后或同时,根据分配规则获取与该分配规则对应的目标人员列表。在当前审核节点下有多个任务分配规则时,根据所述多个分配规则,获取与所述多个分配规则对应的多个目标人员列表。可迭代读取每个分配规则,获取各分配规则对应预置的目标人员列表,即预先建立与目标人员列表对应的关联关系,在任务分配之时,根据分配规则即可获得对应的目标人员列表。Before, after, or at the same time as the step of filtering the document collection according to the distribution rule, the target person list corresponding to the distribution rule is obtained according to the distribution rule. When there are multiple task assignment rules under the current review node, according to the multiple assignment rules, a plurality of target person lists corresponding to the multiple assignment rules are obtained. Each assignment rule can be read iteratively to obtain the preset target person list corresponding to each assignment rule, that is, to establish the association relationship corresponding to the target person list in advance, and when the task is assigned, the corresponding target person list can be obtained according to the assignment rule .
在一个分配规则被用户指定时,可根据该特定的分配规则确定特定的单据集合和目标人员列表,因都是基于同一个分配规则筛选出来的,目标人员列表中的目标人员一定具有单据集合的审核权限。When a distribution rule is specified by the user, you can determine the specific document set and target person list according to the specific distribution rule, because they are all selected based on the same distribution rule, and the target person in the target person list must have a document set Review permissions.
步骤S30,将所述单据集合中的单据按照预设规则分配给所述目标人员列表中的目标人员。Step S30: Distribute the documents in the document set to the target persons in the target person list according to preset rules.
在基于分配规则确定单据集合和目标人员列表后,就可以进行单据分配操作。在当前审核节点下有一个分配规则时,将基于该分配规则筛选获得的单据集合中的单据分配给目标人员列表中的目标人员;在当前审核节点下有多个分配规则时,将单据集合中的单据分配给与单据集合对应同一分配规则的目标人员列表中的目标人员。After the document collection and target person list are determined based on the allocation rules, the document allocation operation can be performed. When there is an allocation rule under the current audit node, the documents in the document collection obtained by filtering based on the allocation rule are allocated to the target personnel in the target person list; when there are multiple allocation rules under the current audit node, the document collection The document of is assigned to the target person in the target person list corresponding to the same distribution rule corresponding to the document set.
在本实施例中,将各单据集合中的单据按照预设规则分配给对应同一分配规则的目标人员列表中的目标人员,预设规则可以为平均分配,也可以为根据目标人员的工作年限,和/或已完成的任务量等进行分配。In this embodiment, the documents in each document set are distributed to the target personnel in the target personnel list corresponding to the same distribution rule according to a preset rule. The preset rule can be an average distribution, or it can be based on the working years of the target person. And / or the amount of completed tasks, etc.
可选地,所述步骤S30包括:将所述单据集合中的单据均分给所述目标人员列表中的目标人员。Optionally, the step S30 includes: equally dividing the documents in the document set to the target persons in the target person list.
为保证任务的公平分配,本实施例不考虑既往分配历史,也不考虑人员当前的待处理案量,一次分配只保证本次平均分配,即系统默认分配规则为均分,均分是指在取余为零的情况下标准的均分。In order to ensure the fair distribution of tasks, this embodiment does not consider the past distribution history or the current amount of personnel to be processed. One distribution only guarantees the average distribution this time, that is, the system default distribution rule is equal distribution. When the balance is zero, the standard average score.
可选地,如果余数不为零,则采用10以内随机数判断队首队尾的方式,即将目标人员列表看作一个队列,如果随机数为偶数则从队首开始依次分配余数,反之从队尾开始依次分配余数。例如,目标人员列表为A-B-C-D-E-F-G-H-I-J-K,余数为5,则从目标人员列表队尾(K)开始分配余数,即将多余的5个单据依次分配给K-J-I-H-G。Optionally, if the remainder is not zero, a random number within 10 is used to determine the head and tail of the team, that is, the target person list is regarded as a queue. If the random number is even, the remainder is assigned in sequence from the head of the team, otherwise The tail starts to allocate the remainder in sequence. For example, if the target person list is A-B-C-D-E-F-G-H-I-J-K and the remainder is 5, then the remainder will be allocated from the end of the target person list (K), that is, the five additional documents will be assigned to K-J-I-H-G in sequence.
本实施例通过将单据平均分配给目标人员,可保证任务分配的公平,且无需找到“单据最少人员”,可辅助实现批量分配单据。In this embodiment, by equally distributing the documents to the target personnel, it is possible to ensure the fairness of the task distribution, and there is no need to find the "least number of documents", which can assist in the batch distribution of documents.
可选地,所述将所述单据集合中的单据均分给所述目标人员列表中的目标人员的步骤之前包括:Optionally, before the step of equally dividing the documents in the document collection to the target persons in the target person list includes:
判断是否检测到自定义配置指令;若检测到自定义配置指令,则输出目标人员列表;接收用户基于所述目标人员列表对各目标人员处理的单据进行分配的分配结果,根据所述分配结果将各所述单据集合中的单据分配给各自对应的目标人员列表中的目标人员;若未检测到自定义配置指令,则执行所述将所述单据集合中的单据均分给所述目标人员列表中的目标人员的步骤。Determine whether a custom configuration instruction is detected; if a custom configuration instruction is detected, output a target person list; receive the allocation result of the user's allocation of the documents processed by each target person based on the target person list, and according to the allocation result, The documents in each of the document sets are allocated to the corresponding target persons in the corresponding target person list; if no custom configuration instruction is detected, the process of dividing the documents in the document set into the target person list is executed The steps of the target person.
自定义配置指令指用户输入的配置指令,目标人员列表中都是确定满足条件的人员,用户可结合实际情况对人员以及各人员任务量进行配置。在检测到自定义配置指令时,输出目标人员列表,以供用户编辑分配到各目标人员的单据量。任务分配设备在根据用户输入的分配结果进行实际的分配操作。The custom configuration instruction refers to the configuration instruction input by the user. The target personnel list is to determine the personnel who meet the conditions. The user can configure the personnel and the workload of each personnel according to the actual situation. When a custom configuration instruction is detected, a list of target personnel is output for the user to edit the amount of documents assigned to each target personnel. The task allocation device performs the actual allocation operation according to the allocation result input by the user.
可选地,在目标人员列表中显示各目标人员默认分配的单据量,例如:若系统默认的分配规则为均分,则目标人员列表中各目标人员默认分配的单据量为均分的单据量。Optionally, the default amount of documents allocated by each target person is displayed in the target person list, for example: if the system default allocation rule is equal sharing, then the default amount of documents allocated by each target person in the target person list is the evenly distributed document amount .
若没有检测到自定义配置指令,则根据默认的均分规则进行分配。If no custom configuration instruction is detected, it will be allocated according to the default equalization rules.
将单据分配完成后,在检测到目标人员的单据审核指令时,将该目标人员待审核的单据分页读取,并展示在审核界面上供该目标人员审核。After the document is assigned, when the document review instruction of the target person is detected, the target person's document to be reviewed is paged and displayed on the review interface for the target person to review.
本实施例通过在检测到任务分配指令时,获取该任务分配指令对应的当前审核节点,并获得所述当前审核节点的分配规则;根据所述分配规则,从当前审核节点的单据库中筛选出对应的单据集合,并获取与所述分配规则对应的目标人员列表;将所述单据集合中的单据按照预设规则分配给所述目标人员列表中的目标人员,即通过预先制定分配规则,根据该分配规则同时实现对批量单据和人员的筛选,使得根据同一分配规则筛选得到的目标人员具有筛选所得单据的审核权限,将筛选所得单据在目标人员中分配,以实现批量单据的批量分配,提高分配效率,同时,因为根据分配规则圈定单据,一次性读入大量单据,批量设置审核人,减少数据库IO频率,降低系统IO压力。In this embodiment, when a task allocation instruction is detected, the current audit node corresponding to the task allocation instruction is obtained, and the allocation rule of the current audit node is obtained; according to the allocation rule, it is filtered out from the document database of the current audit node Corresponding document collection, and obtain the target personnel list corresponding to the distribution rule; assign the documents in the document collection to the target personnel in the target personnel list according to the preset rules, that is, by pre-setting the distribution rules, according to The distribution rule realizes the screening of batch documents and personnel at the same time, so that the target personnel screened according to the same distribution rule have the auditing authority of the screened documents, and the screened documents are distributed among the target personnel to realize the batch distribution of batch documents Distribution efficiency, at the same time, because the documents are delineated according to the distribution rules, a large number of documents are read at one time, and the reviewers are set in batches, reducing the database IO frequency and reducing the system IO pressure.
进一步地,在本申请任务分配方法第二实施例中,所述步骤S20以及步骤S30包括:Further, in the second embodiment of the task allocation method of the present application, the steps S20 and S30 include:
步骤S21,读取当前审核节点的所有所述分配规则,获取各分配规则对应的筛选条件组;Step S21: Read all the allocation rules of the current audit node to obtain the filter condition group corresponding to each allocation rule;
步骤S22,基于各分配规则对应的筛选条件组,从所述当前审核节点的单据库中筛选出与各分配规则对应的单据集合;Step S22, based on the filtering condition group corresponding to each allocation rule, filtering out the document set corresponding to each allocation rule from the document database of the current audit node;
在当前审核节点下有多个分配规则时,对各分配规则执行相同的操作,获取当前审核节点对应的多个分配规则。When there are multiple allocation rules under the current audit node, perform the same operation on each allocation rule to obtain multiple allocation rules corresponding to the current audit node.
一个分配规则对应一组筛选条件,根据一组筛选条件可从当前审核节点的单据库中筛选出一个单据集合,因此,通过审核节点处的多个分配规则,可将当前审核节点的单据库中的单据划分为对应的多个单据集合,各单据集合对应着一组筛选条件。An allocation rule corresponds to a set of filtering conditions. According to a set of filtering conditions, a set of documents can be selected from the document database of the current audit node. Therefore, through multiple allocation rules at the audit node, the document database of the current audit node can be selected. The documents are divided into corresponding multiple document sets, and each document set corresponds to a set of screening conditions.
例如,审核节点处现有单据1-1000条,根据【经办区域】划分为A集合[单据1-39](上海)、B集合[40-100](其他地方),再根据【机构级别】将A集合划分为A1[单据1-10](三甲医院)、A2[单据11-39](二甲医院),将B集合划分为B1[单据40-55](三甲医院)、B2[单据56-100](三甲医院)....以此类推,这里的【经办区域-上海、机构级别-三甲医院】为一组筛选条件,迭代读取每个分配规则,基于各分配规则的筛选条件组将当前审核节点的单据库中的单据划分为对应的单据集合。For example, review the existing 1-1000 documents at the node, and divide them into A set [document 1-39] (Shanghai), B set [40-100] (other places) according to [handling area], and then according to [institution level 】 Set A is divided into A1 [documents 1-10] (third-class hospital), A2 [document 11-39] (second-class hospital), and group B is divided into B1 [document 40-55] (third-class hospital), B2 [ Document 56-100] (Third Class A Hospital) .... and so on, here [Handling Area-Shanghai, Institutional Level-Three Class A Hospital] is a set of screening conditions, iteratively read each allocation rule based on each allocation rule The filter condition group divides the documents in the document database of the current audit node into corresponding document sets.
因为分配规则由筛选条件组成,因此,可直接读取分配规则获得对应的筛选条件组。Because the allocation rules consist of filter conditions, you can directly read the allocation rules to obtain the corresponding filter condition groups.
步骤S23,获取各分配规则对应的目标人员列表;Step S23, obtaining a list of target personnel corresponding to each distribution rule;
获取当前审核节点对应的多个分配规则后,即可根据该多个分配规则获得对应的多个目标人员列表。在一实施方式中,预置有分配规则与人员列表的对应关系,各分配规则都有对应的目标人员列表,各分配规则与其对应的目标人员列表之间的对应关系可以由用户在制定分配规则之时建立,也可以在制定分配规则之后、执行所述获取各分配规则对应的目标人员列表之前建立。After obtaining the multiple allocation rules corresponding to the current audit node, the corresponding multiple target person lists can be obtained according to the multiple allocation rules. In one embodiment, the correspondence relationship between the distribution rules and the personnel list is preset, each distribution rule has a corresponding target personnel list, and the correspondence between each distribution rule and its corresponding target personnel list can be determined by the user Established at the time, it may also be established after formulating the distribution rules and before executing the acquisition of the target person list corresponding to each distribution rule.
步骤S24,确定对应同一分配规则的单据集合与目标人员列表之间的对应关系,将各单据集合中的单据分配给对应目标人员列表中的目标人员。Step S24: Determine the correspondence between the document set corresponding to the same distribution rule and the target person list, and allocate the documents in each document set to the target person in the corresponding target person list.
在根据分配规则确定对应的单据集合和目标人员列表之后,可直接确定对应同一分配规则的单据集合与目标人员列表之间的对应关系,将各所述单据集合中的单据分配给对应目标人员列表中的目标人员。其中,单据集合和目标人员列表之间的对应关系以表结构形式表示,如映射表。After determining the corresponding document set and the target person list according to the allocation rule, the correspondence between the document set corresponding to the same allocation rule and the target person list can be directly determined, and the documents in each of the document sets can be allocated to the corresponding target person list The target person in. Among them, the correspondence between the document set and the target person list is expressed in the form of a table structure, such as a mapping table.
本实施例通过读取当前审核节点的所有所述分配规则,获取各分配规则对应的筛选条件组;基于各分配规则对应的筛选条件组,从所述当前审核节点的单据库中筛选出与各分配规则对应的单据集合;获取各分配规则对应的目标人员列表;确定对应同一分配规则的单据集合与目标人员列表之间的对应关系,将各单据集合中的单据分配给对应目标人员列表中的目标人员,使得整个分配流程更为简洁,同时可循环根据方案圈定单据,一次性读入大量单据,批量设置责任人,实现批量操作,减少数据库IO频率。In this embodiment, by reading all the allocation rules of the current audit node, the filter condition group corresponding to each allocation rule is obtained; based on the filter condition group corresponding to each allocation rule, the database and the current audit node are filtered out from the document database. The collection of documents corresponding to the distribution rule; obtaining the target person list corresponding to each distribution rule; determining the correspondence between the document set corresponding to the same distribution rule and the target person list, and assigning the documents in each document set to the corresponding target person list The target personnel makes the entire distribution process more concise, and at the same time it can circle the documents according to the plan, read in a large number of documents at once, set up responsible persons in batches, realize batch operations, and reduce the database IO frequency.
进一步地,在本申请任务分配方法第三实施例中,所述步骤S10之前包括: Further, in the third embodiment of the task allocation method of the present application, before step S10, the method includes:
步骤S13,在检测到分配规则制定指令时,输出分配规则制定界面;Step S13, when an instruction for formulating a distribution rule is detected, an interface for formulating a distribution rule is output;
在进行任务分配之前,预先制定分配规则,由用户点击触发分配规则制定指令。设备在检测到分配规则制定指令时,输出分配规则制定界面,以供用户基于该分配规则制定界面编辑分配规则。Before assigning tasks, the allocation rules are formulated in advance, and the user clicks to trigger the allocation rule formulation instruction. When the device detects the allocation rule formulation instruction, it outputs the allocation rule formulation interface for the user to edit the allocation rules based on the allocation rule formulation interface.
为便于理解,给出如图3所示的任务分配规则制定界面的一示例示意图,其中包括筛选规则:结算日期、经办区域、规则类型、审核节点、机构级别、医疗类型、机构名称、险种类型等。For ease of understanding, an example schematic diagram of the task allocation rule making interface shown in FIG. 3 is given, which includes screening rules: settlement date, handling area, rule type, audit node, institution level, medical type, institution name, insurance type Type, etc.
其中,结算日期指医院跟社保单位进行金额结算的时间;经办区域指人员的经办区域(也为参保人的归属参保区域);规则类型指单据的违规类型,可标识单据违规的严重程度,可为高级、中级、低级,或第一级、第二级、第三级...等形式,也可以为违规、高度可疑、可疑等形式,若一个单据违反了多个规则,取最高违规等级,在进行任务分配之前,对各单据已进行了违规类型分类;机构级别指医院等级,如三甲、二级甲等;机构名称指医院名称;险种类型指参保社保的险种,例如养老、失业、医疗大额医疗、工伤、生育保险等。Among them, the settlement date refers to the time when the hospital and the social security unit settle the amount of money; the handling area refers to the handling area of the personnel (also the insured's attribution area); the rule type refers to the type of violation of the document, which can identify the violation The severity can be in the form of senior, intermediate, low, or first, second, third ..., etc., or in violation, highly suspicious, suspicious, etc. If a document violates multiple rules, Take the highest level of violations and classify the types of violations before assigning tasks; the institution level refers to the hospital level, such as top three or second class A; the name of the institution refers to the name of the hospital; the type of insurance refers to the type of insurance participating in the social insurance, For example, pension, unemployment, large medical treatment, work injury, maternity insurance, etc.
步骤S14,接收用户基于所述分配规则制定界面输入的筛选条件,并获得当前所制定的分配规则指向的审核节点,将该审核节点作为目标审核节点;Step S14: Receive the filtering conditions input by the user based on the allocation rule formulation interface, and obtain the audit node pointed to by the currently formulated allocation rule, and use the audit node as the target audit node;
步骤S15,基于所述筛选条件生成所述目标审核节点的分配规则。In step S15, an allocation rule of the target audit node is generated based on the screening condition.
当前所制定的分配规则指向的审核节点,可以如图3所示在分配规则制定界面编辑(流程节点),分配规则由多个筛选规则组成,在检测到用户输入的方案制定完成的确定指令时,获取用户输入的筛选条件,组成分配规则。The review node pointed to by the currently assigned allocation rule can be edited on the allocation rule formulation interface as shown in FIG. 3 (process node). The allocation rule is composed of multiple screening rules. , To obtain the filter conditions entered by the user, and form the distribution rules.
在分配规则制定完成后,建立分配规则与目标审核节点之间的对应关系,将分配规则与目标审核节点关联存储。After the allocation rules are formulated, the correspondence between the allocation rules and the target audit nodes is established, and the allocation rules are stored in association with the target audit nodes.
系统提供方案维护功能,用户基于该方案维护功能对方案进行查询、删除、操作;同时也可以对已有任务分配规则进行方案变更,如单据筛选条件变更、目标人员变更等。The system provides a program maintenance function. Based on the program maintenance function, users can query, delete, and operate the program; at the same time, they can also change the program to the existing task allocation rules, such as document screening conditions, target personnel, etc.
本实施例通过在检测到分配规则制定指令时,输出分配规则制定界面,接收用户基于所述分配规则制定界面输入的筛选条件,并获得当前所制定的分配规则指向的审核节点,将该审核节点作为目标审核节点,基于所述筛选条件生成所述目标审核节点的分配规则,使得用户预先制定分配规则,用户可根据实际情况编辑分配规则,便于后续直接根据分配规则筛选单据和获取目标人员。In this embodiment, when an allocation rule formulation instruction is detected, an allocation rule formulation interface is output, a filter condition input by a user based on the allocation rule formulation interface is received, and an audit node pointed to by the currently allocated allocation rule is obtained, and the audit node As a target audit node, the allocation rules of the target audit node are generated based on the filtering conditions, so that the user can pre-determine the allocation rules, and the user can edit the allocation rules according to the actual situation, which is convenient for subsequently filtering documents and acquiring target personnel directly according to the allocation rules.
进一步地,所述步骤S15包括:Further, the step S15 includes:
步骤S16,根据所述筛选条件查询审核人数据库,从审核人数据库中筛选出审核权限满足所述筛选条件的默认人员列表;Step S16, querying the reviewer database according to the filtering conditions, and filtering out the default person list whose review authority meets the filtering conditions from the reviewer database;
在制定分配规则时,获取用户输入的全部筛选条件或部分筛选条件(如经办区域、审核节点、险种类型),基于该全部筛选条件或部分筛选条件,从审核人数据库中筛选出满足筛选条件的默认人员列表。When formulating allocation rules, obtain all or part of the filtering conditions (such as handling area, audit node, and type of insurance) entered by the user, and based on the all or part of the filtering conditions, filter out from the auditor database to meet the filtering conditions The default person list.
可预先将审核人数据库中的审核人员添加权限标签,例如,若A审核人的经办区域为上海,则将[经办区域:上海]作为权限标签添加到A审核人,在查询审核人数据库时,将其中的人员具有的权限标签与筛选条件进行对比,将满足筛选条件的人员挑出来即可。It is possible to add permission labels to the reviewers in the reviewer database in advance. For example, if the handling area of reviewer A is Shanghai, add [handling area: Shanghai] as a permission label to reviewer database. At that time, compare the permission labels of the personnel with the screening conditions, and select the people who meet the screening conditions.
可选地,如图3,在分配规则制定界面,还可包括[人员姓名]一栏,以供用户在制定分配规则的同时,对目标人员列表进行配置。其中的人员姓名是待分配单据的目标人员,可由用户点击配置以选定目标人员;在用户选定具体筛选条件后,即选定结算日期、经办区域、规则类型等具体筛选条件后,系统可自动根据其中的经办区域、审核节点、险种类型等在审核人数据库中进行人员筛选,初步确定满足条件的默认人员,形成默认人员列表。Optionally, as shown in FIG. 3, in the allocation rule formulation interface, a column of [person name] may also be included for the user to configure the target personnel list while formulating the allocation rule. The name of the person is the target person of the document to be allocated, and the user can click to configure to select the target person; after the user selects the specific filtering conditions, that is, after selecting the specific filtering conditions such as the settlement date, handling area, and rule type, the system It can automatically filter personnel in the auditor database according to the handling area, audit node, type of insurance, etc., initially determine the default personnel who meet the conditions, and form a default personnel list.
步骤S17,在检测到人员配置指令时,基于该人员配置指令从所述默认人员列表中获取目标人员,生成目标人员列表;Step S17, when a personnel configuration instruction is detected, a target person is obtained from the default personnel list based on the personnel configuration instruction, and a target personnel list is generated;
在系统根据筛选条件自动筛选出默认人员列表后,用户可结合实际在系统提供的满足筛选条件的默认人员列表中进行选择。After the system automatically filters out the default personnel list according to the filtering conditions, the user can select from the default personnel list provided by the system that meets the filtering conditions.
人员配置指令是由用户操作触发的、对默认人员列表进行自定义编辑操作的指令,解析所述人员配置指令,获取用户操作的结果,即用户选出的目标人员,生成目标人员列表。若在预设时间内没有检测到人员配置指令,则自动基于默认人员列表生成目标人员列表。The personnel configuration instruction is an instruction triggered by a user operation to perform a custom editing operation on the default personnel list, analyzes the personnel configuration instruction, obtains the result of the user operation, that is, the target personnel selected by the user, and generates a target personnel list. If no personnel configuration instruction is detected within a preset time, a target personnel list is automatically generated based on the default personnel list.
步骤S18,基于所述筛选条件生成与所述目标人员列表关联的所述目标审核节点的分配规则。Step S18: Based on the filtering condition, generate an allocation rule of the target audit node associated with the target person list.
一实施例中,在检测到方案完成指令时,执行所述步骤S18。方案完成指令是由用户点击操作触发的、指示分配规则制定完成的指令。可选地,可以如图3所示,在输入所有筛选条件和配置好对应的目标人员列表后,用户点击“确定”控件,触发系统生成方案完成指令,触发系统基于用户输入的筛选条件生成与所述目标人员列表关联的所述目标审核节点的分配规则,分配规则可以以一个筛选条件组的形式存储,分配规则可以与对应的目标人员列表关联存储。In one embodiment, when a plan completion instruction is detected, step S18 is performed. The program completion instruction is an instruction that is triggered by a user's click operation and indicates that the allocation rule is completed. Optionally, as shown in FIG. 3, after inputting all the filtering conditions and configuring the corresponding target person list, the user clicks the “OK” control to trigger the system to generate a plan completion instruction, and triggers the system to generate and The allocation rules of the target audit node associated with the target person list. The allocation rules may be stored in the form of a filtering condition group, and the allocation rules may be stored in association with the corresponding target person list.
在另一实施例中,可设置定时启动,即在目标人员列表生成后的预设时间后,自动执行所述步骤S18。其中,若在预设时间后直接基于默认人员列表生成目标人员列表,可立即执行所述步骤S18。In another embodiment, a scheduled start may be set, that is, after a preset time after the target person list is generated, the step S18 is automatically executed. Wherein, if a target person list is directly generated based on the default person list after a preset time, the step S18 may be executed immediately.
本实施例中,通过根据所述筛选条件查询审核人数据库,从审核人数据库中筛选出审核权限满足所述筛选条件的默认人员列表;在检测到人员配置指令时,基于该人员配置指令从所述默认人员列表中获取目标人员,生成目标人员列表;基于所述筛选条件生成与所述目标人员列表关联的所述目标审核节点的分配规则,可以在制定分配规则时,明确筛选条件,指定可分配的目标人员列表,同时,在制定分配规则时,基于所述筛选条件完成对目标人员权限的严格校验,避免分配时无谓的权限检查,提升效率。In this embodiment, by querying the reviewer database according to the filtering conditions, a default person list whose review authority meets the filtering conditions is selected from the reviewer database; when a personnel configuration instruction is detected, based on the personnel configuration instruction Obtain the target person from the default person list, and generate the target person list; based on the filter condition, generate the assignment rule of the target audit node associated with the target person list. When formulating the assignment rule, the filter condition can be specified and the specified person can be specified. The list of assigned target personnel, at the same time, when formulating the distribution rules, complete the strict verification of the permissions of the target personnel based on the filtering conditions, to avoid unnecessary permission checks during the distribution, and improve efficiency.
进一步地,所述任务分配方法还包括:Further, the task allocation method further includes:
步骤S40,在检测到人员权限修改操作时,获取所述人员权限修改操作对应的修改人员和修改结果;Step S40, when a personnel authority modification operation is detected, the modification personnel and the modification result corresponding to the personnel authority modification operation are acquired;
步骤S41,获取所述修改人员对应的目标分配规则,根据所述修改人员和修改结果调整所述目标分配规则关联的目标人员列表。Step S41: Obtain the target assignment rule corresponding to the modified person, and adjust the target person list associated with the target assignment rule according to the modified person and the modified result.
本实施例中,若人员权限发生变更,则需要调整对应目标分配规则关联的目标人员列表,以避免在根据目标分配规则实际分配任务时,对应同一目标分配规则的目标人员没有单据的审核权限。In this embodiment, if the personnel authority changes, the target personnel list associated with the corresponding target allocation rule needs to be adjusted to avoid that when the task is actually allocated according to the target allocation rule, the target person corresponding to the same target allocation rule does not have the document review authority.
在检测到人员权限修改操作时,系统可自动获取所述人员权限修改操作对应的修改人员和修改结果(修改结果指修改后的人员权限),并进行目标分配规则关联的目标人员列表的调整操作;也可以输出目标分配规则修改提示,若用户拒绝进行目标分配规则关联的目标人员列表的调整,则提示人员权限修改不成功的提示,以保证目标分配规则关联的目标人员列表一定具有目标分配规则对应单据的审核权限。When a personnel authority modification operation is detected, the system can automatically obtain the modification personnel and the modification result corresponding to the personnel authority modification operation (the modification result refers to the modified personnel authority), and adjust the target personnel list associated with the target assignment rule ; You can also output a prompt to modify the target assignment rule. If the user refuses to adjust the target person list associated with the target assignment rule, a prompt will be displayed to indicate that the authority modification is unsuccessful to ensure that the target person list associated with the target assignment rule must have the target assignment rule. Corresponding document review authority.
本实施例通过在检测到人员权限修改操作时,获取所述人员权限修改操作对应的修改人员和修改结果;获取所述修改人员对应的目标分配规则,根据所述修改人员和修改结果调整所述目标分配规则关联的目标人员列表,使得在人员权限发生变更时,可及时调整任务分配规则,避免分配时,分配规则对应的目标人员列表没有对应单据的审核权限,避免无谓的权限检查,提升任务分配效率。In this embodiment, when a personnel authority modification operation is detected, the modification personnel and modification results corresponding to the personnel authority modification operation are obtained; the target allocation rule corresponding to the modification personnel is acquired, and the adjustment is adjusted according to the modification personnel and modification results The target personnel list associated with the target allocation rule makes it possible to adjust the task allocation rules in time when the personnel authority changes, to avoid allocation, the target personnel list corresponding to the allocation rule does not have the audit authority of the corresponding document, to avoid unnecessary authority checks, and enhance the task Distribution efficiency.
此外,本申请还提供一种与上述任务分配方法各步骤对应的任务分配装置。In addition, the present application also provides a task assignment device corresponding to each step of the above task assignment method.
参照图4,图4为本申请任务分配装置第一实施例的功能模块示意图。Referring to FIG. 4, FIG. 4 is a schematic diagram of function modules of the first embodiment of the task distribution device of the present application.
在本实施例中,本申请任务分配装置包括:In this embodiment, the task allocation device of the present application includes:
方案获取模块10,用于在检测到任务分配指令时,获取该任务分配指令对应的当前审核节点,并获得所述当前审核节点的分配规则;The solution obtaining module 10 is configured to obtain the current review node corresponding to the task allocation instruction when the task allocation instruction is detected, and obtain the allocation rule of the current review node;
筛选模块20,用于根据所述分配规则,从当前审核节点的单据库中筛选出对应的单据集合,并获取与所述分配规则对应的目标人员列表;The screening module 20 is configured to filter out a corresponding set of documents from the document database of the current review node according to the distribution rule, and obtain a target person list corresponding to the distribution rule;
分配模块30,用于将所述单据集合中的单据按照预设规则分配给所述目标人员列表中的目标人员。The allocation module 30 is configured to allocate the documents in the document set to the target persons in the target person list according to a preset rule.
可选地,所述任务分配装置还包括:Optionally, the task distribution device further includes:
所述分配模块30,还用于将所述单据集合中的单据均分给所述目标人员列表中的目标人员。The distribution module 30 is also used to divide the documents in the document collection to the target persons in the target person list.
可选地,所述任务分配装置还包括:Optionally, the task distribution device further includes:
所述筛选模块20,还用于读取当前审核节点的所有所述分配规则,获取各分配规则对应的筛选条件组;基于各分配规则对应的筛选条件组,从所述当前审核节点的单据库中筛选出与各分配规则对应的单据集合;获取各分配规则对应的目标人员列表;The filtering module 20 is also used to read all the allocation rules of the current audit node to obtain the filtering condition group corresponding to each allocation rule; based on the filtering condition group corresponding to each allocation rule, from the document database of the current audit node Filter out the document collection corresponding to each distribution rule; obtain the list of target personnel corresponding to each distribution rule;
所述分配模块30,还用于确定对应同一分配规则的单据集合与目标人员列表之间的对应关系,将各单据集合中的单据分配给对应目标人员列表中的目标人员。The allocation module 30 is also used to determine the correspondence between the document set corresponding to the same allocation rule and the target person list, and allocate the documents in each document set to the target person in the corresponding target person list.
可选地,所述任务分配装置还包括:Optionally, the task distribution device further includes:
监控模块,用于监控流转到各审核节点的单据数量;Monitoring module, used to monitor the number of documents transferred to each audit node;
触发分配模块,用于在监控到单据数量大于预设数量的审核节点时,将该审核节点作为当前审核节点,触发该当前审核节点对应的任务分配指令。The trigger allocation module is used to monitor the audit node whose number of documents is greater than the preset number, use the audit node as the current audit node, and trigger a task allocation instruction corresponding to the current audit node.
可选地,所述任务分配装置还包括:Optionally, the task distribution device further includes:
检测模块,用于在检测到分配规则制定指令时,输出分配规则制定界面;The detection module is used for outputting the distribution rule making interface when the distribution rule making instruction is detected;
用户输入获取模块,用于接收用户基于所述分配规则制定界面输入的筛选条件,并获得当前所制定的分配规则指向的审核节点,将该审核节点作为目标审核节点;The user input acquisition module is used to receive the filtering conditions input by the user based on the allocation rule formulation interface, and obtain the audit node pointed to by the currently formulated allocation rule, and use the audit node as the target audit node;
方案生成模块,用于基于所述筛选条件生成所述目标审核节点的分配规则。The scheme generating module is used to generate the allocation rule of the target audit node based on the screening condition.
可选地,所述任务分配装置还包括:Optionally, the task distribution device further includes:
人员筛选模块,用于根据所述筛选条件查询审核人数据库,从审核人数据库中筛选出审核权限满足所述筛选条件的默认人员列表;The personnel screening module is used for querying the reviewer database according to the filtering conditions, and filtering out the default personnel list whose review authority meets the filtering conditions from the reviewer database;
人员配置模块,用于在检测到人员配置指令时,基于该人员配置指令从所述默认人员列表中获取目标人员,生成目标人员列表;A personnel configuration module, configured to obtain target personnel from the default personnel list based on the personnel configuration instruction when a personnel configuration instruction is detected, and generate a target personnel list;
所述方案生成模块,用于基于所述筛选条件生成与所述目标人员列表关联的所述目标审核节点的分配规则。The plan generation module is configured to generate an allocation rule of the target review node associated with the target person list based on the filtering condition.
可选地,所述任务分配装置还包括:Optionally, the task distribution device further includes:
修改模块,用于在检测到人员权限修改操作时,获取所述人员权限修改操作对应的修改人员和修改结果;获取所述修改人员对应的目标分配规则,根据所述修改人员和修改结果调整所述目标分配规则关联的目标人员列表。The modification module is used to obtain the modification personnel and the modification result corresponding to the personnel authorization modification operation when the personnel authorization modification operation is detected; obtain the target allocation rule corresponding to the modification personnel, and adjust the location according to the modification personnel and modification result List the target personnel associated with the target assignment rule.
本申请还提出一种存储介质,所述存储介质可以为非易失性可读存储介质。The present application also proposes a storage medium, which may be a non-volatile readable storage medium.
本申请存储介质上存储有计算机程序。所述存储介质可以是图1的任务分配设备中的存储器20,也可以是如ROM(Read-Only Memory,只读存储器)/RAM(Random Access Memory,随机存取存储器)、磁碟、光盘中的至少一种,所述存储介质包括若干指令用以使得一台具有处理器的设备设备(可以是手机,计算机,服务器,网络设备或本申请实施例中的任务分配设备等)执行本申请各个实施例所述的方法。A computer program is stored on the storage medium of this application. The storage medium may be the memory 20 in the task distribution device of FIG. 1, or may be a ROM (Read-Only Memory, read-only memory) / RAM (Random Access Memory (random access memory), at least one of magnetic disks and optical disks, the storage medium includes several instructions to make a device with a processor (which may be a mobile phone, computer, server, network device or this application) The task distribution equipment in the embodiments, etc.) execute the methods described in the embodiments of the present application.
需要说明的是,在本文中,术语“包括”、“包含”或者其任何其他变体意在涵盖非排他性的包含,从而使得包括一系列要素的过程、方法、物品或者服务端不仅包括那些要素,而且还包括没有明确列出的其他要素,或者是还包括为这种过程、方法、物品或者服务端所固有的要素。在没有更多限制的情况下,由语句“包括一个……”限定的要素,并不排除在包括该要素的过程、方法、物品或者服务端中还存在另外的相同要素。It should be noted that in this article, the terms "include", "include" or any other variants thereof are intended to cover non-exclusive inclusion, so that a process, method, article or service including a series of elements includes not only those elements , And also include other elements that are not explicitly listed, or include elements inherent to this process, method, item, or service. Without more restrictions, the element defined by the sentence "include one ..." does not exclude that there are other identical elements in the process, method, article, or server that includes the element.
上述本申请实施例序号仅仅为了描述,不代表实施例的优劣。The sequence numbers of the above embodiments of the present application are for description only, and do not represent the advantages and disadvantages of the embodiments.
通过以上的实施方式的描述,本领域的技术人员可以清楚地了解到上述实施例方法可借助软件加必需的通用硬件平台的方式来实现,当然也可以通过硬件,但很多情况下前者是更佳的实施方式。Through the description of the above embodiments, those skilled in the art can clearly understand that the methods in the above embodiments can be implemented by means of software plus a necessary general hardware platform, and of course, can also be implemented by hardware, but in many cases the former is better Implementation.
以上仅为本申请的优选实施例,并非因此限制本申请的专利范围,凡是利用本申请说明书及附图内容所作的等效结构或等效流程变换,或直接或间接运用在其他相关的技术领域,均同理包括在本申请的专利保护范围内。The above are only the preferred embodiments of the present application, and do not limit the scope of the patent of the present application. Any equivalent structure or equivalent process transformation made by the description and drawings of this application, or directly or indirectly used in other related technical fields The same reason is included in the patent protection scope of this application.

Claims (20)

  1. 一种任务分配方法,其特征在于,所述任务分配方法包括以下步骤:  A task allocation method, characterized in that the task allocation method includes the following steps:
    在检测到任务分配指令时,获取该任务分配指令对应的当前审核节点,并获得所述当前审核节点的分配规则;When a task assignment instruction is detected, obtain the current audit node corresponding to the task assignment instruction, and obtain the assignment rule of the current audit node;
    根据所述分配规则,从当前审核节点的单据库中筛选出对应的单据集合,并获取与所述分配规则对应的目标人员列表;According to the distribution rule, filter out the corresponding document collection from the document database of the current audit node, and obtain the target person list corresponding to the distribution rule;
    将所述单据集合中的单据按照预设规则分配给所述目标人员列表中的目标人员。The documents in the document set are distributed to the target persons in the target person list according to a preset rule.
  2. 如权利要求1所述的任务分配方法,其特征在于,所述将所述单据集合中的单据按照预设规则分配给所述目标人员列表中的目标人员的步骤包括:The task assignment method according to claim 1, wherein the step of assigning the documents in the document set to the target persons in the target person list according to a preset rule includes:
    将所述单据集合中的单据均分给所述目标人员列表中的目标人员。The documents in the document collection are evenly distributed to the target persons in the target person list.
  3. 如权利要求1所述的任务分配方法,其特征在于,所述根据所述分配规则,从当前审核节点的单据库中筛选出对应的单据集合,并获取与所述分配规则对应的目标人员列表;将所述单据集合中的单据按照预设规则分配给所述目标人员列表中的目标人员的步骤包括:The task allocation method according to claim 1, characterized in that, according to the allocation rule, a corresponding document set is selected from the document database of the current review node, and a target person list corresponding to the allocation rule is obtained The steps of assigning the documents in the document collection to the target personnel in the target personnel list according to a preset rule include:
    读取当前审核节点的所有所述分配规则,获取各分配规则对应的筛选条件组;Read all the distribution rules of the current audit node and obtain the filter condition group corresponding to each distribution rule;
    基于各分配规则对应的筛选条件组,从所述当前审核节点的单据库中筛选出与各分配规则对应的单据集合;Based on the filtering condition group corresponding to each allocation rule, filtering out the document set corresponding to each allocation rule from the document database of the current review node;
    获取各分配规则对应的目标人员列表;Obtain a list of target personnel corresponding to each distribution rule;
    确定对应同一分配规则的单据集合与目标人员列表之间的对应关系,将各单据集合中的单据分配给对应目标人员列表中的目标人员。Determine the correspondence between the document set corresponding to the same distribution rule and the target person list, and distribute the documents in each document set to the target person in the corresponding target person list.
  4. 如权利要求1所述的任务分配方法,其特征在于,所述在检测到任务分配指令时,获取该任务分配指令对应的当前审核节点的步骤之前包括:The task assignment method according to claim 1, wherein when the task assignment instruction is detected, the step of obtaining the current audit node corresponding to the task assignment instruction includes:
    监控流转到各审核节点的单据数量;Number of documents transferred to each audit node for monitoring flow;
    在监控到单据数量大于预设数量的审核节点时,将该审核节点作为当前审核节点,触发该当前审核节点对应的任务分配指令。When monitoring an audit node whose number of documents is greater than a preset number, the audit node is used as the current audit node, and a task assignment instruction corresponding to the current audit node is triggered.
  5. 如权利要求1所述的任务分配方法,其特征在于,所述在检测到任务分配指令时,获取该任务分配指令对应的当前审核节点的步骤之前包括:The task assignment method according to claim 1, wherein when the task assignment instruction is detected, the step of obtaining the current audit node corresponding to the task assignment instruction includes:
    在检测到分配规则制定指令时,输出分配规则制定界面;When an instruction for formulating distribution rules is detected, an interface for formulating distribution rules is output;
    接收用户基于所述分配规则制定界面输入的筛选条件,并获得当前所制定的分配规则指向的审核节点,将该审核节点作为目标审核节点;Receiving the filtering conditions input by the user based on the allocation rule formulation interface, and obtaining the audit node pointed to by the currently allocated allocation rule, and using the audit node as the target audit node;
    基于所述筛选条件生成所述目标审核节点的分配规则。The allocation rule of the target audit node is generated based on the filtering condition.
  6. 如权利要求5所述的任务分配方法,其特征在于,所述基于所述筛选条件生成所述目标审核节点的分配规则的步骤包括:The task allocation method according to claim 5, wherein the step of generating an allocation rule for the target audit node based on the filtering condition includes:
    根据所述筛选条件查询审核人数据库,从审核人数据库中筛选出审核权限满足所述筛选条件的默认人员列表;Querying the reviewer database according to the filtering conditions, and filtering out a list of default persons whose review authority meets the filtering conditions from the reviewer database;
    在检测到人员配置指令时,基于该人员配置指令从所述默认人员列表中获取目标人员,生成目标人员列表;When a personnel configuration instruction is detected, target personnel are obtained from the default personnel list based on the personnel configuration instruction, and a target personnel list is generated;
    基于所述筛选条件生成与所述目标人员列表关联的所述目标审核节点的分配规则。An allocation rule of the target review node associated with the target person list is generated based on the filtering conditions.
  7. 如权利要求6所述的任务分配方法,其特征在于,所述任务分配方法还包括:The task allocation method according to claim 6, wherein the task allocation method further comprises:
    在检测到人员权限修改操作时,获取所述人员权限修改操作对应的修改人员和修改结果;When a personnel authority modification operation is detected, the modification personnel and modification results corresponding to the personnel authority modification operation are obtained;
    获取所述修改人员对应的目标分配规则,根据所述修改人员和修改结果调整所述目标分配规则关联的目标人员列表。 Obtain the target assignment rule corresponding to the modified person, and adjust the target person list associated with the target assignment rule according to the modified person and the modified result. The
  8. 一种任务分配装置,其特征在于,所述任务分配装置包括:A task distribution device, characterized in that the task distribution device includes:
    方案获取模块,用于在检测到任务分配指令时,获取该任务分配指令对应的当前审核节点,并获得所述当前审核节点的分配规则;The solution obtaining module is used to obtain the current audit node corresponding to the task assignment instruction when the task assignment instruction is detected, and obtain the assignment rule of the current audit node;
    筛选模块,用于根据所述分配规则,从当前审核节点的单据库中筛选出对应的单据集合,并获取与所述分配规则对应的目标人员列表;The screening module is used for screening out the corresponding document collection from the document database of the current audit node according to the distribution rule, and obtaining a target person list corresponding to the distribution rule;
    分配模块,用于将所述单据集合中的单据按照预设规则分配给所述目标人员列表中的目标人员。The allocation module is configured to allocate the documents in the document collection to the target persons in the target person list according to a preset rule.
  9. 如权利要求8所述的任务分配装置,其特征在于,所述分配模块包括:The task distribution apparatus according to claim 8, wherein the distribution module comprises:
    分配单元,将所述单据集合中的单据均分给所述目标人员列表中的目标人员。The distribution unit distributes the documents in the document collection to the target persons in the target person list.
  10. 如权利要求8所述的任务分配装置,其特征在于,所述任务分配装置,还包括:The task distribution device according to claim 8, wherein the task distribution device further comprises:
    第一获取模块,读取当前审核节点的所有所述分配规则,获取各分配规则对应的筛选条件组;The first obtaining module reads all the distribution rules of the current audit node and obtains the filter condition group corresponding to each distribution rule;
    筛选模块,基于各分配规则对应的筛选条件组,从所述当前审核节点的单据库中筛选出与各分配规则对应的单据集合;The filtering module, based on the filtering condition group corresponding to each allocation rule, selects the set of documents corresponding to each allocation rule from the document database of the current audit node;
    第二获取模块,获取各分配规则对应的目标人员列表;The second obtaining module obtains the target person list corresponding to each distribution rule;
    处理模块,确定对应同一分配规则的单据集合与目标人员列表之间的对应关系,将各单据集合中的单据分配给对应目标人员列表中的目标人员。The processing module determines the correspondence between the document set corresponding to the same distribution rule and the target person list, and distributes the documents in each document set to the target person in the corresponding target person list.
  11. 如权利要求8所述的任务分配装置,其特征在于,所述任务分配装置,还包括:The task distribution device according to claim 8, wherein the task distribution device further comprises:
    监控模块,监控流转到各审核节点的单据数量;Monitoring module to monitor the number of documents transferred to each audit node;
    触发模块,在监控到单据数量大于预设数量的审核节点时,将该审核节点作为当前审核节点,触发该当前审核节点对应的任务分配指令。The trigger module, when monitoring an audit node whose number of documents is greater than a preset number, uses the audit node as the current audit node, and triggers a task assignment instruction corresponding to the current audit node.
  12. 如权利要求8所述的任务分配装置,其特征在于,所述任务分配装置,还包括:The task distribution device according to claim 8, wherein the task distribution device further comprises:
    输出模块,在检测到分配规则制定指令时,输出分配规则制定界面;The output module, when it detects the allocation rule formulation instruction, outputs the allocation rule formulation interface;
    定位模块,接收用户基于所述分配规则制定界面输入的筛选条件,并获得当前所制定的分配规则指向的审核节点,将该审核节点作为目标审核节点;The positioning module receives the filter condition input by the user based on the allocation rule formulation interface, and obtains the audit node pointed to by the currently allocated allocation rule, and uses the audit node as the target audit node;
    生成模块,基于所述筛选条件生成所述目标审核节点的分配规则。The generating module generates an allocation rule of the target audit node based on the filtering condition.
  13. 一种任务分配设备,其特征在于,所述任务分配设备包括处理器、存储器、以及存储在所述存储器上并可被所述处理器执行的计算机可读指令,其中所述计算机可读指令被所述处理器执行时,实现如下步骤:A task distribution device, characterized in that the task distribution device includes a processor, a memory, and computer-readable instructions stored on the memory and executable by the processor, wherein the computer-readable instructions are When the processor executes, the following steps are implemented:
    在接收到开票请求时,获取与所述开票请求对应的合同信息;When receiving an invoicing request, obtain contract information corresponding to the invoicing request;
    连接开票系统,并显示所述开票系统的开票页面;Connect to the billing system and display the billing page of the billing system;
    根据所述合同信息在所述开票页面中输入对应的发票特征信息,以将所述发票特征信息发送至所述开票系统;Input corresponding invoice feature information in the invoicing page according to the contract information to send the invoice feature information to the invoicing system;
    在接收到所述开票系统返回的开票成功提示时,根据所述开票成功提示获取对应的发票并进行保存。When receiving the billing success prompt returned by the billing system, the corresponding invoice is obtained and saved according to the billing successful prompt.
  14. 如权利要求13所述的任务分配设备,其特征在于,所述将所述单据集合中的单据按照预设规则分配给所述目标人员列表中的目标人员的步骤包括:The task distribution device according to claim 13, wherein the step of distributing the documents in the document set to the target persons in the target person list according to a preset rule includes:
    将所述单据集合中的单据均分给所述目标人员列表中的目标人员。The documents in the document collection are evenly distributed to the target persons in the target person list.
  15. 如权利要求13所述的任务分配设备,其特征在于,所述根据所述分配规则,从当前审核节点的单据库中筛选出对应的单据集合,并获取与所述分配规则对应的目标人员列表;将所述单据集合中的单据按照预设规则分配给所述目标人员列表中的目标人员的步骤包括:The task distribution device according to claim 13, characterized in that, according to the distribution rule, a corresponding document set is selected from the document database of the current review node, and a target person list corresponding to the distribution rule is obtained The steps of assigning the documents in the document collection to the target personnel in the target personnel list according to a preset rule include:
    读取当前审核节点的所有所述分配规则,获取各分配规则对应的筛选条件组;Read all the distribution rules of the current audit node and obtain the filter condition group corresponding to each distribution rule;
    基于各分配规则对应的筛选条件组,从所述当前审核节点的单据库中筛选出与各分配规则对应的单据集合;Based on the filtering condition group corresponding to each allocation rule, filtering out the document set corresponding to each allocation rule from the document database of the current review node;
    获取各分配规则对应的目标人员列表;Obtain a list of target personnel corresponding to each distribution rule;
    确定对应同一分配规则的单据集合与目标人员列表之间的对应关系,将各单据集合中的单据分配给对应目标人员列表中的目标人员。Determine the correspondence between the document set corresponding to the same distribution rule and the target person list, and distribute the documents in each document set to the target person in the corresponding target person list.
  16. 如权利要求13所述的任务分配设备,其特征在于,所述在检测到任务分配指令时,获取该任务分配指令对应的当前审核节点的步骤之前包括:The task distribution device according to claim 13, wherein when the task distribution instruction is detected, the step of obtaining the current audit node corresponding to the task distribution instruction includes:
    监控流转到各审核节点的单据数量;Number of documents transferred to each audit node for monitoring flow;
    在监控到单据数量大于预设数量的审核节点时,将该审核节点作为当前审核节点,触发该当前审核节点对应的任务分配指令。When monitoring an audit node whose number of documents is greater than a preset number, the audit node is used as the current audit node, and a task assignment instruction corresponding to the current audit node is triggered.
  17. 如权利要求13所述的任务分配设备,其特征在于,所述在检测到任务分配指令时,获取该任务分配指令对应的当前审核节点的步骤之前包括:The task distribution device according to claim 13, wherein when the task distribution instruction is detected, the step of obtaining the current audit node corresponding to the task distribution instruction includes:
    在检测到分配规则制定指令时,输出分配规则制定界面;When an instruction for formulating distribution rules is detected, an interface for formulating distribution rules is output;
    接收用户基于所述分配规则制定界面输入的筛选条件,并获得当前所制定的分配规则指向的审核节点,将该审核节点作为目标审核节点;Receiving the filtering conditions input by the user based on the allocation rule formulation interface, and obtaining the audit node pointed to by the currently allocated allocation rule, and using the audit node as the target audit node;
    基于所述筛选条件生成所述目标审核节点的分配规则。The allocation rule of the target audit node is generated based on the filtering condition.
  18. 一种存储介质,其特征在于,所述存储介质上存储有计算机可读指令,其中所述计算机可读指令被处理器执行时,实现如下步骤:A storage medium, characterized in that computer-readable instructions are stored on the storage medium, and when the computer-readable instructions are executed by a processor, the following steps are implemented:
    在检测到任务分配指令时,获取该任务分配指令对应的当前审核节点,并获得所述当前审核节点的分配规则;When a task assignment instruction is detected, obtain the current audit node corresponding to the task assignment instruction, and obtain the assignment rule of the current audit node;
    根据所述分配规则,从当前审核节点的单据库中筛选出对应的单据集合,并获取与所述分配规则对应的目标人员列表;According to the distribution rule, filter out the corresponding document collection from the document database of the current audit node, and obtain the target person list corresponding to the distribution rule;
    将所述单据集合中的单据按照预设规则分配给所述目标人员列表中的目标人员。The documents in the document set are distributed to the target persons in the target person list according to a preset rule.
  19. 如权利要求18所述的存储介质,其特征在于,所述将所述单据集合中的单据按照预设规则分配给所述目标人员列表中的目标人员的步骤包括:The storage medium according to claim 18, wherein the step of assigning the documents in the document set to the target persons in the target person list according to a preset rule includes:
    将所述单据集合中的单据均分给所述目标人员列表中的目标人员。The documents in the document collection are evenly distributed to the target persons in the target person list.
  20. 如权利要求18所述的存储介质,其特征在于,所述根据所述分配规则,从当前审核节点的单据库中筛选出对应的单据集合,并获取与所述分配规则对应的目标人员列表;将所述单据集合中的单据按照预设规则分配给所述目标人员列表中的目标人员的步骤包括:The storage medium according to claim 18, characterized in that, according to the distribution rule, a corresponding document set is selected from the document database of the current audit node, and a target person list corresponding to the distribution rule is obtained; The step of assigning the documents in the document collection to the target personnel in the target personnel list according to a preset rule includes:
    读取当前审核节点的所有所述分配规则,获取各分配规则对应的筛选条件组;Read all the distribution rules of the current audit node and obtain the filter condition group corresponding to each distribution rule;
    基于各分配规则对应的筛选条件组,从所述当前审核节点的单据库中筛选出与各分配规则对应的单据集合;Based on the filtering condition group corresponding to each allocation rule, filtering out the document set corresponding to each allocation rule from the document database of the current review node;
    获取各分配规则对应的目标人员列表;Obtain a list of target personnel corresponding to each distribution rule;
    确定对应同一分配规则的单据集合与目标人员列表之间的对应关系,将各单据集合中的单据分配给对应目标人员列表中的目标人员。 Determine the correspondence between the document set corresponding to the same distribution rule and the target person list, and distribute the documents in each document set to the target person in the corresponding target person list. The
PCT/CN2019/096010 2018-10-29 2019-07-15 Task allocation method and apparatus, device and storage medium WO2020087983A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201811272389.X 2018-10-29
CN201811272389.XA CN109636093A (en) 2018-10-29 2018-10-29 Method for allocating tasks, device, equipment and storage medium

Publications (1)

Publication Number Publication Date
WO2020087983A1 true WO2020087983A1 (en) 2020-05-07

Family

ID=66066837

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2019/096010 WO2020087983A1 (en) 2018-10-29 2019-07-15 Task allocation method and apparatus, device and storage medium

Country Status (2)

Country Link
CN (1) CN109636093A (en)
WO (1) WO2020087983A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112528105A (en) * 2020-12-28 2021-03-19 北京中电普华信息技术有限公司 Data screening method and device, electronic equipment and computer readable storage medium

Families Citing this family (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109636093A (en) * 2018-10-29 2019-04-16 平安医疗健康管理股份有限公司 Method for allocating tasks, device, equipment and storage medium
CN110070291A (en) * 2019-04-22 2019-07-30 北京冠群信息技术股份有限公司 Audit task distribution method and system
CN110348675A (en) * 2019-05-28 2019-10-18 深圳壹账通智能科技有限公司 Method for allocating tasks and device, electronic equipment based on the double recording systems of intelligence
CN110895745B (en) * 2019-12-02 2023-04-18 深圳前海环融联易信息科技服务有限公司 Method and device for polling to obtain task, computer equipment and storage medium
CN110991901A (en) * 2019-12-05 2020-04-10 上海凯京信达科技集团有限公司 Task allocation method, computer storage medium and electronic device
CN111210106A (en) * 2019-12-18 2020-05-29 航天信息股份有限公司 Double-random-based supervision and inspection method and system
CN111240846A (en) * 2020-01-15 2020-06-05 平安医疗健康管理股份有限公司 Data auditing method and device, computer equipment and storage medium
CN112116208A (en) * 2020-08-25 2020-12-22 北京健康之家科技有限公司 Automatic case distribution system and method, storage medium and computing device
CN112365157A (en) * 2020-11-11 2021-02-12 平安科技(深圳)有限公司 Intelligent dispatching method, device, equipment and storage medium
CN113283742A (en) * 2021-05-21 2021-08-20 建信金融科技有限责任公司 Task allocation method and device

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101071489A (en) * 2007-07-13 2007-11-14 华为技术有限公司 Work flow management system and method for realizing work process automation
CN102930658A (en) * 2012-10-19 2013-02-13 安徽省博积信息技术有限公司 Network on-line invoice management method
US20150365474A1 (en) * 2014-06-13 2015-12-17 Fujitsu Limited Computer-readable recording medium, task assignment method, and task assignment apparatus
CN106997507A (en) * 2017-02-20 2017-08-01 平安科技(深圳)有限公司 Business data flow shifting method and device
CN107239327A (en) * 2016-03-29 2017-10-10 平安科技(深圳)有限公司 The optimization method and device of declaration form processing
CN109636093A (en) * 2018-10-29 2019-04-16 平安医疗健康管理股份有限公司 Method for allocating tasks, device, equipment and storage medium

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104463482A (en) * 2014-12-16 2015-03-25 用友软件股份有限公司 Task allocation method and task allocation device
CN107784424A (en) * 2017-06-26 2018-03-09 平安科技(深圳)有限公司 Task management method, device, computer equipment and storage medium
CN107833009A (en) * 2017-08-28 2018-03-23 平安科技(深圳)有限公司 Personalized checking method, device, storage medium and the terminal of Claims Resolution order
CN107862473A (en) * 2017-12-04 2018-03-30 山东浪潮通软信息科技有限公司 A kind of participation user of workflow determines method and device

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101071489A (en) * 2007-07-13 2007-11-14 华为技术有限公司 Work flow management system and method for realizing work process automation
CN102930658A (en) * 2012-10-19 2013-02-13 安徽省博积信息技术有限公司 Network on-line invoice management method
US20150365474A1 (en) * 2014-06-13 2015-12-17 Fujitsu Limited Computer-readable recording medium, task assignment method, and task assignment apparatus
CN107239327A (en) * 2016-03-29 2017-10-10 平安科技(深圳)有限公司 The optimization method and device of declaration form processing
CN106997507A (en) * 2017-02-20 2017-08-01 平安科技(深圳)有限公司 Business data flow shifting method and device
CN109636093A (en) * 2018-10-29 2019-04-16 平安医疗健康管理股份有限公司 Method for allocating tasks, device, equipment and storage medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112528105A (en) * 2020-12-28 2021-03-19 北京中电普华信息技术有限公司 Data screening method and device, electronic equipment and computer readable storage medium

Also Published As

Publication number Publication date
CN109636093A (en) 2019-04-16

Similar Documents

Publication Publication Date Title
WO2020087983A1 (en) Task allocation method and apparatus, device and storage medium
WO2019037196A1 (en) Method and device for task assignment, and computer-readable storage medium
WO2021008017A1 (en) Federation learning method, system, terminal device and storage medium
WO2020147385A1 (en) Data entry method and apparatus, terminal and computer-readable storage medium
WO2020119115A1 (en) Data verification method, device, apparatus, and storage medium
WO2020119116A1 (en) Medical insurance auditing method, apparatus and device based on data analysis, and storage medium
WO2020078058A1 (en) Medical data abnormality identification method and device, terminal, and storage medium
WO2019109520A1 (en) Video interview work assignment method, apparatus and device, and readable storage medium
WO2020224249A1 (en) Blockchain-based transaction processing method, device and apparatus, and storage medium
WO2020006852A1 (en) Travel expenses self-service reimbursement verification processing method, apparatus and device, and computer storage medium
WO2020107756A1 (en) Credit anti-fraud method, system, device and computer-readable storage medium
WO2014065444A1 (en) Collaboration system using open public network
WO2020113959A1 (en) Medical institution dialysis level assessment method, apparatus and device, and storage medium
WO2018166098A1 (en) Data auditing method and apparatus, mobile terminal, and computer-readable storage medium
WO2020087981A1 (en) Method and apparatus for generating risk control audit model, device and readable storage medium
WO2018120681A1 (en) Data synchronization method, device and system, data processing server, and storage medium
WO2019024485A1 (en) Data sharing method and device and computer readable storage medium
WO2021194028A1 (en) Method for assigning task to user and device therefor
WO2014030979A1 (en) Method and device for issuing reservation number through short-range wireless communication
WO2019019350A1 (en) Method, apparatus and device for generating account opening page and computer readable storage medium
WO2020098075A1 (en) Financial data processing method, apparatus and device, and storage medium
WO2020042464A1 (en) Data interaction method, apparatus and device, and readable storage medium
WO2020107591A1 (en) Double insurance limiting method, apparatus, device, and readable storage medium
WO2020177376A1 (en) Data extraction method and apparatus, terminal and computer-readable storage medium
WO2020087985A1 (en) Method, apparatus and device for adjusting compensation amount, and readable storage medium

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 19880627

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 19880627

Country of ref document: EP

Kind code of ref document: A1