CN110457156B - Differential data processing method, device, equipment and storage medium - Google Patents

Differential data processing method, device, equipment and storage medium Download PDF

Info

Publication number
CN110457156B
CN110457156B CN201910717021.8A CN201910717021A CN110457156B CN 110457156 B CN110457156 B CN 110457156B CN 201910717021 A CN201910717021 A CN 201910717021A CN 110457156 B CN110457156 B CN 110457156B
Authority
CN
China
Prior art keywords
processing
difference
task
data
differential
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201910717021.8A
Other languages
Chinese (zh)
Other versions
CN110457156A (en
Inventor
喻超蓉
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shenzhen Lexin Software Technology Co Ltd
Original Assignee
Shenzhen Lexin Software Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shenzhen Lexin Software Technology Co Ltd filed Critical Shenzhen Lexin Software Technology Co Ltd
Priority to CN201910717021.8A priority Critical patent/CN110457156B/en
Publication of CN110457156A publication Critical patent/CN110457156A/en
Application granted granted Critical
Publication of CN110457156B publication Critical patent/CN110457156B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/0703Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation
    • G06F11/0751Error or fault detection not based on redundancy
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/0703Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation
    • G06F11/0793Remedial or corrective actions
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The embodiment of the invention discloses a difference data processing method, a device, equipment and a storage medium. The method comprises the following steps: acquiring at least one piece of difference data corresponding to a target service in a service system; generating a difference processing driving event according to at least one piece of difference data and the service type of the difference data, wherein the difference processing driving event comprises at least two serial difference processing tasks; pushing the serial at least two difference processing tasks according to the processing flow of the difference processing driving event, and receiving the processing result of the difference processing driving event; and if the processing result of the difference processing driving event is that the difference data is negligible, changing the state of at least one piece of difference data from the difference to the ignored difference and saving a state change record. The technical scheme realizes automatic circulation, tracking and recording of the differential data processing flow, saves labor cost and improves the processing efficiency of differential data.

Description

Differential data processing method, device, equipment and storage medium
Technical Field
The embodiment of the invention relates to the technical field of computers, in particular to a differential data processing method, a differential data processing device, differential data processing equipment and a storage medium.
Background
Differential data refers to some data that is inconsistent with expectations. With the development of the internet and computer technology, most of the differential data may be caused by problems of data sources, abnormal communication between systems, problems of system business logic, and the like.
At present, aiming at the difference data in the service system, an off-line tracking mode is generally adopted, and after verification by multi-party staff, manual processing is carried out in the service system. When the difference data is verified as negligible difference, for example, new source data corresponding to the difference data cannot be acquired, or the difference data is caused by precision problems, etc., related personnel can directly wipe the difference data off at the service system management desk, so that later verification is not trace-free and can be found. Moreover, the efficiency of interaction processing of multiparty personnel is low, the labor cost is high, operation errors are easy to occur, and once difference data are not processed in time, data accumulation can be caused.
Disclosure of Invention
The embodiment of the invention provides a method, a device, equipment and a storage medium for processing difference data, which are used for realizing automatic circulation, tracking and recording of a difference data processing flow, improving the processing efficiency of the difference data and saving the labor cost.
In a first aspect, an embodiment of the present invention provides a method for processing difference data, including:
acquiring at least one piece of difference data corresponding to a target service in a service system;
generating a differential processing driving event according to the at least one piece of differential data and the service type of the differential data, wherein the differential processing driving event comprises at least two serial differential processing tasks;
pushing the serial at least two difference processing tasks respectively according to the processing flow of the difference processing driving event, and receiving the processing result of the difference processing driving event;
and if the processing result of the difference processing driving event is that the difference data is negligible, changing the state of at least one piece of difference data from the difference to the neglected difference, and storing a state change record.
In a second aspect, an embodiment of the present invention further provides a difference data processing apparatus, including:
the difference data acquisition module is used for acquiring at least one piece of difference data corresponding to the target service in the service system;
a driving event generating module, configured to generate a difference processing driving event according to the at least one piece of difference data and a service type of the difference data, where the difference processing driving event includes at least two difference processing tasks in series;
The driving event processing module is used for pushing the serial at least two difference processing tasks respectively according to the processing flow of the difference processing driving event and receiving the processing result of the difference processing driving event;
and the difference data state changing module is used for changing the state of at least one piece of difference data from difference to neglect difference and storing a state change record if the processing result of the difference processing driving event is that the difference data is negligible.
In a third aspect, an embodiment of the present invention further provides a computer device, including a memory, a processor, and a computer program stored on the memory and executable on the processor, where the processor implements the differential data processing method as provided in any embodiment of the present invention when the program is executed by the processor.
In a fourth aspect, embodiments of the present invention also provide a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, implements a differential data processing method as provided by any of the embodiments of the present invention.
In the technical scheme provided by the embodiment of the invention, after the difference data of the service system and the target service are acquired, a difference driving event is generated according to the difference data and the type thereof, wherein the difference driving event comprises a plurality of serial difference processing tasks for processing the difference data; pushing the serial multiple difference processing tasks according to the processing flow of the difference processing driving event, and receiving the processing result of the difference processing driving event after the processing of the related processing personnel is completed; if the processing result of the difference processing driving event is that the difference data is negligible, changing the state of at least one piece of difference data from the difference to the neglect of the difference. Therefore, automatic circulation, tracking and recording of the differential data processing flow are realized, off-line communication of related processing personnel is not needed, especially when the differential data is verified to be negligible, the labor cost is greatly saved, and the processing efficiency of the differential data is also improved.
Drawings
FIG. 1 is a flow chart of a differential data processing method according to a first embodiment of the invention;
FIG. 2 is a schematic diagram of a system architecture to which the differential data processing method according to the first embodiment of the present invention is applied;
FIG. 3 is a flow chart of a method for processing difference data according to a second embodiment of the present invention;
FIG. 4 is an exemplary diagram of a task gateway associated event flow in accordance with a second embodiment of the present invention;
FIG. 5 is a schematic diagram of a differential data processing device according to a third embodiment of the present invention;
fig. 6 is a schematic hardware structure of a computer device in a fourth embodiment of the present invention.
Detailed Description
The invention is described in further detail below with reference to the drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not limiting thereof.
It should be further noted that, for convenience of description, only some, but not all of the matters related to the present invention are shown in the accompanying drawings. Before discussing exemplary embodiments in more detail, it should be mentioned that some exemplary embodiments are described as processes or methods depicted as flowcharts. Although a flowchart depicts operations (or steps) as a sequential process, many of the operations can be performed in parallel, concurrently, or at the same time. Furthermore, the order of the operations may be rearranged. The process may be terminated when its operations are completed, but may have additional steps not included in the figures. The processes may correspond to methods, functions, procedures, subroutines, and the like.
Example 1
Fig. 1 is a flowchart of a differential data processing method provided in an embodiment of the present invention, which is applicable to a case where a business system (e.g., a financial accounting system) performs differential data processing, especially a case where differential data is verified to be negligible, where the method may be performed by a differential data processing apparatus provided in an embodiment of the present invention, where the apparatus may be implemented in software and/or hardware, and may be generally integrated in a processor, for example, a processor of a server corresponding to the business system.
As shown in fig. 1, the method in this embodiment specifically includes:
s110, at least one piece of difference data corresponding to the target service in the service system is obtained.
A service system refers to a system which is in butt joint with at least one service and is at least used for storing service data corresponding to different services; the target service refers to one of the services interfacing with the service system, and in this embodiment, particularly refers to a service corresponding to service data to be calibrated in the service system.
In general, there is no difference between data corresponding to the target service and the target service source data in the service system. When some data corresponding to the target service in the service system and the target service source data have differences, the data are difference data, and difference analysis is needed.
The two executives associated with the target service may be affiliated to the same party or may be affiliated to different parties. For example, when two executives associated with a target business are affiliated with the same party, the business system may be a reconciliation system of a company, and the target business is an internal reconciliation business; when two executives associated with a target business are affiliated with different parties, the business system may be a reconciliation system of a company, and the target business is an external reconciliation business, such as a bank reconciliation business, a trust reconciliation business, or a fund party reconciliation business.
S120, generating a differential processing driving event according to at least one piece of differential data and the service type of the differential data, wherein the differential processing driving event comprises at least two serial differential processing tasks.
Firstly, classifying all acquired difference data according to service types, wherein the service types can be reconciliation types. Then, according to the classification result of the difference data and the difference data detail included in each class, difference processing driving events matching the classification number are generated, respectively. The names of the different difference processing driving events are different, and the processing flows are not necessarily the same.
For example, 8 pieces of difference data corresponding to the target service are obtained, wherein 3 pieces of difference data are in one type of reconciliation type, 5 pieces of difference data are in two types of reconciliation type, one difference processing driving event is generated according to the one type of reconciliation type and the corresponding 3 pieces of difference data, and another difference processing driving event is generated according to the two types of reconciliation type and the corresponding 5 pieces of difference data.
Wherein each differential processing driving event comprises at least two serial differential processing tasks, and the execution sequence of each differential processing task is predetermined and is related to the processing flow of the differential processing driving event.
S130, pushing the serial at least two difference processing tasks respectively according to the processing flow of the difference processing driving event, and receiving the processing result of the difference processing driving event.
After the differential processing driving event is generated, pushing the serial at least two differential processing tasks according to the processing flow of the differential processing driving event.
Specifically, the difference processing task may be processed by the system itself or may be assigned to a specific processor for processing. When the difference processing task is pushed to the specific processor, a message prompt can be sent to the specific processor at the same time to prompt the specific processor to process the corresponding difference processing task in time, so that the processing efficiency of the difference processing driving event is improved.
After each of the differential processing tasks is executed, a processing result of the differential processing driven event is obtained, wherein the processing result of the differential processing driven event is determined by the processing sub-results of all the differential processing tasks included in the processing result.
As a specific implementation manner of this embodiment, at least two serial differential processing tasks may be pushed respectively according to a processing flow of a differential processing driving event, which specifically is:
pushing the first task of the serial at least two different processing tasks as a target processing task according to the processing flow of the different processing driving event;
and selecting the next task of the target processing task to be pushed again as the target processing task according to the processing result of the target processing task until the last task of the serial at least two different processing tasks is pushed as the target processing task.
For example, the difference processing driving event M includes a difference processing task a, a difference processing task B, a difference processing task C, a difference processing task D, and a difference processing task E. The next task of the difference processing task A is a difference processing task B; if the processing sub-result of the difference processing task B is B1, the next task of the difference processing task B is a difference processing task C, and if the processing sub-result of the difference processing task B is B2, the next task of the difference processing task B is a difference processing task D; the next task of the difference processing task C is a difference processing task E; the next task of the difference processing task D is a difference processing task E; the difference processing task E is the last task of the difference processing driving event M.
After the difference processing driving event M is generated, pushing the difference processing task A serving as a target processing task; when a processing sub-result of the difference processing task A is received, pushing a next task difference processing task B of the difference processing task A as a target processing task; when a processing sub-result of the difference processing task B is received, pushing a next task difference processing task C of the difference processing task B as a target processing task if the processing sub-result of the difference processing task B is B1, and pushing a next task difference processing task D of the difference processing task B as a target processing task if the processing sub-result of the difference processing task B is B2; when a processing sub-result of the difference processing task C or the difference processing task D is received, pushing the next task difference processing task E of the difference processing task C or the difference processing task D as a target processing task.
The pushing of each difference processing task can be automatically processed by a system or can be pushed to a specific processor for processing, and the pushing can be specifically determined according to the difference processing task.
And S140, if the processing result of the difference processing driving event is that the difference data is negligible, changing the state of at least one piece of difference data from the difference to the ignored difference, and storing a state change record.
The processing result of the differential processing driven event is determined by the processing sub-result of each differential processing task it includes. Aiming at different differential processing driving events, the processing sub-results of each differential processing task when the processing results are determined to be the negligible differential data are not necessarily the same, and are specifically preset according to the processing flow of the differential processing driving events.
For example, specifically, when the processing sub-results of each of the differential processing tasks included in the differential processing driving event are all verified to be correct, the processing result of the differential processing driving event is that the differential data is negligible; specifically, when most of the processing sub-results of each difference processing task included in the difference processing driving event are verified to be correct and the new source data cannot be acquired individually, the processing result of the difference processing driving event is that the difference data is negligible; etc.
As a practical example, a certain differential processing driven event includes three differential processing tasks, a fund verification task, a procedure verification task, and an operation verification task, respectively. After the difference processing driving event is generated, firstly pushing a fund verification task to a fund access person to verify whether the fund party is not paid, if the fund access person verifies that the fund party is paid, pushing a program verification task to a research and development person to verify whether a program vulnerability problem exists, if the research and development person verifies that the program is free of the vulnerability problem, pushing an operation verification task to an operator, and if the operator determines that the difference can be ignored, determining that the processing result of the difference processing driving event is that the difference data can be ignored.
When the processing result of the difference processing driving event is that the difference data is negligible, the state of each piece of difference data corresponding to the difference processing driving event can be changed from the difference to the neglect of the difference, and meanwhile, the state change record can be saved.
Further, the status change cause of the difference data may be stored, for example, "the difference is caused by the data precision, it is negligible", "new source data cannot be acquired, it is negligible", etc.
If the processing result of the difference processing driving event is that the latest data is pulled, after the latest data corresponding to the difference data is pulled, the difference data is erased, the state of the latest data corresponding to the difference data is recorded as adjustment data, and meanwhile, the adjustment reason of the latest data corresponding to the difference data, for example, "re-pulled data" and the like, may also be recorded.
In the technical scheme provided by the embodiment of the invention, after the difference data of the service system and the target service are acquired, a difference driving event is generated according to the difference data and the type thereof, wherein the difference driving event comprises a plurality of serial difference processing tasks for processing the difference data; pushing the serial multiple difference processing tasks according to the processing flow of the difference processing driving event, and receiving the processing result of the difference processing driving event after the processing of the related processing personnel is completed; if the processing result of the difference processing driving event is that the difference data is negligible, changing the state of at least one piece of difference data from the difference to the neglect of the difference. Therefore, automatic circulation, tracking and recording of the differential data processing flow are realized, off-line communication of related processing personnel is not needed, especially when the differential data is verified to be negligible, the labor cost is greatly saved, and the processing efficiency of the differential data is also improved.
Fig. 2 shows a schematic diagram of a system architecture to which the differential data processing method is applied. As shown in fig. 2, the system framework comprises a service system and an event management platform which are connected, wherein the service system scans out differential data, generates a differential processing driving event according to the differential data, and sends the differential processing driving event to the event management platform; the event management platform feeds back a processing result to the service system after completing the processing of the differential processing driving event according to the processing flow of the differential processing driving event; the business system carries out differential processing according to the processing result of the differential processing driving event and changes the state of differential data.
Specifically, in the event management platform, the functions of event management and task management can be realized, and the event flow template, the event type and the task self-defined form can be preset.
On the basis of the above technical solution, as an optional implementation manner of this embodiment, a differential processing driving event may be generated according to the at least one piece of differential data and the service type of the differential data, which specifically includes: calling an input event interface of an event management platform to generate a difference processing driving event according to at least one piece of difference data and the service type of the difference data;
Correspondingly, changing the state of at least one piece of difference data from difference to neglect the difference is specifically as follows: and calling a data processing interface of the service system, and changing the state of at least one piece of difference data from the difference to the neglected difference.
Specifically, the event management platform further encapsulates a logged event interface for responding to operations associated with the differential processing driven event, such as a differential processing driven event generation operation, a differential processing driven event query operation, a differential processing driven event setting operation, and so on.
And after the business system scans the difference data, the business system can call an input event interface of the event management platform to generate a difference processing driving event corresponding to the difference data according to the difference data and the business type of the difference data. Thereby, the efficiency of generating the differential processing driving event is improved.
In particular, the business system also encapsulates a data processing interface for responding to operations associated with the differential data processing, such as changing the status of the differential data, etc.
When the state of the difference data is changed, the service system can directly call the data processing interface of the service system to uniformly change the states of all the difference data corresponding to one difference processing driving event. Thereby, the efficiency of the differential data state change operation is provided.
Further, if an event operation request is received through an input event interface of the event management platform, an operation corresponding to the event operation request is executed, and a result of the operation is fed back.
Wherein the event operation request at least comprises a conditional event query operation, an event detail viewing operation, an event deletion operation, an incomplete event processing operation, a new event entry operation and the like.
For example, when an event query request is received through an input event interface of the event management platform, query is performed according to conditions corresponding to the event query request, and query results are fed back to related query personnel. Wherein at least the unprocessed event list, the event list in process, the completed event list, etc. can be queried.
Further, if a task operation request is received through a task management interface of the event management platform, executing an operation corresponding to the task operation request, and feeding back an operation result;
wherein the task operation request includes at least one of: task query requests, task processing requests, and task assignment requests;
the task processing request includes at least one of: the method comprises the steps of recording a task processing conclusion input request, a task attachment uploading request and a task association form filling request, wherein a task association form data service needs to be customized and configured in advance.
Task management interface refers to a packaged interface that responds to operations associated with a differentially processed task.
For example, when a task query request is received through a task management interface of the event management platform, a query is performed according to a condition corresponding to the task query request, and a query result is fed back to a related query person. Wherein at least an unprocessed task list, a processed task list, etc. may be queried.
For another example, when a task processing conclusion input request is received through a task management interface of the event management platform, an input editing interface is provided, and task processing sub-results filled in the input editing interface by related processing personnel are stored; when a task accessory uploading request is received through a task management interface of the event management platform, an accessory uploading operation interface is provided, and accessories related to task processing uploaded by related processing personnel are stored; when a task association form filling request is received through a task management interface of the event management platform, a form filling interface is provided, and the task association form filled by relevant processing personnel is stored.
The task association list single business needs to be pre-customized and configured, and can comprise basic elements such as a drop-down menu, a text box, a single selection box and the like, and related processing personnel can fill in according to the basic elements in the task association list when filling in.
For another example, when a task assignment request corresponding to a certain difference processing task is received through a task management interface of the event management platform, an assignment selection interface is provided, and an assignment result selected by a relevant person is saved with the processing task management, so that the processing task is pushed to a corresponding assignment processor. The related personnel can assign the difference processing task to a specific processor for processing, and can also select the difference processing task to be processed by the system.
In the technical scheme, the processing of the difference data is realized in an event-driven mode, the generated difference processing driving event flows according to the configured event flow, related personnel only need to process the flow to the task of the related personnel, do not need to carry out downlink interactive communication with the processing personnel of other tasks, the manpower communication cost is reduced, and the processing efficiency of the difference data is improved. Meanwhile, as the processing process of the difference data can be tracked and recorded, the problem that no trace is found in the later verification of the business data is solved.
Example two
Fig. 3 is a flowchart of a difference data processing method according to a second embodiment of the present invention, which is optimized based on the above embodiment. Wherein after generating the differential processing driving event, further comprising: and acquiring a processing flow corresponding to the differential processing driving event according to the service type of the differential processing driving event.
Specifically, the processing flow is preset according to the service type, and specifically includes each difference processing task in the difference processing driving event and at least one task gateway between each difference processing task, where the task gateway includes an association relationship between a set parameter in a processing result of a previous difference processing task and a route of a next difference processing task.
Further, the next task of the target processing task can be selected as the target processing task to push according to the processing result of the target processing task, specifically:
acquiring a task gateway corresponding to a target processing task according to the processing flow of the differential processing driving event; and according to the route of the next difference processing task of the target processing task determined by the task gateway, the next difference processing task is used as the target processing task again to push.
As shown in fig. 3, the method in this embodiment specifically includes:
s210, at least one piece of difference data corresponding to the target service in the service system is obtained.
S220, calling an input event interface of the event management platform to generate a difference processing driving event according to at least one piece of difference data and the service type of the difference data, wherein the difference processing driving event comprises at least two serial difference processing tasks.
S230, according to the business type of the differential processing driving event, a processing flow corresponding to the differential processing driving event is obtained.
Specifically, the processing flow is preset according to the service type, and the service type of a differential processing driving event is associated with an event processing flow.
The event processing flow specifically comprises each difference processing task in the difference processing driving event and at least one task gateway between each difference processing task. The task gateway comprises an association relation between a set parameter in a processing result of the last difference processing task and a route of the next difference processing task.
For example, an event processing flow includes a differential processing task a, a differential processing task B, a differential processing task C, and a task gateway D, where the task gateway D includes an association relationship between a parameter a in a processing result of the differential processing task a and routes of the differential processing task B and the differential processing task C, for example, when the parameter a in a processing result of the differential processing task a is a1, the task gateway D determines the route as a route pointing to the differential processing task B, and when the parameter a in a processing result of the differential processing task a is a2, the task gateway D determines the route as a route pointing to the differential processing task C.
S240, pushing the first task of the serial at least two different processing tasks as a target processing task according to the processing flow of the different processing driving event.
S250, acquiring a task gateway corresponding to the target processing task according to the processing flow of the differential processing driving event.
S260, according to the route of the next difference processing task of the target processing task determined by the task gateway, the next difference processing task is pushed again as the target processing task until the last task of the serial at least two difference processing tasks is pushed as the target processing task.
As shown in the example of fig. 4, the target processing task is a customer service processing task, and it is assumed that the task gateway corresponding to the customer service processing task determines the route of the next difference processing task according to the target parameter in the customer service processing result: and if the target parameter value in the customer service processing result is 'yes', determining the route of the next difference processing task as the route pointing to the sales processing task, and if the target parameter value in the customer service processing result is 'no', determining the route of the next difference processing task as the route pointing to the operation processing task. And selecting the sales processing task or the operation processing task as a target processing task to push to related processing personnel according to the route determined by the task gateway, so that the related processing personnel can process the received difference processing task until the last task in the difference processing driving event is pushed as the target processing task.
S270, receiving a processing result of the difference processing driving event.
S280, if the processing result of the difference processing driving event is that the difference data is negligible, a data processing interface of the business system is called, the state of at least one piece of difference data is changed from the difference to the neglect of the difference, and a state change record is saved.
The present embodiment is not explained in detail herein, and reference is made to the foregoing embodiments.
In the technical scheme, the processing flow of the differential processing driving event is configurable, the differential processing task included in the differential processing driving event is configurable, and the task association form is also configurable, so that the application range of the differential data processing method is enlarged; the differential processing driving event can be inquired, the differential processing task can be inquired, and then the processing process of differential data can be tracked and recorded, so that the problem that no trace is found in the later verification of service data is solved; the processing of the difference data is realized in an event-driven mode, the difference processing driving event is automatically triggered and generated according to the difference data, human intervention is not needed, the generated difference processing driving event flows according to the configured event flow, related personnel only need to process the flow to the task of the related personnel, the processing personnel of other tasks do not need to carry out downlink interactive communication, the manpower communication cost is reduced, and the processing efficiency of the difference data is improved. Meanwhile, after the differential processing driving event processing is completed, the data processing interface of the automatic calling service system processes the differential data, additional task intervention is not needed, and the processing efficiency of the differential data is further improved.
Example III
Fig. 5 is a schematic structural diagram of a differential data processing apparatus according to a third embodiment of the present invention, which is applicable to a service system (e.g. a financial verification system) for differential data processing, especially for the case where the differential data is verified to be negligible, and the apparatus may be implemented in software and/or hardware, and may be generally integrated in a processor, for example, a processor of a server corresponding to the service system. As shown in fig. 5, the difference data processing apparatus specifically includes: a differential data acquisition module 310, a driving event generation module 320, a driving event processing module 330, and a differential data state change module 340. Wherein, the liquid crystal display device comprises a liquid crystal display device,
a difference data obtaining module 310, configured to obtain at least one piece of difference data corresponding to a target service in a service system;
a driving event generating module 320, configured to generate a difference processing driving event according to the at least one piece of difference data and a service type of the difference data, where the difference processing driving event includes at least two difference processing tasks in series;
the driving event processing module 330 is configured to push the serial at least two difference processing tasks respectively according to the processing flow of the difference processing driving event, and receive the processing result of the difference processing driving event;
The difference data state changing module 340 is configured to change the state of the at least one piece of difference data from a difference to an ignore difference and save a state change record if the processing result of the difference processing driving event is that the difference data is negligible.
In the technical scheme provided by the embodiment of the invention, after the difference data of the service system and the target service are acquired, a difference driving event is generated according to the difference data and the type thereof, wherein the difference driving event comprises a plurality of serial difference processing tasks for processing the difference data; pushing the serial multiple difference processing tasks according to the processing flow of the difference processing driving event, and receiving the processing result of the difference processing driving event after the processing of the related processing personnel is completed; if the processing result of the difference processing driving event is that the difference data is negligible, changing the state of at least one piece of difference data from the difference to the neglect of the difference. Therefore, automatic circulation, tracking and recording of the differential data processing flow are realized, off-line communication of related processing personnel is not needed, especially when the differential data is verified to be negligible, the labor cost is greatly saved, and the processing efficiency of the differential data is also improved.
Further, the driving event processing module 330 includes:
the target processing task pushing unit is used for pushing the first task of the serial at least two different processing tasks as a target processing task according to the processing flow of the difference processing driving event;
and the circulating pushing processing unit is used for selecting the next task of the target processing task to be pushed again as the target processing task according to the processing result of the target processing task until the last task of the serial at least two different processing tasks is pushed as the target processing task.
Further, the difference data processing apparatus further includes: the event processing flow acquisition module is used for acquiring a processing flow corresponding to the differential processing driving event according to the service type of the differential processing driving event after the differential processing driving event is generated;
the processing flow is preset according to the service type, and comprises each difference processing task in the difference processing driving event and at least one task gateway between each difference processing task, wherein the task gateway comprises an association relation between a set parameter in a processing result of a last difference processing task and a route of a next difference processing task.
Further, a cyclic push processing unit is specifically configured to obtain a task gateway corresponding to the target processing task according to a processing flow of the differential processing driving event; and according to the route of the next difference processing task of the target processing task determined by the task gateway, the next difference processing task is used as the target processing task to be pushed again until the last task of the serial at least two difference processing tasks is used as the target processing task to be pushed.
As an optional implementation manner, the driving event generating module 320 is specifically configured to invoke an input event interface of the event management platform to generate a difference processing driving event according to the at least one piece of difference data and the service type of the difference data;
correspondingly, the difference data state changing module 340 is specifically configured to, if the processing result of the difference processing driving event is that the difference data is negligible, invoke the data processing interface of the service system, change the state of the at least one piece of difference data from difference to ignore difference, and save a state change record.
Further, the difference data processing apparatus further includes: and the event operation request processing module is used for executing the operation corresponding to the event operation request and feeding back the result of the operation if the event operation request is received through an input event interface of the event management platform.
Further, the difference data processing apparatus further includes: the task operation request processing module is used for executing the operation corresponding to the task operation request and feeding back the result of the operation if the task operation request is received through a task management interface of the event management platform;
wherein the task operation request includes at least one of: task query requests, task processing requests, and task assignment requests;
the task processing request includes at least one of: the method comprises the steps of recording a task processing conclusion input request, a task attachment uploading request and a task association form filling request, wherein a task association form data service needs to be customized and configured in advance.
The difference data processing device can execute the difference data processing method provided by any embodiment of the invention, and has the corresponding functional modules and beneficial effects of executing the difference data processing method.
Example IV
Fig. 6 is a schematic hardware structure of a computer device according to a fourth embodiment of the present invention, where, as shown in fig. 6, the device includes:
one or more processors 410, one processor 410 being illustrated in fig. 6;
a memory 420;
the apparatus may further include: an input device 430 and an output device 440.
The processor 410, memory 420, input means 430 and output means 440 in the apparatus may be connected by a bus or otherwise, in fig. 6 by way of example.
The memory 420 is a non-transitory computer readable storage medium, and may be used to store software programs, computer executable programs, and modules, such as program instructions/modules (e.g., the differential data acquisition module 310, the driving event generation module 320, the driving event processing module 330, and the differential data state change module 340 shown in fig. 5) corresponding to a differential data processing method in an embodiment of the present invention. The processor 410 executes various functional applications of the computer device and data processing, i.e., implements a differential data processing method of the above-described method embodiments, by running software programs, instructions, and modules stored in the memory 420.
Memory 420 may include a storage program area that may store an operating system, at least one application program required for functionality, and a storage data area; the storage data area may store data created according to the use of the computer device, etc. In addition, memory 420 may include high-speed random access memory, and may also include non-transitory memory, such as at least one magnetic disk storage device, flash memory device, or other non-transitory solid state storage device. In some embodiments, memory 420 may optionally include memory located remotely from processor 410, which may be connected to the terminal device via a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The input means 430 may be used to receive entered numeric or character information and to generate key signal inputs related to user settings and function control of the computer device. The output 440 may include a display device such as a display screen.
Example five
A fifth embodiment of the present invention also provides a storage medium containing computer-executable instructions, which when executed by a computer processor, are for performing a method of differential data processing, the method comprising:
acquiring at least one piece of difference data corresponding to a target service in a service system;
generating a differential processing driving event according to the at least one piece of differential data and the service type of the differential data, wherein the differential processing driving event comprises at least two serial differential processing tasks;
pushing the serial at least two difference processing tasks respectively according to the processing flow of the difference processing driving event, and receiving the processing result of the difference processing driving event;
and if the processing result of the difference processing driving event is that the difference data is negligible, changing the state of at least one piece of difference data from the difference to the neglected difference, and storing a state change record.
Optionally, the computer executable instructions may also be used to perform a solution of a differential data processing method provided by any embodiment of the present invention when executed by a computer processor.
From the above description of embodiments, it will be clear to a person skilled in the art that the present invention may be implemented by means of software and necessary general purpose hardware, but of course also by means of hardware, although in many cases the former is a preferred embodiment. Based on such understanding, the technical solution of the present invention may be embodied essentially or in a part contributing to the prior art in the form of a software product, which may be stored in a computer readable storage medium, such as a floppy disk, a Read-Only Memory (ROM), a random access Memory (Random Access Memory, RAM), a FLASH Memory (FLASH), a hard disk or an optical disk of a computer, etc., and include several instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the method according to the embodiments of the present invention.
It should be noted that, in the above embodiment of the differential data processing apparatus, each unit and module included are only divided according to the functional logic, but not limited to the above division, so long as the corresponding functions can be implemented; in addition, the specific names of the functional units are also only for distinguishing from each other, and are not used to limit the protection scope of the present invention.
Note that the above is only a preferred embodiment of the present invention and the technical principle applied. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, while the invention has been described in connection with the above embodiments, the invention is not limited to the embodiments, but may be embodied in many other equivalent forms without departing from the spirit or scope of the invention, which is set forth in the following claims.

Claims (10)

1. A method of differential data processing, comprising:
acquiring at least one piece of difference data corresponding to a target service in a service system;
generating a differential processing driving event according to the at least one piece of differential data and the service type of the differential data, wherein the differential processing driving event comprises at least two serial differential processing tasks;
pushing the serial at least two difference processing tasks respectively according to the processing flow of the difference processing driving event, and receiving the processing result of the difference processing driving event; the processing flow is preset according to the service type, and comprises each difference processing task in the difference processing driving event and at least one task gateway between each difference processing task, wherein the task gateway comprises an association relation between a set parameter in a processing result of a last difference processing task and a route of a next difference processing task;
And if the processing result of the difference processing driving event is that the difference data is negligible, changing the state of at least one piece of difference data from the difference to the neglected difference, and storing a state change record.
2. The method of claim 1, wherein pushing the at least two differential processing tasks of the serial according to the processing flow of the differential processing driving event comprises:
pushing a first task of the at least two serial differential processing tasks as a target processing task according to the processing flow of the differential processing driving event;
and selecting the next task of the target processing task to be pushed again as the target processing task according to the processing result of the target processing task until the last task of the at least two different processing tasks in the series is pushed as the target processing task.
3. The method of claim 2, further comprising, after generating the differential processing drive event:
and acquiring a processing flow corresponding to the differential processing driving event according to the service type of the differential processing driving event.
4. The method of claim 3, wherein selecting a next task of the target processing task to push as the target processing task according to the processing result of the target processing task, comprises:
Acquiring a task gateway corresponding to the target processing task according to the processing flow of the differential processing driving event;
and according to the route of the next difference processing task of the target processing task determined by the task gateway, the next difference processing task is used as the target processing task again to push.
5. The method of claim 1, wherein generating a differential processing driven event based on the at least one piece of differential data and the traffic type of the differential data comprises:
calling an input event interface of an event management platform to generate a difference processing driving event according to the at least one piece of difference data and the service type of the difference data;
changing the state of the at least one piece of difference data from difference to ignore difference, including:
and calling a data processing interface of the service system, and changing the state of the at least one piece of difference data from difference to neglect difference.
6. The method as recited in claim 5, further comprising:
and if an event operation request is received through an event input interface of the event management platform, executing an operation corresponding to the event operation request, and feeding back the result of the operation.
7. The method as recited in claim 1, further comprising:
if a task operation request is received through a task management interface of an event management platform, executing an operation corresponding to the task operation request, and feeding back a result of the operation;
wherein the task operation request includes at least one of: task query requests, task processing requests, and task assignment requests;
the task processing request includes at least one of: the method comprises the steps of recording a task processing conclusion input request, a task attachment uploading request and a task association form filling request, wherein a task association form data service needs to be customized and configured in advance.
8. A differential data processing apparatus, comprising:
the difference data acquisition module is used for acquiring at least one piece of difference data corresponding to the target service in the service system;
a driving event generating module, configured to generate a difference processing driving event according to the at least one piece of difference data and a service type of the difference data, where the difference processing driving event includes at least two difference processing tasks in series;
the driving event processing module is used for pushing the serial at least two difference processing tasks respectively according to the processing flow of the difference processing driving event and receiving the processing result of the difference processing driving event; the processing flow is preset according to the service type, and comprises each difference processing task in the difference processing driving event and at least one task gateway between each difference processing task, wherein the task gateway comprises an association relation between a set parameter in a processing result of a last difference processing task and a route of a next difference processing task;
And the difference data state changing module is used for changing the state of at least one piece of difference data from difference to neglect difference and storing a state change record if the processing result of the difference processing driving event is that the difference data is negligible.
9. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the method of any of claims 1-7 when the program is executed by the processor.
10. A computer readable storage medium, on which a computer program is stored, characterized in that the program, when being executed by a processor, implements the method according to any of claims 1-7.
CN201910717021.8A 2019-08-05 2019-08-05 Differential data processing method, device, equipment and storage medium Active CN110457156B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910717021.8A CN110457156B (en) 2019-08-05 2019-08-05 Differential data processing method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910717021.8A CN110457156B (en) 2019-08-05 2019-08-05 Differential data processing method, device, equipment and storage medium

Publications (2)

Publication Number Publication Date
CN110457156A CN110457156A (en) 2019-11-15
CN110457156B true CN110457156B (en) 2023-08-29

Family

ID=68484872

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910717021.8A Active CN110457156B (en) 2019-08-05 2019-08-05 Differential data processing method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN110457156B (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101141298A (en) * 2007-07-03 2008-03-12 中兴通讯股份有限公司 Different data processing system and method
CN107679700A (en) * 2017-09-08 2018-02-09 阿里巴巴集团控股有限公司 Business flow processing method, apparatus and server
CN109684047A (en) * 2018-08-21 2019-04-26 平安普惠企业管理有限公司 Event-handling method, device, equipment and computer storage medium
CN110059077A (en) * 2019-04-19 2019-07-26 深圳乐信软件技术有限公司 A kind of verification of data method, apparatus, equipment and storage medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101141298A (en) * 2007-07-03 2008-03-12 中兴通讯股份有限公司 Different data processing system and method
CN107679700A (en) * 2017-09-08 2018-02-09 阿里巴巴集团控股有限公司 Business flow processing method, apparatus and server
CN109684047A (en) * 2018-08-21 2019-04-26 平安普惠企业管理有限公司 Event-handling method, device, equipment and computer storage medium
CN110059077A (en) * 2019-04-19 2019-07-26 深圳乐信软件技术有限公司 A kind of verification of data method, apparatus, equipment and storage medium

Also Published As

Publication number Publication date
CN110457156A (en) 2019-11-15

Similar Documents

Publication Publication Date Title
US11763219B2 (en) Titanium task-engine system
CN111984239A (en) Page configuration method, device, server and storage medium
CN111897738B (en) Automatic testing method and device based on atomic service
US11494552B2 (en) System and method for implementing smart business intelligence testing tools
CN110648126A (en) Payment type configuration method, device, server and storage medium
CN110457156B (en) Differential data processing method, device, equipment and storage medium
US8713533B2 (en) Module-code verification layer to automatically validate user input
CN115984022B (en) Unified account checking method and device for distributed payment system
CN110704196B (en) Resource data transfer method, device and block chain system
US20200210148A1 (en) Method for adapting to blockchain and device, terminal and medium performing the same
CN111158995A (en) Method and system for realizing cross-system log tracking query based on skywalk and ELK platform
CN111061522A (en) Method, device, equipment and storage medium for generating front-end card assembly based on back end
CN111199390A (en) Invoice reimbursement method and device, storage medium and electronic equipment
US20210288934A1 (en) Personalized dashboard chart for email subscriptions
CN115269285A (en) Test method and device, equipment and computer readable storage medium
CN112416980A (en) Data service processing method, device and equipment
US20240231838A1 (en) Methods for generating configuration data packet and file, processing method, device and medium
CN111209324B (en) Method and device for storing data, storage medium and electronic equipment
CN113128187B (en) Form generation method, device and system
CN113656295B (en) Automatic generation method and device of test data, electronic equipment and storage medium
CN113568803B (en) Method, electronic device and computer program product for monitoring a storage system
US12026646B2 (en) Titanium task-engine system
CN113537954A (en) Project milestone processing method and device, storage medium and electronic equipment
CN117312305A (en) Method, apparatus, device and storage medium for processing data table
CN116737023A (en) Opinion feedback method, opinion feedback device and opinion feedback equipment

Legal Events

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