CN118071523A - Accounting business processing method, system, equipment and storage medium - Google Patents

Accounting business processing method, system, equipment and storage medium Download PDF

Info

Publication number
CN118071523A
CN118071523A CN202410275736.3A CN202410275736A CN118071523A CN 118071523 A CN118071523 A CN 118071523A CN 202410275736 A CN202410275736 A CN 202410275736A CN 118071523 A CN118071523 A CN 118071523A
Authority
CN
China
Prior art keywords
service
execution
call
information
configuration information
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
CN202410275736.3A
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.)
Inspur General Software Co Ltd
Original Assignee
Inspur General Software 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 Inspur General Software Co Ltd filed Critical Inspur General Software Co Ltd
Priority to CN202410275736.3A priority Critical patent/CN118071523A/en
Publication of CN118071523A publication Critical patent/CN118071523A/en
Pending legal-status Critical Current

Links

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention discloses a billing service processing method, which comprises the following steps: in response to receiving a service call request, determining a service type and a service ID to be called in the service call request; acquiring service call configuration information according to the service type, wherein the service call configuration information comprises an execution step, an execution service for executing each step and a service unit to which the execution service belongs; assembling the service call configuration information and the service ID into a plurality of service call information; and sequentially sending the service calling information to the corresponding service units according to the sequence of the execution steps so that the service units call the execution service according to the service calling information to carry out service processing. The invention also discloses a system, computer equipment and a readable storage medium. The invention enables different service units to be mutually called in a service mode, logically decouples service accounting from service logic, and reduces relevance.

Description

Accounting business processing method, system, equipment and storage medium
Technical Field
The invention relates to the field of financial accounting, in particular to an accounting business processing method, an accounting business processing system, an accounting business processing device and a storage medium.
Background
With the continuous expansion of the scale of software applications in the financial industry, the traditional single application architecture mode gradually exposes various problems such as difficult code maintenance, poor expansibility, low deployment efficiency and the like. To address these issues, a microservice architecture has evolved. The micro-service architecture divides a large application program into a plurality of independent small applications, and each application runs in a process of the application and interacts through a lightweight communication mechanism. The architecture mode enables each service to be independently developed, deployed and expanded, and the maintainability and expandability of the system are greatly improved. However, as the granularity of application splitting is finer, the more and more the system is applied, the integration work between systems becomes an important link of the current system construction, and the input cost is also increased because of no fixed standard.
Disclosure of Invention
In view of this, in order to overcome at least one aspect of the above-mentioned problems, an embodiment of the present invention provides a billing service processing method, including the following steps:
In response to receiving a service call request, determining a service type and a service ID to be called in the service call request;
acquiring service call configuration information according to the service type, wherein the service call configuration information comprises an execution step, an execution service for executing each step and a service unit to which the execution service belongs;
assembling the service call configuration information and the service ID into a plurality of service call information;
And sequentially sending the service calling information to the corresponding service units according to the sequence of the execution steps so that the service units call the execution service according to the service calling information to carry out service processing.
In some embodiments, service call configuration information is obtained according to the service type, where the service call configuration information includes an executing step, an executing service for executing each step, and a service unit to which the executing service belongs, and the method further includes:
the activated integrated service configuration information is according to the coding query state of the service type;
and in response to the fact that service call configuration information corresponding to the service type is not queried in the enabled integrated service configuration information, the service call configuration information is newly added.
In some embodiments, the service invocation configuration information is added, further including:
determining an execution step corresponding to the service type and an execution service required by each step;
Acquiring the execution service required by each step from a service registry and carrying out parameter configuration on each execution service, wherein the parameters comprise an execution step, a service type, a parameter acquisition mode, a service table with parameter values, a service write-back mode and a write-back mode;
The service invocation configuration information is generated based on the parameters of each executive service.
In some embodiments, further comprising:
the execution service is registered in the service registry, wherein the registration information comprises execution service codes, execution service names, affiliated service units and processing methods.
In some embodiments, the service call information is sequentially sent to the corresponding service units according to the order of the execution steps, so that the service units call execution services according to the service call information to perform service processing, and the method further includes:
generating a service call record corresponding to each piece of service call information;
And monitoring each service call record and updating the execution state according to the state information returned by the execution service.
In some embodiments, further comprising:
marking the service call record with the execution state of failure;
And carrying out service rollback according to the mark.
In some embodiments, the service call information is sequentially sent to the corresponding service units according to the order of the execution steps, so that the service units call execution services according to the service call information to perform service processing, and the method further includes:
responding to the service unit receiving the service call information, and checking parameters required by the service type according to the registration information and the configuration information of the execution service;
Responding to the verification, storing the service call information, and returning to a service state to be processed;
And returning a state failure corresponding to the fact that the verification is not passed.
Based on the same inventive concept, according to another aspect of the present invention, there is also provided an accounting service processing system, including:
the determining module is configured to determine a service type and a service ID to be called in the service calling request in response to receiving the service calling request;
The acquisition module is configured to acquire service call configuration information according to the service type, wherein the service call configuration information comprises an execution step, an execution service for executing each step and a service unit to which the execution service belongs;
an assembling module configured to assemble the service call configuration information and the service ID into a plurality of service call information;
and the sending module is configured to sequentially send the service calling information to the corresponding service units according to the sequence of the execution steps so that the service units call the execution service according to the service calling information to carry out service processing.
Based on the same inventive concept, according to another aspect of the present invention, an embodiment of the present invention further provides a computer apparatus, including:
at least one processor; and
A memory storing a computer program executable on the processor, the processor executing steps of any of the billing service processing methods described above.
Based on the same inventive concept, according to another aspect of the present invention, there is also provided a computer-readable storage medium storing a computer program which, when executed by a processor, performs the steps of any of the billing service processing methods as described above.
The invention has one of the following beneficial technical effects: according to the scheme provided by the invention, the configuration information is configured and called according to the service type, so that different service units are mutually called in a service mode, service accounting is logically decoupled from service, and the relevance is reduced.
Drawings
In order to more clearly illustrate the embodiments of the invention or the technical solutions in the prior art, the drawings that are necessary for the description of the embodiments or the prior art will be briefly described, it being obvious that the drawings in the following description are only some embodiments of the invention and that other embodiments may be obtained according to these drawings without inventive effort for a person skilled in the art.
Fig. 1 is a flow chart of a billing service processing method according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of each service unit according to an embodiment of the present invention;
FIG. 3 is a schematic diagram of service call among service units according to an embodiment of the present invention;
FIG. 4 is a flow chart of a billing service processing method provided by an embodiment of the present invention;
FIG. 5 is a schematic diagram of an integrated call integration configuration provided by an embodiment of the invention;
Fig. 6 is a schematic diagram of configuration information of an added service call according to an embodiment of the present invention;
FIG. 7 is a schematic diagram of an additional service call configuration item according to an embodiment of the present invention;
FIG. 8 is a schematic diagram of service registration information provided by an embodiment of the present invention;
FIG. 9 is a representation of a service registration intent provided by an embodiment of the present invention;
FIG. 10 is a schematic diagram of monitoring service status according to an embodiment of the present invention;
FIG. 11 is a schematic diagram of service invocation information according to an embodiment of the present invention;
FIG. 12 is a schematic diagram of a billing service processing system according to an embodiment of the present invention;
FIG. 13 is a schematic diagram of a computer device according to an embodiment of the present invention;
Fig. 14 is a schematic structural diagram of a computer-readable storage medium according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the following embodiments of the present invention will be described in further detail with reference to the accompanying drawings.
It should be noted that, in the embodiments of the present invention, all the expressions "first" and "second" are used to distinguish two entities with the same name but different entities or different parameters, and it is noted that the "first" and "second" are only used for convenience of expression, and should not be construed as limiting the embodiments of the present invention, and the following embodiments are not described one by one.
According to an aspect of the present invention, an embodiment of the present invention proposes a billing service processing method, as shown in fig. 1, which may include the steps of:
s1, determining a service type and a service ID to be called in a service call request in response to receiving the service call request;
S2, acquiring service call configuration information according to the service type, wherein the service call configuration information comprises an execution step, an execution service for executing each step and a service unit to which the execution service belongs;
s3, the service call configuration information and the service ID are assembled into a plurality of service call information;
And S4, sequentially sending the service calling information to the corresponding service units according to the sequence of the execution steps so that the service units call the execution service according to the service calling information to carry out service processing.
According to the scheme provided by the invention, the configuration information is configured and called according to the service type, so that different service units are mutually called in a service mode, service accounting is logically decoupled from service, and the relevance is reduced.
In some embodiments, as shown in fig. 2, the service units may include a core management unit (core management SU), a settlement management unit, a ticket management unit, a credit management unit, a receipt cabinet service unit, an investment management unit, a data supervision and analysis unit, an online banking service unit. As shown in fig. 3, service calls fall into two modes: (1) synchronizing the service, the service returning to the transaction state instantaneously. (2) And the calling party pushes the transaction to the target service SU, the target SU processes the transaction asynchronously, and the calling service SU inquires the transaction state asynchronously through the state inquiry service. Thus depending on whether or not across the SU, the method can be invoked directly if inside the SU, if outside the SU needs to be invoked through a service.
In some embodiments, as shown in FIG. 4, after a service call is initiated, the configuration according to the service call may be queried according to the service type. And then the service module assembles service call information according to the configuration information of the service call configuration, and inserts the service call record of the state to be sent according to the step details. The timing task scans the service call record to be sent at fixed time and calls the service.
For example, after receiving a service call, the core billing task service checks parameters required by the service type according to service registration information, saves a service execution record to be executed after the verification is passed, returns a service state to be processed, and fails to pass the return state. The core accounting module is used for timing tasks, scanning service execution records to be executed and carrying out service accounting processing. The core billing module processes whether the price tax separation is generated or not according to the price tax separation configuration, and automatically generates account transaction details according to the billing template. And after the core accounting module successfully accounts, organizing the return parameters according to the return parameters configured in the registration information, and storing the return parameters into a service execution record. And finally, the service subsystem queries the service execution state and the return parameters through the service according to the service call record to be processed, and if the service information is successfully written back according to the service call configuration information.
In some embodiments, transaction scenario configuration, credential template configuration, and ancillary information configuration may be performed in the core billing task service.
Wherein, the transaction scene configuration:
transaction scenario name: core logic to process for profiling the billing scenario
Judging conditions: judging whether to execute the step according to the expression and the input parameters
Whether to participate in the primary transaction number: a master transaction number is generated on behalf of this step alone, i.e. this step does not flush the account.
Table internal and external flag: representing internal and external marks of table
Credential template configuration description:
loan sign: the direction of the voucher lending.
Account source: and the customer account and the bank account are taken from the input parameters, and the internal account and the automatically generated account are obtained according to the configuration of the product information.
An account: judging the value according to the source: the sources are parameters, and parameter values are configured; from the parameters, configuring the parameters of the product mechanism; derived from automatic generation, the account rule ID is configured.
And (3) a client: the default account may be configured with a value parameter if an exception is given to the customer to whom the default account belongs.
Transaction amount: and configuring according to the parameters.
Exchange rate: and configuring according to the parameters.
Whether a transaction is generated: whether or not transaction flow is generated is configured (the source of the receipt is transaction flow).
Partner account: the account information of the default opposite party certificate is not configured, and a value parameter can be configured if the exception exists.
Name of the account of the other party: the account name information of the default opposite party certificate can be configured with a value parameter if the exception exists.
Line name of the other party: the default party certificate includes the name of the financial company, the name of the business company, and the name of the business company.
Opposite side line number: the default opposite party certificate row number information, the default of the customer account and the internal account are the financial company row number, the default of the bank account is the same-industry customer row number, and if the exception is given, the value parameter can be configured, and the financial company is operated.
Auxiliary information configuration description:
Auxiliary information required by the configuration of the entry of the certificate comprises auxiliary types: dictionary type, custom configuration, configuration of value parameters; auxiliary numbering: auxiliary detail numbers and configuration of value parameters; auxiliary name: auxiliary detail names and configuration value parameters.
In some embodiments, service call configuration information is obtained according to the service type, where the service call configuration information includes an executing step, an executing service for executing each step, and a service unit to which the executing service belongs, and the method further includes:
the activated integrated service configuration information is according to the coding query state of the service type;
and in response to the fact that service call configuration information corresponding to the service type is not queried in the enabled integrated service configuration information, the service call configuration information is newly added.
Specifically, in the integrated call integrated configuration, the integrated call integrated configuration provides a corresponding page, and as shown in fig. 5, a card interface is divided into an upper card and a lower list, an integrated service configuration main table is displayed on the card interface, and an integrated service execution step sub-table is displayed on the list interface. The following functions are provided on the page: a button: newly adding, modifying, starting and stopping, newly adding and modifying a jump integrated service execution step card interface in the list interface; querying: service coding, service name and belonging module; list display: service coding, service name, SU, module, service list and state; service coding: a hyperlink is added to connect the card interface.
Thus, according to the service type code, the integrated service configuration information with enabled state is queried, and if no exception is returned: "Integrated service configuration information without Enable, please check configuration-! "
Inquiring the record of the integrated service execution steps, sorting according to the execution sequence, returning abnormality without record: "record no execution step, please check configuration-! "
And executing the service according to the integrated service execution step record, wherein the execution logic is as follows:
inquiring service registration information and corresponding parameter records according to the service numbers, and returning no record to abnormality;
According to the parameter acquisition mode: java, SQL, assembling corresponding parameters, and converting into json when calling service in map form;
Calling a service according to the service registration information;
according to whether callback service is performed, responding processing is performed;
insert service invocation record (consumer): ftmPubServiceCallLog, assigning a state according to the execution condition of the service.
In some embodiments, the service invocation configuration information is added, further including:
determining an execution step corresponding to the service type and an execution service required by each step;
Acquiring execution services required by each step in a service registry and carrying out parameter configuration on each execution service, wherein parameters (or configuration information) comprise execution steps, service types, a parameter acquisition mode, a parameter valued service table, a service write-back mode or a write-back mode;
The service invocation configuration information is generated based on the parameters of each executive service.
Specifically, as shown in fig. 6, when the configuration information is required to be newly added, the configuration information may be newly added through a new button, so as to perform parameter configuration on the execution service required by each step, where, as shown in fig. 7, the configuration information may include an execution step, a service type, a parameter acquisition mode, a service table with a parameter value, a service write-back mode and a write-back mode.
Thus, after the configuration is completed, after receiving the request, the service call configuration information and the service ID may be assembled into a plurality of service call information as shown in fig. 11, so that the service call information performs subsequent service processing.
In some embodiments, further comprising:
the execution service is registered in the service registry, wherein the registration information comprises execution service codes, execution service names, affiliated service units and processing methods.
Specifically, as shown in fig. 8, when the required executive service does not exist, registration is required, and because parameters required by each service type in the billing field are inconsistent, after the executive service is configured, a list interface is listed, a service type list needs to be added on the left side, and the service type is clicked to inquire the parameters to which the service type belongs. The registered services are uniformly displayed in a service registry as shown in fig. 9.
In some embodiments, the service call information is sequentially sent to the corresponding service units according to the order of the execution steps, so that the service units call execution services according to the service call information to perform service processing, and the method further includes:
generating a service call record corresponding to each piece of service call information;
And monitoring each service call record and updating the execution state according to the state information returned by the execution service.
In some embodiments, further comprising:
marking the service call record with the execution state of failure;
And carrying out service rollback according to the mark.
In some embodiments, the service call information is sequentially sent to the corresponding service units according to the order of the execution steps, so that the service units call execution services according to the service call information to perform service processing, and the method further includes:
responding to the service unit receiving the service call information, and checking parameters required by the service type according to the registration information and the configuration information of the execution service;
Responding to the verification, storing the service call information, and returning to a service state to be processed;
And returning a state failure corresponding to the fact that the verification is not passed.
Specifically, as shown in fig. 4, each execution record is a single transaction, a service may be requested to be called according to service registration information and parameters, and when the service call information is sent to a corresponding service unit, a record of a state to be sent in the execution record table may be sent by querying the service. Judging whether to return the service state code or not, if the state code is not returned after the time-out, the state is in the process. Updating the execution state according to the state information returned by the service: if successful, the success status is updated, and the execution time is updated. If the failure happens, updating the failure state, updating the failure reason, and the failure times are +1.
As in the monitoring table shown in fig. 10, the monitoring table is used for service transmission monitoring management, and manual intervention is performed on unsuccessful transmission records.
State reset: the tag service resends the status and can only operate in the failed status.
Marking successfully: manual marking success
Marking failure: failure of manual marking
The service state can be queried regularly according to the monitoring table:
(1) The query service transmits records of the in-process state in the execution record table;
(2) The method comprises the steps of assembling message transmission, and inquiring service of a service state inquiry service corresponding to SU according to the SU;
(3) According to the message return information, processing the state and the return information in the sending record;
(4) If the return is successful, whether the service write-back is performed according to whether the write-back service is configured in the service calling step configuration information or not is required, and the processing service required by the asynchronous service can be obtained from the service return parameters.
Service rollback (which state is controlled to be fallback, counterbalanced accounts) can also be performed according to the monitoring table:
(1) During the processing, fail, query the service state;
(2) Actively initiating service withdrawal and flushing account service;
(3) The call is made according to the rollback logic configuration of the service integration service configuration, but the whole execution process is controlled to be rolled back.
According to the scheme provided by the invention, the configuration information is configured and called according to the service type, so that different service units are mutually called in a service mode, service accounting is logically decoupled from service, and the relevance is reduced.
Based on the same inventive concept, according to another aspect of the present invention, there is also provided an accounting service processing system 400, as shown in fig. 12, including:
A determining module 401 configured to determine a service type and a service ID to be invoked in a service invocation request in response to receiving the service invocation request;
The acquiring module 402 is configured to acquire service call configuration information according to the service type, where the service call configuration information includes an executing step, an executing service for executing each step, and a service unit to which the executing service belongs;
An assembling module 403 configured to assemble the service invocation configuration information and the service ID into a plurality of service invocation information;
and the sending module 404 is configured to send the service calling information to the corresponding service units in turn according to the sequence of the execution steps so that the service units call the execution service according to the service calling information to perform service processing.
Based on the same inventive concept, according to another aspect of the present invention, as shown in fig. 13, an embodiment of the present invention further provides a computer apparatus 501, including:
at least one processor 520; and
The memory 510, the memory 510 stores a computer program 511 executable on a processor, and the processor 520 performs the steps of any of the billing service processing methods described above when executing the program.
Based on the same inventive concept, according to another aspect of the present invention, as shown in fig. 14, an embodiment of the present invention further provides a computer-readable storage medium 601, where the computer-readable storage medium 601 stores a computer program 610, and the computer program 610 performs the steps of any of the billing service processing methods as above when executed by a processor.
Finally, it should be noted that, as will be appreciated by those skilled in the art, all or part of the procedures in implementing the methods of the embodiments described above may be implemented by a computer program for instructing relevant hardware, and the program may be stored in a computer readable storage medium, and the program may include the procedures of the embodiments of the methods described above when executed.
Further, it should be appreciated that the computer-readable storage medium (e.g., memory) herein can be either volatile memory or nonvolatile memory, or can include both volatile and nonvolatile memory.
Those of skill would further appreciate that the various illustrative logical blocks, modules, circuits, and algorithm steps described in connection with the disclosure herein may be implemented as electronic hardware, computer software, or combinations of both. To clearly illustrate this interchangeability of hardware and software, various illustrative components, blocks, modules, circuits, and steps have been described above generally in terms of their functionality. Whether such functionality is implemented as software or hardware depends upon the particular application and design constraints imposed on the overall system. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present disclosure.
The foregoing is an exemplary embodiment of the present disclosure, but it should be noted that various changes and modifications could be made herein without departing from the scope of the disclosure as defined by the appended claims. The functions, steps and/or actions of the method claims in accordance with the disclosed embodiments described herein need not be performed in any particular order. Furthermore, although elements of the disclosed embodiments may be described or claimed in the singular, the plural is contemplated unless limitation to the singular is explicitly stated.
It should be understood that as used herein, the singular forms "a", "an", and "the" are intended to include the plural forms as well, unless the context clearly supports the exception. It should also be understood that "and/or" as used herein is meant to include any and all possible combinations of one or more of the associated listed items.
The foregoing embodiment of the present invention has been disclosed with reference to the number of embodiments for the purpose of description only, and does not represent the advantages or disadvantages of the embodiments.
It will be understood by those skilled in the art that all or part of the steps for implementing the above embodiments may be implemented by hardware, or may be implemented by a program for instructing relevant hardware, and the program may be stored in a computer readable storage medium, where the storage medium may be a read-only memory, a magnetic disk or an optical disk, etc.
Those of ordinary skill in the art will appreciate that: the above discussion of any embodiment is merely exemplary and is not intended to imply that the scope of the disclosure of embodiments of the invention, including the claims, is limited to such examples; combinations of features of the above embodiments or in different embodiments are also possible within the idea of an embodiment of the invention, and many other variations of the different aspects of the embodiments of the invention as described above exist, which are not provided in detail for the sake of brevity. Therefore, any omission, modification, equivalent replacement, improvement, etc. of the embodiments should be included in the protection scope of the embodiments of the present invention.

Claims (10)

1. A billing service processing method, comprising the steps of:
In response to receiving a service call request, determining a service type and a service ID to be called in the service call request;
acquiring service call configuration information according to the service type, wherein the service call configuration information comprises an execution step, an execution service for executing each step and a service unit to which the execution service belongs;
assembling the service call configuration information and the service ID into a plurality of service call information;
And sequentially sending the service calling information to the corresponding service units according to the sequence of the execution steps so that the service units call the execution service according to the service calling information to carry out service processing.
2. The method of claim 1, wherein obtaining service call configuration information according to the service type, wherein the service call configuration information includes an executing step, an executing service for executing each step, and a service unit to which the executing service belongs, and further includes:
the activated integrated service configuration information is according to the coding query state of the service type;
and in response to the fact that service call configuration information corresponding to the service type is not queried in the enabled integrated service configuration information, the service call configuration information is newly added.
3. The method of claim 2, wherein the service invocation configuration information is added, further comprising:
determining an execution step corresponding to the service type and an execution service required by each step;
Acquiring execution services required by each step in a service registry and carrying out parameter configuration on each execution service, wherein the parameters comprise execution steps, service types, a parameter acquisition mode, a parameter valued service table and a service write-back or write-back mode;
The service invocation configuration information is generated based on the parameters of each executive service.
4. A method as recited in claim 3, further comprising:
the execution service is registered in the service registry, wherein the registration information comprises execution service codes, execution service names, affiliated service units and processing methods.
5. The method of claim 4, wherein the service call information is sequentially transmitted to the corresponding service units according to the order of the execution steps to cause the service units to call execution services according to the service call information for business processing, further comprising:
Responding to the service unit receiving the service call information, and checking parameters required by the service type according to the registration information of the execution service and the configured parameters;
Responding to the verification, storing the service call information, and returning to a service state to be processed;
and returning a state failure in response to the verification failing.
6. The method of claim 1, wherein the service call information is sequentially transmitted to the corresponding service units according to the order of the execution steps to cause the service units to call execution services according to the service call information for business processing, further comprising:
generating a service call record corresponding to each piece of service call information;
And monitoring each service call record and updating the execution state according to the state information returned by the execution service.
7. The method as recited in claim 6, further comprising:
marking the service call record with the execution state of failure;
And carrying out service rollback according to the mark.
8. A billing service processing system, comprising:
the determining module is configured to determine a service type and a service ID to be called in the service calling request in response to receiving the service calling request;
The acquisition module is configured to acquire service call configuration information according to the service type, wherein the service call configuration information comprises an execution step, an execution service for executing each step and a service unit to which the execution service belongs;
an assembling module configured to assemble the service call configuration information and the service ID into a plurality of service call information;
and the sending module is configured to sequentially send the service calling information to the corresponding service units according to the sequence of the execution steps so that the service units call the execution service according to the service calling information to carry out service processing.
9. A computer device, comprising:
at least one processor; and
A memory storing a computer program executable on the processor, wherein the processor performs the steps of the method of any one of claims 1-7 when the program is executed.
10. A computer readable storage medium storing a computer program, characterized in that the computer program when executed by a processor performs the steps of the method according to any one of claims 1-7.
CN202410275736.3A 2024-03-11 2024-03-11 Accounting business processing method, system, equipment and storage medium Pending CN118071523A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202410275736.3A CN118071523A (en) 2024-03-11 2024-03-11 Accounting business processing method, system, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202410275736.3A CN118071523A (en) 2024-03-11 2024-03-11 Accounting business processing method, system, equipment and storage medium

Publications (1)

Publication Number Publication Date
CN118071523A true CN118071523A (en) 2024-05-24

Family

ID=91110895

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202410275736.3A Pending CN118071523A (en) 2024-03-11 2024-03-11 Accounting business processing method, system, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN118071523A (en)

Similar Documents

Publication Publication Date Title
CN108076098B (en) Service processing method and system
CN103425462B (en) A kind of method and apparatus of workflow data persistence
AU2016352206B2 (en) Data processing method and device
CN100375038C (en) Finally agent optimization method and system of source in reorder two-stage refering
US8825798B1 (en) Business event tracking system
CN111125106B (en) Batch running task execution method, device, server and storage medium
CN114253673A (en) Transaction processing method and transaction processing device of distributed system
CN112446786A (en) Abnormal transaction processing method and device, electronic equipment and readable storage medium
CN111984447A (en) Registration compensation system and method in overtime or abnormal situation of bank transaction
CN114579654A (en) Unified operation management method and platform for multi-payment settlement system of bank
CN114356596A (en) Message processing method and device for distributed system
CN112035530B (en) Transaction message matching method and system in distributed real-time payment system
CN112052262A (en) Method and device for displaying payment order processing line and electronic equipment
CN118071523A (en) Accounting business processing method, system, equipment and storage medium
CN115098528B (en) Service processing method, device, electronic equipment and computer readable storage medium
CN110874713A (en) Service state management method and device
CN116414628A (en) Transaction request processing method and device in new and old system switching process
CN113515352B (en) Distributed transaction different-library mode anti-transaction calling method and device
CN114968498A (en) Distributed transaction processing method and device
CN114385320B (en) Distributed transaction processing method and system
CN112148353B (en) Data processing method and device
CN111192034B (en) Method and device for processing service request data
CN107492031B (en) Quasi-real-time financial system account checking method based on function contract bypass analysis
CN116860397A (en) Lightweight compensation method based on spring transaction
CN116071075A (en) Transaction integrity verification method, apparatus, device, medium and program product

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