CN111951009A - Transaction data processing method and device, electronic equipment and computer-readable storage medium - Google Patents

Transaction data processing method and device, electronic equipment and computer-readable storage medium Download PDF

Info

Publication number
CN111951009A
CN111951009A CN202010726844.XA CN202010726844A CN111951009A CN 111951009 A CN111951009 A CN 111951009A CN 202010726844 A CN202010726844 A CN 202010726844A CN 111951009 A CN111951009 A CN 111951009A
Authority
CN
China
Prior art keywords
transaction
error
amount
database
target
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
CN202010726844.XA
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
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 CN202010726844.XA priority Critical patent/CN111951009A/en
Publication of CN111951009A publication Critical patent/CN111951009A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q20/00Payment architectures, schemes or protocols
    • G06Q20/38Payment protocols; Details thereof
    • G06Q20/40Authorisation, e.g. identification of payer or payee, verification of customer or shop credentials; Review and approval of payers, e.g. check credit lines or negative lists
    • G06Q20/407Cancellation of a transaction
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/12Accounting

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Theoretical Computer Science (AREA)
  • Accounting & Taxation (AREA)
  • General Physics & Mathematics (AREA)
  • Physics & Mathematics (AREA)
  • Finance (AREA)
  • Strategic Management (AREA)
  • General Business, Economics & Management (AREA)
  • Data Mining & Analysis (AREA)
  • Computational Linguistics (AREA)
  • Computer Security & Cryptography (AREA)
  • Databases & Information Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Development Economics (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • Technology Law (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention relates to the field of financial science and technology, in particular to a transaction data processing method, a device, electronic equipment and a readable storage medium, wherein the method comprises the following steps: retrieving a transaction database to obtain a first retrieval result, wherein the first retrieval result indicates that error transaction data exist in the database; acquiring a wrong transaction amount and a transaction direction according to the first retrieval result; and creating a target transaction, wherein the target transaction and the error transaction have the same transaction direction and the opposite transaction amount. According to the scheme, the offset and the backspacing of the total amount of the error transaction of the transaction database can be realized, the transaction can be backspaced quickly by retrieving the special transaction amount in the accounting posting operation by creating the transaction with the negative value and the transaction with the error transaction amount, and the transaction is rejected in the normal accounting posting base, so that the increase of the amount of accounting subjects can be avoided.

Description

Transaction data processing method and device, electronic equipment and computer-readable storage medium
Technical Field
The invention relates to the field of financial science and technology, in particular to a transaction data processing method and device, electronic equipment and a computer readable storage medium
Background
When transaction operation is performed in the field of electronic finance, transaction rollback processing is often required to be performed when the transaction state is uncertain or account checking is wrong due to the fact that a response message for a transaction request is overtime or other reasons such as recording errors occur. The first is reverse backspacing, that is, all accounts related to the transaction are found through wrong transactions, and backspacing is started from the latest transaction of the accounts one by one until the wrong transaction, which can cause that if some accounts are wrong but not the last one, a plurality of correct transactions are deleted, and the backspacing operation is complicated; the second is through the transaction in the opposite direction, namely, the direction of the error transaction is reversed, for example, the transaction is changed into the storage, and the storage is changed into the use to return the transaction amount generated by the error transaction.
Disclosure of Invention
The present application aims to solve at least one of the above technical drawbacks. The technical scheme adopted by the application is as follows:
in a first aspect, an embodiment of the present application provides a transaction data processing method, where the method includes:
retrieving a transaction database to obtain a first retrieval result, wherein the first retrieval result indicates that error transaction data exist in the database;
acquiring a wrong transaction amount and a transaction direction according to the first retrieval result;
and creating a target transaction, wherein the target transaction and the error transaction have the same transaction direction and the opposite transaction amount.
Optionally, the method further comprises: the transaction database is retrieved as often as the daily frequency of each transaction.
Optionally, the first search result indicating that an error transaction exists in the database further includes:
retrieving daily transaction totals of the transaction database every transaction day;
and determining at least one transaction data with an error record in a transaction database according to the daily account checking amount and the daily transaction total amount, and further determining the total error transaction direction and the transaction amount.
Optionally, after retrieving the transaction database to obtain the first retrieval result, the method further includes:
retrieving the transaction database to obtain a second retrieval result, wherein the second retrieval result is used for determining a first error transaction; wherein the first error transaction is at least one;
acquiring transaction information of a first error transaction;
and creating a target transaction according to the first error transaction information, wherein the target transaction is used for returning the first error transaction.
Optionally, the transaction information of the first error transaction at least includes: the transaction body, the transaction direction, the transaction amount and the transaction serial number.
Optionally, the creating a target transaction according to the first error transaction information further comprises:
copying a transaction main body, a transaction direction and a transaction running water of the first error transaction as transaction information of a target transaction;
determining a negative value of the transaction amount of the first erroneous transaction as the transaction amount of the target transaction.
Optionally, the created target transaction amount is the same as the determined first error transaction amount.
In a second aspect, an embodiment of the present application provides a transaction data processing apparatus, including: a retrieval module, a determination module, and a creation module, wherein,
the retrieval module is used for retrieving the transaction database to obtain a first retrieval result, wherein the first retrieval result represents that error transaction data exist in the database;
the determining module is used for acquiring the wrong transaction amount and the transaction direction according to the first retrieval result;
the creating module is used for creating target transaction, wherein the target transaction and the error transaction have the same transaction direction and the opposite transaction amount.
In a third aspect, an embodiment of the present application provides an electronic device, including a processor and a memory;
the memory is used for storing operation instructions;
the processor is configured to execute the method in any of the embodiments by calling the operation instruction.
In a fourth aspect, the present application provides a computer-readable storage medium, on which a computer program is stored, and when the computer program is executed by a processor, the computer program implements the method of any one of the above embodiments.
The technical scheme provided by the embodiment of the application has the following beneficial effects: acquiring a first retrieval result by retrieving a transaction database, wherein the first retrieval result indicates that error transaction data exist in the database; acquiring a wrong transaction amount and a transaction direction according to the first retrieval result; and creating a target transaction, wherein the target transaction and the error transaction have the same transaction direction and the opposite transaction amount. According to the scheme, when the transaction database is found to be in the wrong record through account checking retrieval, at least one transaction with the transaction amount of which the transaction amount is a negative value is created, so that the offset and the backspacing of the total wrong transaction amount of the transaction database can be realized, and the transaction can be quickly backspaced by retrieving the special transaction amount in accounting operation through creating one transaction with the transaction amount of which the transaction amount is a negative value, and the transaction is rejected in a normal accounting database, so that the false increase of the accounting subject amount is avoided.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present application, the drawings used in the description of the embodiments of the present application will be briefly described below.
Fig. 1 is a schematic flow chart of a transaction data processing method according to an embodiment of the present application;
fig. 2 is a schematic structural diagram of a transaction data processing apparatus according to an embodiment of the present disclosure;
fig. 3 is a schematic structural diagram of an electronic device according to an embodiment of the present application.
Detailed Description
Reference will now be made in detail to embodiments of the present application, examples of which are illustrated in the accompanying drawings, wherein like reference numerals refer to the same or similar elements or elements having the same or similar function throughout. The embodiments described below with reference to the drawings are exemplary only for the purpose of explaining the present application and are not to be construed as limiting the present invention.
As used herein, the singular forms "a", "an", "the" and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise. It will be further understood that the terms "comprises" and/or "comprising," when used in this specification, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof. As used herein, the term "and/or" includes all or any element and all combinations of one or more of the associated listed items.
To make the objects, technical solutions and advantages of the present application more clear, embodiments of the present application will be described in further detail below with reference to the accompanying drawings.
The following describes the technical solution of the present application and how to solve the above technical problems with specific embodiments. The following several specific embodiments may be combined with each other, and details of the same or similar concepts or processes may not be repeated in some embodiments. Embodiments of the present application will be described below with reference to the accompanying drawings.
Fig. 1 shows a schematic flowchart of a transaction data processing method provided in an embodiment of the present application, and as shown in fig. 1, the method mainly includes:
s101, retrieving a transaction database to obtain a first retrieval result, wherein the first retrieval result indicates that error transaction data exist in the database;
s102, acquiring an error transaction amount and a transaction direction according to the first retrieval result;
s103, creating a target transaction, wherein the target transaction and the error transaction have the same transaction direction and opposite transaction limit.
Wherein, in the above embodiment, the method further comprises: the transaction database is retrieved as often as the daily frequency of each transaction. The first retrieval result indicates that the error transaction exists in the database, and the method further comprises the following steps: retrieving daily transaction total amount of the transaction database every transaction day; and determining at least one transaction data with an error record in a transaction database according to the daily account amount and the daily transaction total amount, and further determining the total error transaction direction and the transaction amount. And creating a target transaction which has the same direction as the total error transaction and negative value as the total error transaction according to the determined total error transaction direction and the determined transaction amount. For example, after the end of the transaction day, the salesperson compares the settled cash account with the transaction database, finds that the total income amount recorded in the transaction database is 2000 yuan more than that of the cash account, the income is the error transaction direction, the 2000 yuan is the error transaction amount, and according to the determined error transaction direction and the error transaction amount, a target transaction record with the income direction being the income and the transaction amount being-2000 yuan can be created in the transaction database, so that the records in the transaction database can be matched with the settled cash account, and the whole transaction rollback of the transaction database is realized because the transaction with the-2000 yuan is created in the transaction database. In subsequent reconciliation, target transactions with negative transaction values can be directly searched in the transaction database to quickly eliminate the backspace transactions without generating false increase of accounting subject generation values.
In an optional embodiment of the present application, after retrieving the transaction database to obtain the first retrieval result, the method further comprises: retrieving the transaction database to obtain a second retrieval result, wherein the second retrieval result is used for determining a first error transaction; wherein the first error transaction is at least one; acquiring transaction information of a first error transaction; creating a target transaction according to the first error transaction information, wherein the target transaction is used for counteracting the first error transaction. The transaction information of the first error transaction at least comprises: the transaction system comprises a transaction body, a transaction direction, a transaction amount and a transaction serial number. The creating a target transaction according to the first error transaction information further comprises: copying a transaction main body, a transaction direction and a transaction running water of the first error transaction as transaction information of a target transaction; determining a negative value of the transaction amount of the first erroneous transaction as the transaction amount of the target transaction. In order to more clearly introduce the technical solution of the embodiment of the present application, an exemplary description is now made in conjunction with actual banking services: based on the foregoing examples of the salesman, after determining that there is an erroneous transaction in the transaction database, further searching the transaction database to determine that there is an erroneous specific transaction flow, when it is found that there are three erroneous transaction flow records (three first erroneous transactions) in the transaction database on this transaction day, respectively obtaining transaction information of the three erroneous transaction flow records, including but not limited to transaction subject, transaction direction, transaction amount, transaction time, transaction flow number, transaction approval batch number, etc., taking one of the erroneous transaction flow records as an example, after obtaining the above information, the salesman can establish a new transaction (i.e. the target transaction in the invention content) in the transaction database, where the new transaction has the same transaction subject, transaction direction and transaction flow number as the erroneous transaction flow record, but the transaction amount is a negative value of the erroneous transaction flow, and then updating the transaction database. And similarly, three target transactions corresponding to the three error transaction streams can be created to realize the rollback of the three error transaction records. According to the method and the device, the target transaction corresponding to the error transaction flow is established, so that the error transaction data can be quickly returned, the staff can be assisted to quickly position the error transaction data in subsequent checking according to the transaction information such as the same transaction main body and the same transaction serial number, the transaction data can be quickly eliminated in the transaction database due to the obvious difference of transaction amount, and the problem that the accounting subject is increased in amount due to transaction correction in the prior art is solved.
In an alternative embodiment of the present application, the created target transaction amount is the same as the determined first error transaction amount.
Based on the transaction data processing method shown in fig. 1, another aspect of the present application provides a transaction data processing apparatus, as shown in fig. 2, the apparatus includes: the device comprises: 201, 202, a determination module and 203, a creation module, wherein,
the 201 retrieval module is used for retrieving a transaction database to obtain a first retrieval result, wherein the first retrieval result represents that error transaction data exist in the database;
the 202 determination module is used for acquiring the wrong transaction amount and the transaction direction according to the first retrieval result;
and the 203 creating module is used for creating a target transaction, wherein the target transaction and the error transaction have the same transaction direction and opposite transaction amount.
In an alternative embodiment, the retrieval module of the apparatus is further configured to retrieve the transaction database as a daily frequency of transactions.
In an optional embodiment, the retrieval module is specifically configured to retrieve a daily transaction total of the transaction database per transaction day; the determining module is used for determining that at least one transaction data with an error record exists in the transaction database according to the daily reconciliation amount and the daily transaction total amount, and further determining the total error transaction direction and the transaction amount.
In an optional embodiment, the retrieving module is further configured to retrieve a second retrieval result from the transaction database, where the second retrieval result is used to determine a first error transaction; wherein the first error traffic is at least one; the determining module is further used for acquiring transaction information of the first error transaction; the creating module is further configured to create a target transaction according to the first error transaction information, wherein the target transaction is used to roll back the first error transaction.
In an optional embodiment, the transaction information of the first error transaction at least includes: the transaction system comprises a transaction body, a transaction direction, a transaction amount and a transaction serial number.
In an optional embodiment, the apparatus further comprises a copying module, wherein the copying module is configured to copy a transaction main body, a transaction direction, and a transaction streamline of the first error transaction as transaction information of a target transaction; the determining module is used for determining a negative value of the transaction amount of the first error transaction as the transaction amount of the target transaction.
In an optional embodiment, the target number of transactions created by the creation module is the same as the determined first number of erroneous transactions.
It is understood that the above-described modules of the transaction data processing device in the present embodiment have functions of implementing the respective steps of the method in the embodiment shown in fig. 1. The functions can be realized by hardware, and can also be realized by hardware executing corresponding software. The hardware or software includes one or more modules corresponding to the functions described above. The modules can be software and/or hardware, and the modules can be realized independently or by integrating a plurality of modules. For the functional description of each module, reference may be specifically made to the corresponding description of the method in the embodiment shown in fig. 1, and details are not repeated here.
The embodiment of the application provides an electronic device, which comprises a processor and a memory;
a memory for storing operating instructions;
and the processor is used for executing the transaction data processing method provided by any embodiment of the application by calling the operation instruction.
As an example, fig. 3 shows a schematic structural diagram of an electronic device to which an embodiment of the present application is applicable, and as shown in fig. 3, the electronic device 2000 includes: a processor 2001 and a memory 2003. Wherein the processor 2001 is coupled to a memory 2003, such as via a bus 2002. Optionally, the electronic device 2000 may also include a transceiver 2004. It should be noted that the transceiver 2004 is not limited to one in practical applications, and the structure of the electronic device 2000 is not limited to the embodiment of the present application.
The processor 2001 is applied to the embodiment of the present application to implement the method shown in the above method embodiment. The transceiver 2004 may include a receiver and a transmitter, and the transceiver 2004 is applied to the embodiments of the present application to implement the functions of the electronic device of the embodiments of the present application to communicate with other devices when executed.
The Processor 2001 may be a CPU (Central Processing Unit), a general purpose Processor, a DSP (Digital Signal Processor), an ASIC (Application Specific Integrated Circuit), an FPGA (Field Programmable Gate Array) or other Programmable logic device, a transistor logic device, a hardware component, or any combination thereof. Which may implement or perform the various illustrative logical blocks, modules, and circuits described in connection with the disclosure herein. The processor 2001 may also be a combination of computing functions, e.g., comprising one or more microprocessors, DSPs and microprocessors, and the like.
Bus 2002 may include a path that conveys information between the aforementioned components. The bus 2002 may be a PCI (Peripheral Component Interconnect) bus, an EISA (Extended Industry Standard Architecture) bus, or the like. The bus 2002 may be divided into an address bus, a data bus, a control bus, and the like. For ease of illustration, only one thick line is shown in FIG. 3, but this does not mean only one bus or one type of bus.
The Memory 2003 may be a ROM (Read Only Memory) or other type of static storage device that can store static information and instructions, a RAM (Random Access Memory) or other type of dynamic storage device that can store information and instructions, an EEPROM (Electrically Erasable Programmable Read Only Memory), a CD-ROM (Compact Disc Read Only Memory) or other optical Disc storage, optical Disc storage (including Compact Disc, laser Disc, optical Disc, digital versatile Disc, blu-ray Disc, etc.), a magnetic disk storage medium or other magnetic storage device, or any other medium that can be used to carry or store desired program code in the form of instructions or data structures and that can be accessed by a computer, but is not limited to these.
Optionally, the memory 2003 is used for storing application program code for performing the disclosed aspects, and is controlled in execution by the processor 2001. The processor 2001 is configured to execute the application program code stored in the memory 2003 to implement the transaction data processing method provided in any embodiment of the present application.
The electronic device provided by the embodiment of the application is applicable to any embodiment of the method, and details are not repeated herein.
The embodiment of the application provides a computer readable storage medium, which stores a computer program, and the program is executed by a processor to realize the transaction data processing method shown in the above method embodiment.
The computer-readable storage medium provided in the embodiments of the present application is applicable to any of the embodiments of the foregoing method, and is not described herein again.
According to the scheme provided by the embodiment of the application, a first retrieval result is obtained by retrieving a transaction database, wherein the first retrieval result indicates that error transaction data exist in the database; acquiring the wrong transaction amount and the transaction direction according to the first retrieval result; and creating a target transaction, wherein the target transaction and the error transaction have the same transaction direction and the opposite transaction amount. According to the scheme, when the transaction database is found to be in the wrong record through account checking retrieval, at least one transaction with the transaction amount of which the wrong transaction amount is a negative value is created, so that the offset and the backspacing of the total wrong transaction amount of the transaction database can be realized, and the transaction can be quickly backspaced by retrieving the special transaction amount in the accounting entry operation through creating one transaction with the transaction amount of which the wrong transaction amount is a negative value, and the transaction is rejected in the normal accounting entry base, so that the account subject is not increased falsely.
It should be understood that, although the steps in the flowcharts of the figures are shown in order as indicated by the arrows, the steps are not necessarily performed in order as indicated by the arrows. The steps are not performed in the exact order shown and may be performed in other orders unless explicitly stated herein. Moreover, at least a portion of the steps in the flow chart of the figures may include multiple sub-steps or multiple stages that are not necessarily performed at the same time, but may be performed at different times, in different orders, and may be performed alternately or in turns with other steps or at least a portion of the sub-steps or stages of other steps.
The foregoing is only a partial embodiment of the present invention, and it should be noted that, for those skilled in the art, various modifications and decorations can be made without departing from the principle of the present invention, and these modifications and decorations should also be regarded as the protection scope of the present invention.

Claims (10)

1. A method of transaction data processing, the method comprising:
retrieving a transaction database to obtain a first retrieval result, wherein the first retrieval result indicates that error transaction data exist in the database;
acquiring a wrong transaction amount and a transaction direction according to the first retrieval result;
and creating a target transaction, wherein the target transaction and the error transaction have the same transaction direction and the opposite transaction amount.
2. The transaction data processing method of claim 1, wherein the method further comprises:
the transaction database is retrieved as often as the daily frequency of each transaction.
3. The transaction data processing method of claim 2, wherein the first search result indicating that there is an error transaction in the database further comprises:
retrieving daily transaction totals of the transaction database every transaction day;
and determining at least one transaction data with an error record in a transaction database according to the daily account checking amount and the daily transaction total amount, and further determining the total error transaction direction and the transaction amount.
4. The transaction data method of claim 3, wherein after retrieving the transaction database to obtain the first retrieval result, the method further comprises:
retrieving the transaction database to obtain a second retrieval result, wherein the second retrieval result is used for determining a first error transaction; wherein the first error transaction is at least one;
acquiring transaction information of a first error transaction;
creating a target transaction according to the first error transaction information, wherein the target transaction is used for counteracting the first error transaction.
5. The transaction data method of claim 4, wherein the transaction information of the first error transaction comprises at least: the transaction system comprises a transaction body, a transaction direction, a transaction amount and a transaction serial number.
6. The transaction data method of claim 5, wherein creating a target transaction based on the first error transaction information further comprises:
copying a transaction main body, a transaction direction and a transaction running water of the first error transaction as transaction information of a target transaction;
determining a negative value of the transaction amount of the first erroneous transaction as the transaction amount of the target transaction.
7. The transaction data method of claim 4 or 6, wherein the created target transaction amount is the same as the determined first error transaction amount.
8. A transaction data processing apparatus, characterized in that the apparatus comprises: a retrieval module, a determination module, and a creation module, wherein,
the retrieval module is used for retrieving the transaction database to obtain a first retrieval result, wherein the first retrieval result represents that error transaction data exist in the database;
the determining module is used for acquiring the wrong transaction amount and the transaction direction according to the first retrieval result;
the creating module is used for creating target transaction, wherein the target transaction and the error transaction have the same transaction direction and the opposite transaction amount.
9. An electronic device comprising a processor and a memory;
the memory is used for storing operation instructions;
the processor is used for executing the method of any one of claims 1-7 by calling the operation instruction.
10. A computer-readable storage medium, characterized in that the storage medium has stored thereon a computer program which, when being executed by a processor, carries out the method of any one of claims 1-7.
CN202010726844.XA 2020-07-26 2020-07-26 Transaction data processing method and device, electronic equipment and computer-readable storage medium Pending CN111951009A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010726844.XA CN111951009A (en) 2020-07-26 2020-07-26 Transaction data processing method and device, electronic equipment and computer-readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010726844.XA CN111951009A (en) 2020-07-26 2020-07-26 Transaction data processing method and device, electronic equipment and computer-readable storage medium

Publications (1)

Publication Number Publication Date
CN111951009A true CN111951009A (en) 2020-11-17

Family

ID=73338087

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010726844.XA Pending CN111951009A (en) 2020-07-26 2020-07-26 Transaction data processing method and device, electronic equipment and computer-readable storage medium

Country Status (1)

Country Link
CN (1) CN111951009A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113837881A (en) * 2021-09-28 2021-12-24 中电金信软件有限公司 Transaction data updating method and device, electronic equipment and storage medium

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101996380A (en) * 2009-08-11 2011-03-30 中国工商银行股份有限公司 Method, device and system for searching incorrect account
CN108830697A (en) * 2018-04-04 2018-11-16 首汽租赁有限责任公司 A kind of industry wealth integral system and method
CN108960833A (en) * 2018-08-10 2018-12-07 哈尔滨工业大学(威海) A kind of abnormal transaction identification method based on isomery finance feature, equipment and storage medium
CN109859025A (en) * 2019-01-24 2019-06-07 上海蔚来汽车有限公司 A kind of automatic account checking method and electronic equipment
CN110163586A (en) * 2019-04-03 2019-08-23 阿里巴巴集团控股有限公司 The method, device and equipment of transaction payment and reimbursement processing
CN110232565A (en) * 2019-05-20 2019-09-13 平安银行股份有限公司 Resource liquidation method, device, computer equipment and storage medium
CN110619562A (en) * 2019-08-02 2019-12-27 上海联众网络信息有限公司 Full-channel bidirectional account checking method
CN110705981A (en) * 2018-07-09 2020-01-17 北京京东金融科技控股有限公司 Real-time settlement method and device

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101996380A (en) * 2009-08-11 2011-03-30 中国工商银行股份有限公司 Method, device and system for searching incorrect account
CN108830697A (en) * 2018-04-04 2018-11-16 首汽租赁有限责任公司 A kind of industry wealth integral system and method
CN110705981A (en) * 2018-07-09 2020-01-17 北京京东金融科技控股有限公司 Real-time settlement method and device
CN108960833A (en) * 2018-08-10 2018-12-07 哈尔滨工业大学(威海) A kind of abnormal transaction identification method based on isomery finance feature, equipment and storage medium
CN109859025A (en) * 2019-01-24 2019-06-07 上海蔚来汽车有限公司 A kind of automatic account checking method and electronic equipment
CN110163586A (en) * 2019-04-03 2019-08-23 阿里巴巴集团控股有限公司 The method, device and equipment of transaction payment and reimbursement processing
CN110232565A (en) * 2019-05-20 2019-09-13 平安银行股份有限公司 Resource liquidation method, device, computer equipment and storage medium
CN110619562A (en) * 2019-08-02 2019-12-27 上海联众网络信息有限公司 Full-channel bidirectional account checking method

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113837881A (en) * 2021-09-28 2021-12-24 中电金信软件有限公司 Transaction data updating method and device, electronic equipment and storage medium
CN113837881B (en) * 2021-09-28 2023-02-28 中电金信软件有限公司 Transaction data updating method and device, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
CN107330776B (en) Method and device for detecting bookkeeping and abnormal bookkeeping details
CN109840837B (en) Financial data processing method and device, computer readable medium and electronic equipment
CN108615184B (en) Accounting method and device
CN111260465A (en) Business processing method, device, server and storage medium
US20050283492A1 (en) Systems and methods for online transactional data processing
US11914551B2 (en) Pre-reading method and system of kernel client, and computer-readable storage medium
CN111951009A (en) Transaction data processing method and device, electronic equipment and computer-readable storage medium
CN111260471A (en) Accounting and transaction information processing system, method, apparatus, device and medium
CN113312259A (en) Interface testing method and device
CN111898759A (en) Knowledge base updating method and device, electronic equipment and readable storage medium
CN110928565A (en) Hotspot account data updating method and device, server and storage medium
CN111338574B (en) Data self-repairing method, device, medium and electronic equipment based on block chain
CN112948389A (en) MD 5-based database table data comparison method and equipment
CN111914128A (en) Method and device for determining associated user, electronic equipment and readable storage medium
CN113486627B (en) Single number generation method and device and electronic equipment
CN111625556B (en) Order matching method, device, equipment and storage medium based on credit investigation
US10032229B1 (en) Employing spillover tables for data updates
CN111882310B (en) Data comparison method, device and equipment and computer readable storage medium
CN116303731B (en) Code matching method and device for hospital standard main data and electronic equipment
JP7388677B2 (en) Input support device, input support method, and program
CN112527841A (en) Stream data merging processing method and device
CN112348683A (en) Transaction method, transaction device, electronic equipment and computer-readable storage medium
CN117009296A (en) Log searching method, device, equipment and storage medium
CN114595229A (en) Method and equipment for extracting table object
CN112433988A (en) Data checking method, device, computer 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
TA01 Transfer of patent application right

Effective date of registration: 20220928

Address after: 25 Financial Street, Xicheng District, Beijing 100033

Applicant after: CHINA CONSTRUCTION BANK Corp.

Address before: 25 Financial Street, Xicheng District, Beijing 100033

Applicant before: CHINA CONSTRUCTION BANK Corp.

Applicant before: Jianxin Financial Science and Technology Co.,Ltd.

TA01 Transfer of patent application right