CN117573305A - Service processing method, device, computer equipment, storage medium and program product - Google Patents

Service processing method, device, computer equipment, storage medium and program product Download PDF

Info

Publication number
CN117573305A
CN117573305A CN202311495348.8A CN202311495348A CN117573305A CN 117573305 A CN117573305 A CN 117573305A CN 202311495348 A CN202311495348 A CN 202311495348A CN 117573305 A CN117573305 A CN 117573305A
Authority
CN
China
Prior art keywords
service
state
processing
business
record
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202311495348.8A
Other languages
Chinese (zh)
Inventor
滕文强
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
China Construction Bank Corp
CCB Finetech Co Ltd
Original Assignee
China Construction Bank Corp
CCB Finetech 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 China Construction Bank Corp, CCB Finetech Co Ltd filed Critical China Construction Bank Corp
Priority to CN202311495348.8A priority Critical patent/CN117573305A/en
Publication of CN117573305A publication Critical patent/CN117573305A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • G06F9/4881Scheduling strategies for dispatcher, e.g. round robin, multi-level priority queues
    • G06F9/4887Scheduling strategies for dispatcher, e.g. round robin, multi-level priority queues involving deadlines, e.g. rate based, periodic
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • G06F9/5027Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals
    • G06F9/5038Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals considering the execution order of a plurality of tasks, e.g. taking priority or time dependency constraints into consideration
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/50Indexing scheme relating to G06F9/50
    • G06F2209/5018Thread allocation
    • 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)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The present application relates to the field of data processing technologies, and in particular, to a service processing method, an apparatus, a computer device, a storage medium, and a computer program product. The method comprises the following steps: receiving a service processing request, wherein the service processing request carries a service identifier and service information; storing the service identifier and the service information into a service information table to obtain a service record, and setting a service state corresponding to the service record; scanning the service information table through a timing task to acquire service records corresponding to each service state; distributing the business records corresponding to the business states to the corresponding processing threads; and inquiring through the processing thread to obtain processing logic corresponding to the service state, carrying out service processing on the service information through the processing logic, and updating the service state of the service record corresponding to the service information in the service information table after the service processing is completed. The method can reduce the functional coupling and facilitate the unified adjustment of the business process.

Description

Service processing method, device, computer equipment, storage medium and program product
Technical Field
The present invention relates to the field of data processing technology, and in particular, to a service processing method, apparatus, computer device, storage medium, and computer program product.
Background
With the development of computer technology, each business system is innovated continuously, but most of the systems are designed and developed based on TOGAF (The Open Group Architecture Framework) architecture and SOA (Service Oriented Architecture) design concept.
For example, in a traditional service system, simple circulation of state nodes is controlled and realized in a service processing code, but the state nodes are in service, and one service controls the change of the state nodes of all processes in the service processing process, so that the service module technology is based on the design of an SOA, has strong functional coupling, and is inconvenient for unified adjustment of the service processes.
Disclosure of Invention
In view of the foregoing, it is desirable to provide a business processing method, apparatus, computer device, computer readable storage medium, and computer program product that can reduce functional coupling and facilitate unified adjustment of business processes.
In a first aspect, the present application provides a service processing method, where the method includes:
Receiving a service processing request, wherein the service processing request carries a service identifier and service information;
storing the service identifier and the service information into a service information table to obtain a service record, and setting a service state corresponding to the service record;
scanning the service information table through a timing task to acquire service records corresponding to each service state;
distributing the business records corresponding to the business states to corresponding processing threads;
and inquiring a state flow control table through the processing thread to obtain processing logic corresponding to the service state, carrying out service processing on the service information through the processing logic, and updating the service state of the service record corresponding to the service information in the service information table after the service processing is completed.
In one embodiment, the number of the timing tasks is the same as the number of the service states of the service record; the scanning the service information table through the timing task to obtain the service record corresponding to each service state comprises the following steps:
and scanning the service information table in parallel through the timing tasks corresponding to the service states to obtain the service records corresponding to the service states.
In one embodiment, the allocating the service record corresponding to each service state to a corresponding processing thread includes:
acquiring a processing thread corresponding to the timing task;
and distributing the service record of the service state corresponding to the timing task to the acquired processing thread.
In one embodiment, the state flow control table stores a service state sequence; after the service identifier and the service information are stored in the service information table to obtain the service record, the method further comprises the following steps:
changing the flow sequence of the business flow corresponding to the business record;
the step of inquiring a state flow control table through the processing thread to obtain processing logic corresponding to the service state, and carrying out service processing on the service information through the processing logic, and updating the service state of the service record corresponding to the service information in the service information table after the service processing is completed, comprises the following steps:
when the flow sequence of the business flow is determined to be positive by the processing thread inquiring state flow control table, acquiring first processing logic corresponding to the flow sequence of the positive sequence, performing business processing on the business information by the first processing logic, and updating the business state of the business record corresponding to the business information in the business information table to be the next business state based on the business state sequence after the business processing is completed;
And when the flow sequence of the service flow is determined to be the reverse sequence by the processing thread inquiring state flow control table, acquiring second processing logic corresponding to the flow sequence of the reverse sequence, performing service processing on the service information by the second processing logic, and updating the service state of the service record corresponding to the service information in the service information table to be the last service state based on the service state sequence after the service processing is completed.
In one embodiment, before the processing thread queries the state flow control table to obtain the processing logic corresponding to the service state, the method further includes:
asynchronously acquiring the service type of the service processing request;
and inquiring a state flow control table corresponding to the service type, and loading the state flow control table into a memory.
In one embodiment, the method further comprises:
receiving a change instruction aiming at the state flow control table;
based on the change instruction, at least one of service state node addition, service state node deletion and processing logic modification corresponding to the service state is carried out on the state flow control table;
And loading the changed state flow control table to a memory.
In a second aspect, the present application further provides a service processing apparatus, where the apparatus includes:
the receiving module is used for receiving a service processing request, wherein the service processing request carries a service identifier and service information;
the storage module is used for storing the service identifier and the service information into a service information table to obtain a service record and setting a service state corresponding to the service record;
the scanning module is used for scanning the service information table through a timing task and acquiring service records corresponding to each service state;
the distribution module is used for distributing the service records corresponding to the service states to corresponding processing threads;
and the service processing module is used for inquiring the state flow control table through the processing thread to obtain processing logic corresponding to the service state, carrying out service processing on the service information through the processing logic, and updating the service state of the service record corresponding to the service information in the service information table after the service processing is completed.
In a third aspect, the present application also provides a computer device comprising a memory storing a computer program and a processor implementing the steps of the method of any one of the embodiments described above when the computer program is executed by the processor.
In a fourth aspect, the present application also provides a computer readable storage medium having stored thereon a computer program which, when executed by a processor, implements the steps of the method of any of the embodiments described above.
In a fifth aspect, the present application also provides a computer program product comprising a computer program which, when executed by a processor, implements the steps of the method of any of the embodiments described above.
After receiving the service processing request, the service processing method, the device, the computer equipment, the storage medium and the computer program product store the service identifier and the service information corresponding to the service processing request into a service information table to obtain service records, set the service state corresponding to the service records as an initial service state, and then scan the service information table through a timing task to obtain the service records corresponding to each service state; distributing the business records corresponding to each business state to the corresponding processing thread, inquiring a state circulation control table through the processing thread to obtain processing logic corresponding to the business state, carrying out business processing on business information through the processing logic, updating the business state of the corresponding business record in the business information table after the business processing is completed, storing the business record through the business information table, and initializing the business state; the flow of business processing is controlled through the state flow table, business processing is carried out on each business state through different processing threads based on different processing logics, the flow is broken up, the functional coupling can be reduced, and unified adjustment of the business flow is facilitated.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the related art, the drawings that are required to be used in the embodiments or the related technical descriptions will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present application, and other drawings may be obtained according to the drawings without inventive effort for a person having ordinary skill in the art.
FIG. 1 is an application environment diagram of a business processing method in one embodiment;
FIG. 2 is a flow diagram of a business processing method in one embodiment;
FIG. 3 is a schematic diagram of a positive business process flow in one embodiment;
FIG. 4 is a schematic diagram of an inverse business process flow in one embodiment;
FIG. 5 is a block diagram of a business processing device in one embodiment;
fig. 6 is an internal structural diagram of a computer device in one embodiment.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more apparent, the present application will be further described in detail with reference to the accompanying drawings and examples. It should be understood that the specific embodiments described herein are for purposes of illustration only and are not intended to limit the present application.
The service processing method provided by the embodiment of the application can be applied to an application environment shown in fig. 1. Wherein the terminal 102 communicates with the server 104 via a network. The data storage system may store data that the server 104 needs to process. The data storage system may be integrated on the server 104 or may be located on a cloud or other network server.
The terminal 102 sends a service processing request to the server 104, and after the server 104 receives the service processing request, the server stores the service identifier and the service information carried by the service processing request into a service information table to obtain a service record, and sets a service state corresponding to the service record; scanning a service information table through a timing task to acquire service records corresponding to each service state; distributing the business records corresponding to the business states to the corresponding processing threads; and inquiring the state flow control table through the processing thread to obtain processing logic corresponding to the service state, carrying out service processing on the service information through the processing logic, and updating the service state of the service record corresponding to the service information in the service information table after the service processing is completed.
Thus, the service record is stored through the service information table, and the service state is initialized; the flow of business processing is controlled through the state flow table, business processing is carried out on each business state through different processing threads based on different processing logics, the flow is broken up, the functional coupling can be reduced, and unified adjustment of the business flow is facilitated.
The terminal 102 may be, but not limited to, various personal computers, notebook computers, smart phones, tablet computers, internet of things devices, and portable wearable devices, where the internet of things devices may be smart speakers, smart televisions, smart air conditioners, smart vehicle devices, and the like. The portable wearable device may be a smart watch, smart bracelet, headset, or the like. The server 104 may be implemented as a stand-alone server or as a server cluster of multiple servers.
In an exemplary embodiment, as shown in fig. 2, a service processing method is provided, and the method is applied to the server 104 in fig. 1 for illustration, and includes the following steps 202 to 210. Wherein:
s202: and receiving a service processing request, wherein the service processing request carries a service identifier and service information.
The service processing request may be any service processing request of a service system, for example, a payment request received by a payment system, and in other embodiments, the service processing request may be determined according to a scenario, which is not limited herein.
The service identifier may uniquely identify the service processing request and, when it is a payment request, may encode a transaction for the transaction to which the payment request corresponds. The service information may be specific service information related to the service processing request, for example, when the service processing request is a payment request, the service information may be specific information of a transaction, including but not limited to a payer name, an account number, a payee name account number, and the like.
S204: and storing the service identifier and the service information into a service information table to obtain a service record, and setting a service state corresponding to the service record.
The service information table is used for registering the current service request, mainly recording the service state of the current service request, and is shown in the following table, wherein a plurality of service records are stored in the service information table, and each service record can comprise a plurality of columns, such as service identifiers and service information.
At the beginning of a service processing request, storing a service identifier and service information into a service information table to obtain a service record, and setting a service state corresponding to the service record as an initial service state, namely a first state of service processing, so as to trigger the beginning of service processing.
S206: and scanning the service information table through the timing task to acquire service records corresponding to each service state.
The timing tasks are used for scanning the service information table, and each timing task can be used for scanning one service state and acquiring the service record corresponding to the service state. Wherein optionally the respective timing tasks are parallel, independent of each other, each for scanning the traffic information table, and the timing tasks do not change the data in the traffic information table, so that the traffic information tables can be scanned in parallel. The timing task is only to scan and acquire the service record corresponding to the service state to be processed.
S208: and distributing the service records corresponding to the service states to the corresponding processing threads.
The processing threads are for processing the service requests, which may include one or more. In one alternative embodiment, the processing thread is associated with a timed task, and the timed task allocates the corresponding traffic record to the processing thread corresponding to the timed task, optionally to an idle processing thread corresponding to the timed task. In other alternative embodiments, each timing task shares a processing thread, and after the timing task scans to obtain a service record, an idle processing thread is obtained from the shared processing thread pool, and the service record is shared to the obtained processing thread.
S210: and inquiring the state flow control table through the processing thread to obtain processing logic corresponding to the service state, carrying out service processing on the service information through the processing logic, and updating the service state of the service record corresponding to the service information in the service information table after the service processing is completed.
The state flow control table is used for storing service state nodes corresponding to service processing, processing logic corresponding to each service state, preposed state nodes, post-positioned state nodes and the like, and can be specifically referred to the following table:
For easy understanding, take the payment flow as an example, an optional state flow control table is provided, which is specifically as follows:
specifically, the processing thread queries the state flow control table, determines processing logic based on the service state of the timing task scan, for example, if the service state is P1, the corresponding processing logic is doP1 (…), performs service processing on the service information through the processing logic, and updates the service state of the service record corresponding to the service information in the service information table after the service processing is completed, for example, updates the service state P1 to be the service state P2.
After receiving the service processing request, the service processing method stores the service identifier and the service information corresponding to the service processing request into the service information table to obtain service records, sets the service state corresponding to the service records as an initial service state, and then scans the service information table through a timing task to obtain the service records corresponding to each service state; distributing the business records corresponding to each business state to the corresponding processing thread, inquiring a state circulation control table through the processing thread to obtain processing logic corresponding to the business state, carrying out business processing on the business information through the processing logic, updating the business state of the corresponding business record in the business information table after the business processing is completed, storing the business record through the business information table, and initializing the business state; the flow of business processing is controlled through the state flow table, business processing is carried out on each business state through different processing threads based on different processing logics, the flow is broken up, the functional coupling can be reduced, and unified adjustment of the business flow is facilitated.
In one of the alternative embodiments, the number of timing tasks is the same as the number of business states of the business records; scanning the service information table through the timing task to obtain service records corresponding to each service state, wherein the method comprises the following steps: and scanning the service information table in parallel through the timing tasks corresponding to the service states to obtain the service records corresponding to the service states.
Specifically, a plurality of timing tasks are set in the system, and each timing task scans the service state in the service information table to obtain the service record so as to process the service request corresponding to the service record in time.
Specifically, the number of timing tasks is the same as the number of service states of the service record, as shown in the following table:
when each scanning task is initialized, a state flow control table is loaded, the embodiment takes an asynchronous scanning to-be-processed state service processing mode as an example for explanation, after a timing task scans a service state needing to be processed, a service record corresponding to the service state is distributed to a processing thread, and a related method is called according to state configuration parameter information to process the service state.
Each timing task can scan to obtain the service record of the corresponding service state, so that each timing task can scan the service information table in parallel to obtain the service record corresponding to each service state.
In the above embodiment, the timing tasks corresponding to different service states are different, and the respective scanning processes are performed, so that the scanning efficiency is improved.
In one embodiment, allocating the service record corresponding to each service state to a corresponding processing thread includes: acquiring a processing thread corresponding to a timing task; and distributing the service record of the service state corresponding to the timing task to the acquired processing thread.
Specifically, the corresponding relation between each timing task and the processing thread can be static or dynamic, if the corresponding relation is static, the corresponding relation is directly stored in a database and loaded in a memory when in use, so that the processing thread corresponding to the timing task is obtained based on the corresponding relation; if the processing threads corresponding to the timing tasks are dynamic, for example, each timing task shares the processing threads, after the timing tasks are scanned to obtain the service records, idle processing threads are obtained from a shared processing thread pool, and the service records are shared to the obtained processing threads.
In the above embodiment, each timing task corresponds to a different processing thread, and after a service record corresponding to a service state is obtained, the timing task is allocated to the processing threads, so as to implement parallel processing.
In one embodiment, the state flow control table stores a sequence of business states; after the service identifier and the service information are stored in the service information table to obtain the service record, the method further comprises the following steps: changing the flow sequence of the business flow corresponding to the business record; the processing logic corresponding to the service state is obtained by inquiring the state flow control table through the processing thread, the service information is processed through the processing logic, and after the service processing is finished, the service state of the service record corresponding to the service information in the service information table is updated, and the method comprises the following steps: when the flow sequence of the business flow is determined to be positive sequence by inquiring the state flow control table through the processing thread, acquiring first processing logic corresponding to the flow sequence of the positive sequence, carrying out business processing on the business information through the first processing logic, and updating the business state of the business record corresponding to the business information in the business information table to be the next business state based on the business state sequence after the business processing is completed; when the flow sequence of the service flow is determined to be the reverse sequence by the processing thread inquiring the state flow control table, acquiring second processing logic corresponding to the flow sequence of the reverse sequence, performing service processing on the service information by the second processing logic, and updating the service state of the service record corresponding to the service information in the service information table to be the last service state based on the service state sequence after the service processing is completed.
The flow sequence comprises a positive sequence and a reverse sequence, wherein the positive sequence is a normal business processing flow, the reverse sequence is a reverse flushing when an abnormality is encountered, a flow sequence mark is set to be 1 (reverse flow), and a doPXBack method of the state is called to flush the business state.
Specifically, referring to fig. 3, fig. 3 is a schematic diagram of a positive business process flow in an embodiment, in which, taking a payment system as an example, after receiving a remittance payment instruction initiated by a channel, the payment system performs verification of a related request message, registers a contract information table, sets a contract state to P1, and sets a contract positive business process flag to 0 (positive flow).
The task ScanP1 task scans contract information of the P1 processing state, distributes the contract information to a processing thread, and the processing thread calls a doP (…) method to process the P1 state (mainly decision of a payment path, trial calculation of money transfer commission and the like), and updates the contract state to the next state P2 after the processing is successful; if P1 processing fails, call doP, RETURN (…), and set the contract state to failed P9, flow ends.
The task ScanP2 task scans contract information of the P2 processing state, distributes the contract information to a processing thread, and the processing thread calls a doP (…) method to process the P2 state (anti-duplicate payment check control), and updates the contract state to the next state P3 after the processing is successful; if P3 processing fails, call doP Return (…) and set the contract state to failed P9, flow ends.
The task ScanP3 task scans contract information of the P3 processing state, distributes the contract information to a processing thread, calls a doP (…) method by the processing thread, processes the P3 state (calls a backwash Qian Mokuai to carry out backwash money check), and updates the contract state to the next state P4 after the processing is successful; if P3 processing fails, call doP, return (…), and set the contract state to failed P9, flow ends.
The task ScanP4 task scans contract information of the P4 processing state, distributes the contract information to a processing thread, calls a doP (…) method by the processing thread, processes the P4 state (calls a position control module to perform position checking deduction), and updates the contract state to the next state P5 after the processing is successful; if P4 processing fails, call doP RETURN (…) and set the contract state to failed P9, flow ends.
The task ScanP5 task scans contract information of the P5 processing state, distributes the contract information to a processing thread, and the processing thread calls a doP (…) method to process the P5 state (call deposit system service to deduct money), and updates the contract state to the next state P6 after the processing is successful; if P5 processing fails, call doP, return (…), and set the contract state to P4 and the forward flow flag to 1 (reverse flow).
The task ScanP6 task scans contract information of the P6 processing state, distributes the contract information to a processing thread, calls a doP (…) method by the processing thread, processes the P6 state (calls a message assembly module to carry out message assembly processing), and updates the contract state to the next state P7 (already assembled) after the processing is successful; if P6 processing fails, call doP, return (…), and set the contract state to P5 and the forward flow flag to 1 (reverse flow).
After the payment system receives the successful receipt of the processing message of the foreign system, the task scan tasks, scans the record that needs to update the P7 to the final state.
Specifically, referring to fig. 4, fig. 4 is a schematic diagram of a reverse business processing flow in an embodiment, in this embodiment, taking a payment system as an example, when the payment system encounters a major anomaly during processing business records in each state, a reverse flushing needs to be performed, at this time, a forward and reverse flow flag is set to 1 (reverse flow), and a doPXBack method in the state is invoked to perform the flushing in the state.
After the payment system receives a successful receipt of the message processed by the external system, the task ScanP7 task processes the P7 state contract, if the message is processed abnormally by external (or people), the positive and negative marks of the contract are set to be 1 (in the reverse direction), the doP Back () method is called to return to the last state P6, and meanwhile, whether the state return needs to be positive or not is checked according to the positive state configuration table, so that the positive flushing flow of the transaction is completed.
The task ScanP6 task scans contract information of the P6 processing state, if the positive and negative marks of the contract are set to 1 (reverse), a doP Back () method is called to fall Back to the last state P5, and meanwhile, whether the state fall Back needs to be positive or not is checked according to the positive state configuration table, so that the positive flushing flow of the transaction is completed.
The task scan 5 scans 56 the contract information of the processing state, if the positive and negative identification of the contract is set to 1 (reverse), the method of doP Back () is called to rollback to the last state P4, and meanwhile, whether the rollback of the state needs to be positive or not is checked according to the positive state configuration table, so as to complete the positive process of the transaction.
The task ScanP4 scans contract information of the P4 processing state, if the positive and negative marks of the contract are set to 1 (reverse), a doP Back () method is called to fall Back to the last state P3, and meanwhile, whether the state fall Back needs to be positive or not is checked according to the positive state configuration table, so that the positive flushing flow of the transaction is completed.
The task ScanP3 scans contract information of the P3 processing state, if the positive and negative marks of the contract are set to 1 (reverse), a doP3Back () method is called to fall Back to the last state P2, and meanwhile, whether the state fall Back needs to be positive or not is checked according to the positive state configuration table, so that the positive flushing flow of the transaction is completed.
The task ScanP2 task scans contract information of the P2 processing state, if the positive and negative marks of the contract are set to 1 (reverse), a doP2Back () method is called to fall Back to the last state P1, and meanwhile, whether the state fall Back needs to be positive or not is checked according to the positive state configuration table, so that the positive flushing flow of the transaction is completed.
The task ScanP1 scans contract information of the P1 processing state, if the positive and negative marks of the contract are set to 1 (reverse), the method doP1Back () is called to rollback, and if the processing succeeds, the contract is set to P9 (final state: failure).
In the above embodiment, the whole payment flow can be subdivided, the responsibility of each processing node is defined, and the business and the technicians can conveniently and intuitively see the state of the contract and know the business handling process.
In one embodiment, before the processing thread queries the state flow control table to obtain the processing logic corresponding to the service state, the method further includes: asynchronously acquiring the service type of the service processing request; and inquiring a state flow control table corresponding to the service type, and loading the state flow control table into the memory.
Specifically, different service types correspond to different state flow control tables, that is, the service processing flows of different service types are different, the adopted processing logic is also different, and in order to avoid execution errors, the corresponding state flow control tables are determined based on the service types of the service processing requests and are loaded into the memory.
In one alternative embodiment, the state flow control table may be preloaded into memory. In other embodiments, when a service processing request is received, whether the state flow control table exists in the memory can be detected, if not, asynchronous loading is performed, normal processing of the service processing request is not affected, and if so, processing is not performed.
In the above embodiment, the state flow control table is asynchronously loaded into the memory, so as to facilitate the subsequent processing of the query of the thread.
In one optional embodiment, the service processing method further includes: receiving a change instruction aiming at a state flow control table; based on the change instruction, at least one of the new business state node, the deletion of the business state node and the corresponding processing logic modification of the business state is carried out on the state flow control table; and loading the changed state flow control table to the memory.
Specifically, in this embodiment, the state flow control table may be changed, for example, to change a service state node or processing logic, etc. The changed state flow control table is directly loaded into the memory for processing. In one alternative embodiment, after the state flow control table is modified, a timing task is correspondingly configured, and a subsequent timing task scans the service information table to determine a corresponding service state and performs subsequent service processing based on the service state.
In the above embodiment, the service state node is convenient to be added and deleted, so that the service state node can be more flexibly adapted to the service development requirement on the basis of not changing the whole processing flow, and the processing flow of the application system can be rapidly adjusted according to the change of the service processing link.
It should be understood that, although the steps in the flowcharts related to the above embodiments are sequentially shown as indicated by arrows, these steps are not necessarily sequentially performed in the order indicated by the arrows. The steps are not strictly limited to the order of execution unless explicitly recited herein, and the steps may be executed in other orders. Moreover, at least some of the steps in the flowcharts described in the above embodiments may include a plurality of steps or a plurality of stages, which are not necessarily performed at the same time, but may be performed at different times, and the order of the steps or stages is not necessarily performed sequentially, but may be performed alternately or alternately with at least some of the other steps or stages.
Based on the same inventive concept, the embodiment of the application also provides a service processing device for implementing the service processing method. The implementation of the solution provided by the device is similar to the implementation described in the above method, so the specific limitation in one or more embodiments of the service processing device provided below may refer to the limitation of the service processing method hereinabove, and will not be repeated herein.
In an exemplary embodiment, as shown in fig. 5, there is provided a service processing apparatus, including: a receiving module 501, a storage module 502, a scanning module 503, an allocation module 504 and a service processing module 505, wherein:
a receiving module 501, configured to receive a service processing request, where the service processing request carries a service identifier and service information;
the storage module 502 is configured to store the service identifier and the service information into a service information table to obtain a service record, and set a service state corresponding to the service record;
a scanning module 503, configured to scan the service information table through a timing task, and obtain a service record corresponding to each service state;
the allocation module 504 is configured to allocate a service record corresponding to each service state to a corresponding processing thread;
the service processing module 505 is configured to query the state flow control table through a processing thread to obtain processing logic corresponding to the service state, perform service processing on the service information through the processing logic, and update the service state of the service record corresponding to the service information in the service information table after the service processing is completed.
In one embodiment, the number of timing tasks is the same as the number of business states of the business records; the scanning module 503 is further configured to scan the service information table in parallel through the timing tasks corresponding to each service state, so as to obtain a service record corresponding to each service state.
In one embodiment, the allocation module 504 is further configured to obtain a processing thread corresponding to the timing task; and distributing the service record of the service state corresponding to the timing task to the acquired processing thread.
In one embodiment, the state flow control table stores a sequence of business states; the receiving module 501 is further configured to change a flow sequence of a service flow corresponding to the service record; the service processing module 505 is further configured to obtain a first processing logic corresponding to the flow sequence of the service flow when the flow sequence of the service flow is determined to be the positive sequence by querying the state flow control table through the processing thread, perform service processing on the service information through the first processing logic, and update the service state of the service record corresponding to the service information in the service information table to be the next service state based on the service state sequence after the service processing is completed; when the flow sequence of the service flow is determined to be the reverse sequence by the processing thread inquiring the state flow control table, acquiring second processing logic corresponding to the flow sequence of the reverse sequence, performing service processing on the service information by the second processing logic, and updating the service state of the service record corresponding to the service information in the service information table to be the last service state based on the service state sequence after the service processing is completed.
In one embodiment, the apparatus further includes: the loading module is used for asynchronously acquiring the service type of the service processing request; and inquiring a state flow control table corresponding to the service type, and loading the state flow control table into the memory.
In one embodiment, the apparatus further includes: the change module is used for receiving a change instruction aiming at the state flow control table; based on the change instruction, at least one of the new business state node, the deletion of the business state node and the corresponding processing logic modification of the business state is carried out on the state flow control table; and loading the changed state flow control table to the memory.
The respective modules in the above-described service processing apparatus may be implemented in whole or in part by software, hardware, and combinations thereof. The above modules may be embedded in hardware or may be independent of a processor in the computer device, or may be stored in software in a memory in the computer device, so that the processor may call and execute operations corresponding to the above modules.
In one exemplary embodiment, a computer device is provided, which may be a server, the internal structure of which may be as shown in fig. 6. The computer device includes a processor, a memory, an Input/Output interface (I/O) and a communication interface. The processor, the memory and the input/output interface are connected through a system bus, and the communication interface is connected to the system bus through the input/output interface. Wherein the processor of the computer device is configured to provide computing and control capabilities. The memory of the computer device includes a non-volatile storage medium and an internal memory. The non-volatile storage medium stores an operating system, computer programs, and a database. The internal memory provides an environment for the operation of the operating system and computer programs in the non-volatile storage media. The database of the computer device is used for storing a service information table and a state flow control table. The input/output interface of the computer device is used to exchange information between the processor and the external device. The communication interface of the computer device is used for communicating with an external terminal through a network connection. The computer program is executed by a processor to implement a business processing method.
It will be appreciated by those skilled in the art that the structure shown in fig. 6 is merely a block diagram of some of the structures associated with the present application and is not limiting of the computer device to which the present application may be applied, and that a particular computer device may include more or fewer components than shown, or may combine certain components, or have a different arrangement of components.
In one exemplary embodiment, a computer device is provided comprising a memory and a processor, the memory having stored therein a computer program, the processor when executing the computer program performing the steps of: receiving a service processing request, wherein the service processing request carries a service identifier and service information; storing the service identifier and the service information into a service information table to obtain a service record, and setting a service state corresponding to the service record; scanning a service information table through a timing task to acquire service records corresponding to each service state; distributing the business records corresponding to the business states to the corresponding processing threads; and inquiring the state flow control table through the processing thread to obtain processing logic corresponding to the service state, carrying out service processing on the service information through the processing logic, and updating the service state of the service record corresponding to the service information in the service information table after the service processing is completed.
In one embodiment, the number of timing tasks implemented by the processor when executing the computer program is the same as the number of business states of the business records; scanning the service information table through the timing task to obtain service records corresponding to each service state, wherein the method comprises the following steps: and scanning the service information table in parallel through the timing tasks corresponding to the service states to obtain the service records corresponding to the service states.
In one embodiment, the assignment of service records corresponding to respective service states to corresponding processing threads implemented when the processor executes the computer program includes: acquiring a processing thread corresponding to a timing task; and distributing the service record of the service state corresponding to the timing task to the acquired processing thread.
In one embodiment, a state flow control table implemented when a processor executes a computer program stores a sequence of business states; after the service identifier and the service information are stored in the service information table to obtain the service record, the method further comprises the following steps: changing the flow sequence of the business flow corresponding to the business record; the method includes the steps that when a processor executes a computer program, a state flow control table is queried through a processing thread to obtain processing logic corresponding to a service state, service processing is carried out on service information through the processing logic, and after the service processing is finished, the service state of a service record corresponding to the service information in the service information table is updated, and the method comprises the following steps: when the flow sequence of the business flow is determined to be positive sequence by inquiring the state flow control table through the processing thread, acquiring first processing logic corresponding to the flow sequence of the positive sequence, carrying out business processing on the business information through the first processing logic, and updating the business state of the business record corresponding to the business information in the business information table to be the next business state based on the business state sequence after the business processing is completed; when the flow sequence of the service flow is determined to be the reverse sequence by the processing thread inquiring the state flow control table, acquiring second processing logic corresponding to the flow sequence of the reverse sequence, performing service processing on the service information by the second processing logic, and updating the service state of the service record corresponding to the service information in the service information table to be the last service state based on the service state sequence after the service processing is completed.
In one embodiment, before the processor queries the state flow control table by processing the thread to obtain the processing logic corresponding to the service state, the method further includes: asynchronously acquiring the service type of the service processing request; and inquiring a state flow control table corresponding to the service type, and loading the state flow control table into the memory.
In one embodiment, the processor when executing the computer program further performs the steps of: receiving a change instruction aiming at a state flow control table; based on the change instruction, at least one of the new business state node, the deletion of the business state node and the corresponding processing logic modification of the business state is carried out on the state flow control table; and loading the changed state flow control table to the memory.
In one embodiment, a computer readable storage medium is provided having a computer program stored thereon, which when executed by a processor, performs the steps of: receiving a service processing request, wherein the service processing request carries a service identifier and service information; storing the service identifier and the service information into a service information table to obtain a service record, and setting a service state corresponding to the service record; scanning a service information table through a timing task to acquire service records corresponding to each service state; distributing the business records corresponding to the business states to the corresponding processing threads; and inquiring the state flow control table through the processing thread to obtain processing logic corresponding to the service state, carrying out service processing on the service information through the processing logic, and updating the service state of the service record corresponding to the service information in the service information table after the service processing is completed.
In one embodiment, the number of timing tasks implemented when the computer program is executed by the processor is the same as the number of business states of the business records; scanning the service information table through the timing task to obtain service records corresponding to each service state, wherein the method comprises the following steps: and scanning the service information table in parallel through the timing tasks corresponding to the service states to obtain the service records corresponding to the service states.
In one embodiment, the assignment of service records corresponding to respective service states to corresponding processing threads, which is implemented when a computer program is executed by a processor, includes: acquiring a processing thread corresponding to a timing task; and distributing the service record of the service state corresponding to the timing task to the acquired processing thread.
In one embodiment, a state flow control table implemented when a computer program is executed by a processor stores a sequence of business states; after the service identifier and the service information are stored in the service information table to obtain the service record, the method further comprises the following steps: changing the flow sequence of the business flow corresponding to the business record; the method for inquiring the state flow control table through the processing thread when the computer program is executed by the processor, obtaining processing logic corresponding to the service state, carrying out service processing on the service information through the processing logic, and updating the service state of the service record corresponding to the service information in the service information table after the service processing is completed, comprises the following steps: when the flow sequence of the business flow is determined to be positive sequence by inquiring the state flow control table through the processing thread, acquiring first processing logic corresponding to the flow sequence of the positive sequence, carrying out business processing on the business information through the first processing logic, and updating the business state of the business record corresponding to the business information in the business information table to be the next business state based on the business state sequence after the business processing is completed; when the flow sequence of the service flow is determined to be the reverse sequence by the processing thread inquiring the state flow control table, acquiring second processing logic corresponding to the flow sequence of the reverse sequence, performing service processing on the service information by the second processing logic, and updating the service state of the service record corresponding to the service information in the service information table to be the last service state based on the service state sequence after the service processing is completed.
In one embodiment, before the computer program is executed by the processor and the state flow control table is queried by the processing thread to obtain the processing logic corresponding to the service state, the method further comprises: asynchronously acquiring the service type of the service processing request; and inquiring a state flow control table corresponding to the service type, and loading the state flow control table into the memory.
In one embodiment, the computer program when executed by the processor further performs the steps of: receiving a change instruction aiming at a state flow control table; based on the change instruction, at least one of the new business state node, the deletion of the business state node and the corresponding processing logic modification of the business state is carried out on the state flow control table; and loading the changed state flow control table to the memory.
In one embodiment, a computer program product is provided comprising a computer program which, when executed by a processor, performs the steps of: receiving a service processing request, wherein the service processing request carries a service identifier and service information; storing the service identifier and the service information into a service information table to obtain a service record, and setting a service state corresponding to the service record; scanning a service information table through a timing task to acquire service records corresponding to each service state; distributing the business records corresponding to the business states to the corresponding processing threads; and inquiring the state flow control table through the processing thread to obtain processing logic corresponding to the service state, carrying out service processing on the service information through the processing logic, and updating the service state of the service record corresponding to the service information in the service information table after the service processing is completed.
In one embodiment, the number of timing tasks implemented when the computer program is executed by the processor is the same as the number of business states of the business records; scanning the service information table through the timing task to obtain service records corresponding to each service state, wherein the method comprises the following steps: and scanning the service information table in parallel through the timing tasks corresponding to the service states to obtain the service records corresponding to the service states.
In one embodiment, the assignment of service records corresponding to respective service states to corresponding processing threads, which is implemented when a computer program is executed by a processor, includes: acquiring a processing thread corresponding to a timing task; and distributing the service record of the service state corresponding to the timing task to the acquired processing thread.
In one embodiment, a state flow control table implemented when a computer program is executed by a processor stores a sequence of business states; after the service identifier and the service information are stored in the service information table to obtain the service record, the method further comprises the following steps: changing the flow sequence of the business flow corresponding to the business record; the method for inquiring the state flow control table through the processing thread when the computer program is executed by the processor, obtaining processing logic corresponding to the service state, carrying out service processing on the service information through the processing logic, and updating the service state of the service record corresponding to the service information in the service information table after the service processing is completed, comprises the following steps: when the flow sequence of the business flow is determined to be positive sequence by inquiring the state flow control table through the processing thread, acquiring first processing logic corresponding to the flow sequence of the positive sequence, carrying out business processing on the business information through the first processing logic, and updating the business state of the business record corresponding to the business information in the business information table to be the next business state based on the business state sequence after the business processing is completed; when the flow sequence of the service flow is determined to be the reverse sequence by the processing thread inquiring the state flow control table, acquiring second processing logic corresponding to the flow sequence of the reverse sequence, performing service processing on the service information by the second processing logic, and updating the service state of the service record corresponding to the service information in the service information table to be the last service state based on the service state sequence after the service processing is completed.
In one embodiment, before the computer program is executed by the processor and the state flow control table is queried by the processing thread to obtain the processing logic corresponding to the service state, the method further comprises: asynchronously acquiring the service type of the service processing request; and inquiring a state flow control table corresponding to the service type, and loading the state flow control table into the memory.
In one embodiment, the computer program when executed by the processor further performs the steps of: receiving a change instruction aiming at a state flow control table; based on the change instruction, at least one of the new business state node, the deletion of the business state node and the corresponding processing logic modification of the business state is carried out on the state flow control table; and loading the changed state flow control table to the memory.
Receiving a service processing request, wherein the service processing request carries a service identifier and service information; storing the service identifier and the service information into a service information table to obtain a service record, and setting a service state corresponding to the service record; scanning a service information table through a timing task to acquire service records corresponding to each service state; distributing the business records corresponding to the business states to the corresponding processing threads; and inquiring the state flow control table through the processing thread to obtain processing logic corresponding to the service state, carrying out service processing on the service information through the processing logic, and updating the service state of the service record corresponding to the service information in the service information table after the service processing is completed.
In one embodiment, the number of timing tasks implemented when the computer program is executed by the processor is the same as the number of business states of the business records; scanning the service information table through the timing task to obtain service records corresponding to each service state, wherein the method comprises the following steps: and scanning the service information table in parallel through the timing tasks corresponding to the service states to obtain the service records corresponding to the service states.
In one embodiment, the assignment of service records corresponding to respective service states to corresponding processing threads, which is implemented when a computer program is executed by a processor, includes: acquiring a processing thread corresponding to a timing task; and distributing the service record of the service state corresponding to the timing task to the acquired processing thread.
In one embodiment, a state flow control table implemented when a computer program is executed by a processor stores a sequence of business states; after the service identifier and the service information are stored in the service information table to obtain the service record, the method further comprises the following steps: changing the flow sequence of the business flow corresponding to the business record; the method for inquiring the state flow control table through the processing thread when the computer program is executed by the processor, obtaining processing logic corresponding to the service state, carrying out service processing on the service information through the processing logic, and updating the service state of the service record corresponding to the service information in the service information table after the service processing is completed, comprises the following steps: when the flow sequence of the business flow is determined to be positive sequence by inquiring the state flow control table through the processing thread, acquiring first processing logic corresponding to the flow sequence of the positive sequence, carrying out business processing on the business information through the first processing logic, and updating the business state of the business record corresponding to the business information in the business information table to be the next business state based on the business state sequence after the business processing is completed; when the flow sequence of the service flow is determined to be the reverse sequence by the processing thread inquiring the state flow control table, acquiring second processing logic corresponding to the flow sequence of the reverse sequence, performing service processing on the service information by the second processing logic, and updating the service state of the service record corresponding to the service information in the service information table to be the last service state based on the service state sequence after the service processing is completed.
In one embodiment, before the computer program is executed by the processor and the state flow control table is queried by the processing thread to obtain the processing logic corresponding to the service state, the method further comprises: asynchronously acquiring the service type of the service processing request; and inquiring a state flow control table corresponding to the service type, and loading the state flow control table into the memory.
In one embodiment, the computer program when executed by the processor further performs the steps of: receiving a change instruction aiming at a state flow control table; based on the change instruction, at least one of the new business state node, the deletion of the business state node and the corresponding processing logic modification of the business state is carried out on the state flow control table; and loading the changed state flow control table to the memory.
It should be noted that, the user information (including, but not limited to, user equipment information, user personal information, etc.) and the data (including, but not limited to, data for analysis, stored data, presented data, etc.) referred to in the present application are information and data authorized by the user or sufficiently authorized by each party, and the collection, use, and processing of the related data are required to meet the related regulations.
Those skilled in the art will appreciate that implementing all or part of the above described methods may be accomplished by way of a computer program stored on a non-transitory computer readable storage medium, which when executed, may comprise the steps of the embodiments of the methods described above. Any reference to memory, database, or other medium used in the various embodiments provided herein may include at least one of non-volatile and volatile memory. The nonvolatile Memory may include Read-Only Memory (ROM), magnetic tape, floppy disk, flash Memory, optical Memory, high density embedded nonvolatile Memory, resistive random access Memory (ReRAM), magnetic random access Memory (Magnetoresistive Random Access Memory, MRAM), ferroelectric Memory (Ferroelectric Random Access Memory, FRAM), phase change Memory (Phase Change Memory, PCM), graphene Memory, and the like. Volatile memory can include random access memory (Random Access Memory, RAM) or external cache memory, and the like. By way of illustration, and not limitation, RAM can be in the form of a variety of forms, such as static random access memory (Static Random Access Memory, SRAM) or dynamic random access memory (Dynamic Random Access Memory, DRAM), and the like. The databases referred to in the various embodiments provided herein may include at least one of relational databases and non-relational databases. The non-relational database may include, but is not limited to, a blockchain-based distributed database, and the like. The processors referred to in the embodiments provided herein may be general purpose processors, central processing units, graphics processors, digital signal processors, programmable logic units, quantum computing-based data processing logic units, etc., without being limited thereto.
The technical features of the above embodiments may be arbitrarily combined, and all possible combinations of the technical features in the above embodiments are not described for brevity of description, however, as long as there is no contradiction between the combinations of the technical features, they should be considered as the scope of the description.
The above examples only represent a few embodiments of the present application, which are described in more detail and are not to be construed as limiting the scope of the present application. It should be noted that it would be apparent to those skilled in the art that various modifications and improvements could be made without departing from the spirit of the present application, which would be within the scope of the present application. Accordingly, the scope of protection of the present application shall be subject to the appended claims.

Claims (10)

1. A method of service processing, the method comprising:
receiving a service processing request, wherein the service processing request carries a service identifier and service information;
storing the service identifier and the service information into a service information table to obtain a service record, and setting a service state corresponding to the service record;
scanning the service information table through a timing task to acquire service records corresponding to each service state;
Distributing the business records corresponding to the business states to corresponding processing threads;
and inquiring a state flow control table through the processing thread to obtain processing logic corresponding to the service state, carrying out service processing on the service information through the processing logic, and updating the service state of the service record corresponding to the service information in the service information table after the service processing is completed.
2. The method of claim 1, wherein the number of timing tasks is the same as the number of traffic states of a traffic record; the scanning the service information table through the timing task to obtain the service record corresponding to each service state comprises the following steps:
and scanning the service information table in parallel through the timing tasks corresponding to the service states to obtain the service records corresponding to the service states.
3. The method of claim 2, wherein said assigning the business record corresponding to each of the business states to a corresponding processing thread comprises:
acquiring a processing thread corresponding to the timing task;
and distributing the service record of the service state corresponding to the timing task to the acquired processing thread.
4. A method according to any one of claims 1 to 3, wherein the state flow control table stores a sequence of traffic states; after the service identifier and the service information are stored in the service information table to obtain the service record, the method further comprises the following steps:
changing the flow sequence of the business flow corresponding to the business record;
the step of inquiring a state flow control table through the processing thread to obtain processing logic corresponding to the service state, and carrying out service processing on the service information through the processing logic, and updating the service state of the service record corresponding to the service information in the service information table after the service processing is completed, comprises the following steps:
when the flow sequence of the business flow is determined to be positive by the processing thread inquiring state flow control table, acquiring first processing logic corresponding to the flow sequence of the positive sequence, performing business processing on the business information by the first processing logic, and updating the business state of the business record corresponding to the business information in the business information table to be the next business state based on the business state sequence after the business processing is completed;
And when the flow sequence of the service flow is determined to be the reverse sequence by the processing thread inquiring state flow control table, acquiring second processing logic corresponding to the flow sequence of the reverse sequence, performing service processing on the service information by the second processing logic, and updating the service state of the service record corresponding to the service information in the service information table to be the last service state based on the service state sequence after the service processing is completed.
5. A method according to any one of claims 1 to 3, wherein before said querying, by said processing thread, a state flow control table for processing logic corresponding to said traffic state, further comprises:
asynchronously acquiring the service type of the service processing request;
and inquiring a state flow control table corresponding to the service type, and loading the state flow control table into a memory.
6. The method of claim 5, wherein the method further comprises:
receiving a change instruction aiming at the state flow control table;
based on the change instruction, at least one of service state node addition, service state node deletion and processing logic modification corresponding to the service state is carried out on the state flow control table;
And loading the changed state flow control table to a memory.
7. A service processing apparatus, the apparatus comprising:
the receiving module is used for receiving a service processing request, wherein the service processing request carries a service identifier and service information;
the storage module is used for storing the service identifier and the service information into a service information table to obtain a service record and setting a service state corresponding to the service record;
the scanning module is used for scanning the service information table through a timing task and acquiring service records corresponding to each service state;
the distribution module is used for distributing the service records corresponding to the service states to corresponding processing threads;
and the service processing module is used for inquiring the state flow control table through the processing thread to obtain processing logic corresponding to the service state, carrying out service processing on the service information through the processing logic, and updating the service state of the service record corresponding to the service information in the service information table after the service processing is completed.
8. A computer device comprising a memory and a processor, the memory storing a computer program, characterized in that the processor implements the steps of the method of any of claims 1 to 6 when the computer program is executed.
9. A computer readable storage medium, on which a computer program is stored, characterized in that the computer program, when being executed by a processor, implements the steps of the method of any of claims 1 to 6.
10. A computer program product comprising a computer program, characterized in that the computer program, when being executed by a processor, implements the steps of the method of any of claims 1 to 6.
CN202311495348.8A 2023-11-10 2023-11-10 Service processing method, device, computer equipment, storage medium and program product Pending CN117573305A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202311495348.8A CN117573305A (en) 2023-11-10 2023-11-10 Service processing method, device, computer equipment, storage medium and program product

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202311495348.8A CN117573305A (en) 2023-11-10 2023-11-10 Service processing method, device, computer equipment, storage medium and program product

Publications (1)

Publication Number Publication Date
CN117573305A true CN117573305A (en) 2024-02-20

Family

ID=89894636

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202311495348.8A Pending CN117573305A (en) 2023-11-10 2023-11-10 Service processing method, device, computer equipment, storage medium and program product

Country Status (1)

Country Link
CN (1) CN117573305A (en)

Similar Documents

Publication Publication Date Title
JP6498767B2 (en) System for efficient processing of transaction requests related to database accounts
CN106033439A (en) Method and system for processing distributed transaction
CN105608086A (en) Transaction processing method and device of distributed database system
CN103678591A (en) Device and method for automatically executing multi-service receipt statistical treatment
CN112685391B (en) Service data migration method and device, computer equipment and storage medium
CN114564500A (en) Method and system for implementing structured data storage and query in block chain system
CN112860412B (en) Service data processing method and device, electronic equipment and storage medium
WO2021129005A1 (en) Blockchain state change-based transaction tracking method and device
CN114253930A (en) Data processing method, device, equipment and storage medium
CN117573305A (en) Service processing method, device, computer equipment, storage medium and program product
CN115984022A (en) Unified account checking method and device for distributed payment system
CN116010345A (en) Method, device and equipment for realizing table service scheme of flow batch integrated data lake
CN112256689A (en) Service data cleaning method and device and electronic equipment
CN109815295A (en) Distributed type assemblies data lead-in method and device
CN115544096B (en) Data query method and device, computer equipment and storage medium
CN117785900A (en) Data updating method, device, computer equipment and storage medium
CN117495518A (en) Method, device, equipment and storage medium for managing articles of bank point system
CN116541137A (en) Transaction processing method, apparatus, computer device, storage medium, and program product
CN117611421A (en) Material auditing method, device, equipment, storage medium and computer program product
CN117593125A (en) Service data processing method, device, computer equipment and storage medium
CN113360511A (en) Method, device and equipment for processing credit investigation information
CN117667191A (en) Insurance business process configuration method, insurance business process configuration device, computer equipment and storage medium
CN117575513A (en) Service settlement resource management method and device and computer equipment
CN117172839A (en) Resource data processing method, device, computer equipment and storage medium
CN114020434A (en) Task processing method and device, electronic equipment and storage medium

Legal Events

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