CN111881166A - Operation data processing method, device and system based on block chain - Google Patents

Operation data processing method, device and system based on block chain Download PDF

Info

Publication number
CN111881166A
CN111881166A CN202010708633.3A CN202010708633A CN111881166A CN 111881166 A CN111881166 A CN 111881166A CN 202010708633 A CN202010708633 A CN 202010708633A CN 111881166 A CN111881166 A CN 111881166A
Authority
CN
China
Prior art keywords
job
block
data
identifier
job data
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.)
Granted
Application number
CN202010708633.3A
Other languages
Chinese (zh)
Other versions
CN111881166B (en
Inventor
孙才婵
沈驹
杨旭
陈浩宇
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Industrial and Commercial Bank of China Ltd ICBC
Original Assignee
Industrial and Commercial Bank of China Ltd ICBC
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 Industrial and Commercial Bank of China Ltd ICBC filed Critical Industrial and Commercial Bank of China Ltd ICBC
Priority to CN202010708633.3A priority Critical patent/CN111881166B/en
Publication of CN111881166A publication Critical patent/CN111881166A/en
Application granted granted Critical
Publication of CN111881166B publication Critical patent/CN111881166B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • 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
    • G06F16/2455Query execution
    • 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/27Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/64Protecting data integrity, e.g. using checksums, certificates or signatures
    • 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/389Keeping log of transactions for guaranteeing non-repudiation of a transaction
    • 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/04Trading; Exchange, e.g. stocks, commodities, derivatives or currency exchange

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Physics & Mathematics (AREA)
  • Accounting & Taxation (AREA)
  • General Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Finance (AREA)
  • General Business, Economics & Management (AREA)
  • Strategic Management (AREA)
  • Computer Security & Cryptography (AREA)
  • Data Mining & Analysis (AREA)
  • Marketing (AREA)
  • Economics (AREA)
  • Development Economics (AREA)
  • Technology Law (AREA)
  • Computational Linguistics (AREA)
  • Health & Medical Sciences (AREA)
  • Bioethics (AREA)
  • General Health & Medical Sciences (AREA)
  • Computer Hardware Design (AREA)
  • Software Systems (AREA)
  • Computing Systems (AREA)
  • Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a method, a device and a system for processing operation data based on a block chain, wherein the method comprises the following steps: obtaining a job data query request, the request comprising: a job identifier; searching a corresponding block on a block chain according to the operation identifier; and responding to the found corresponding block, and acquiring the operation data corresponding to the query request on the corresponding block so as to perform account checking operation. By the method and the device, account checking efficiency can be effectively improved, and integrity and safety of accounting are well guaranteed.

Description

Operation data processing method, device and system based on block chain
Technical Field
The invention relates to the field of data processing, in particular to a method, a device and a system for processing operation data based on a block chain.
Background
During the course of a fund transaction, currently transaction-related records exist separately in different databases of different systems. In this case, the data is easily acquired and tampered, and it is difficult to trace back to the chain of circulation of the funds. In addition, in the conventional reconciliation process, data comparison is often required among multiple counterparties, the comparison mode adopts a text or bill query mode to check one by one, processes such as text interaction, data circulation and the like exist in the middle, the whole link is long, the comparison mode is relatively complex, the comparison efficiency is low, and risks such as data exposure exist.
Disclosure of Invention
In view of the above, the present invention provides a method, an apparatus and a system for processing job data based on a block chain to solve at least one of the above-mentioned problems.
According to a first aspect of the present invention, there is provided a method for processing job data based on a block chain, the method comprising:
obtaining a job data query request, the request comprising: a job identifier;
searching a corresponding block on a block chain according to the operation identifier;
and responding to the found corresponding block, and acquiring the operation data corresponding to the query request on the corresponding block so as to perform account checking operation.
Specifically, the job identification is generated by: and generating the job identification according to the job data corresponding to the query request.
The method further comprises the following steps: and sending the operation data and the operation identifier corresponding to the operation data to the block for uplink operation.
According to a second aspect of the present invention, there is provided a block chain-based job data processing apparatus, the apparatus comprising:
a request acquisition unit configured to acquire a job data query request, the request including: a job identifier;
the searching unit is used for searching a corresponding block on the block chain according to the operation identifier;
and the account checking unit is used for responding to the found corresponding block and acquiring the operation data corresponding to the query request on the corresponding block so as to perform account checking operation.
The above-mentioned device still includes: and the identification generation unit is used for generating the job identification.
The identifier generation unit is specifically configured to: and generating the job identification according to the job data corresponding to the query request.
The above-mentioned device still includes: a sending unit, configured to send the operation data and the operation identifier corresponding to the operation data to the block for uplink operation.
According to a third aspect of the present invention there is provided a blockchain based job data processing system, the system comprising: the job data processing apparatus, the plurality of blocks in the block chain, and the client described above, wherein the job data processing apparatus receives a job data query request from the client, and searches for a job corresponding to the query request in the plurality of blocks in the block chain according to a job identifier in the job data query request, so as to perform a reconciliation operation.
According to a fourth aspect of the present invention, there is provided an electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the steps of the above method when executing the program.
According to a fifth aspect of the invention, a computer-readable storage medium is provided, on which a computer program is stored which, when being executed by a processor, carries out the steps of the above-mentioned method.
According to the technical scheme, the corresponding block is searched on the block chain according to the operation identification in the acquired operation data query request, and the operation data corresponding to the query request is acquired on the corresponding block so as to perform account checking operation.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to these drawings without creative efforts.
FIG. 1 is a block diagram of a block chain based job data processing system according to an embodiment of the present invention;
fig. 2 is a block diagram of the configuration of the job data processing apparatus 1 according to the embodiment of the present invention;
fig. 3 is a detailed configuration block diagram of the job data processing apparatus 1 according to the embodiment of the present invention;
FIG. 4 is an architectural diagram of a blockchain-based job data processing system according to an embodiment of the present invention;
FIG. 5 is a block diagram of a transaction according to an embodiment of the invention;
FIG. 6 is a flowchart of a method of blockchain-based job data processing according to an embodiment of the present invention;
fig. 7 is a schematic block diagram of a system configuration of an electronic apparatus 600 according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
In view of the fact that the current transaction related data exist in different databases of different systems, the reconciliation process adopts a one-by-one check, the whole reconciliation link is long, and the comparison efficiency is low, based on this, the embodiment of the invention provides a system based on a block chain technology to meet the requirements of uniform transaction reconciliation and source tracing. Embodiments of the present invention are described in detail below with reference to the accompanying drawings.
Fig. 1 is a block diagram of a block chain-based job data processing system according to an embodiment of the present invention, as shown in fig. 1, the system including: the system comprises a job data processing device 1, a plurality of blocks 2 in a block chain and a client 3, wherein the job data processing device receives a job data query request from the client and searches jobs corresponding to the query request in the plurality of blocks in the block chain according to a job identifier in the job data query request so as to perform account checking operation.
The job identifier may be generated from the job data, and when recording the job data onto the blockchain, the job identifier (or called blockchain identifier of the job data) may be generated from the job data, and the job identifier is returned to the client and each system of the bank. When different counter parties carry out account checking processing (namely, the operation data can also be called as transaction data), relevant data can be conveniently inquired according to the operation identification, and comparison is completed.
For a better understanding of the embodiments of the present invention, the job data processing apparatus 1 is described in detail below.
Fig. 2 is a block diagram of the configuration of the job data processing apparatus 1, and as shown in fig. 2, the job data processing apparatus 1 includes: request acquisition unit 11, lookup unit 12 and reconciliation unit 13, wherein:
a request acquisition unit 11 configured to acquire a job data query request, where the request includes: a job identifier;
the searching unit 12 is configured to search a corresponding block on the block chain according to the job identifier;
and the reconciliation unit 13 is configured to, in response to finding the corresponding block, obtain the job data corresponding to the query request in the corresponding block, so as to perform a reconciliation operation.
The searching unit 12 searches a corresponding block on the block chain according to the job identifier in the job data query request acquired by the request acquiring unit 11, and the reconciliation unit 13 acquires the job data corresponding to the query request on the corresponding block to perform reconciliation operation.
In a specific implementation process, as shown in fig. 3, the job data processing apparatus further includes: an identifier generation unit 14 configured to generate the job identifier. Specifically, the identification generation unit generates a job identification from the job data.
In one embodiment, the job data may be serialized into a bytecode, and then a Hash Algorithm, including but not limited to MD5(Message-Digest Algorithm), SHA-1(Secure Hash Algorithm 1), etc., is used to perform a Hash operation on the bytecode to obtain a corresponding Hash value, where the Hash value is a job identifier corresponding to the job data.
The job data processing apparatus further includes: a sending unit 15, configured to send the operation data and the operation identifier corresponding to the operation data to the block for uplink operation.
In actual operation, the node and the location of the generation of the job identifier may be determined according to actual situations, may be generated in a block, or may be generated at the job data processing apparatus side, and the present invention is not limited thereto.
Accordingly, a tile may include: and the receiving unit is used for receiving the job data and the job identification corresponding to the job data.
In practical operation, the units may be arranged in combination or in a single arrangement, and the present invention is not limited thereto.
In the specific implementation process, the interaction entities involved in the fund transaction and reconciliation mainly include a client, a transaction system, a transaction bank, a unionpay system and an opponent bank, and the roles of the entities in the transaction and reconciliation process are briefly described below with reference to the system architecture shown in fig. 4.
The customers can be divided into individual users and enterprise users, and initiate transaction requests in various ways such as money transfer, payment and the like.
The transaction system is usually an Enterprise ERP (Enterprise Resource Planning) system or a third party payment system, and provides transaction service for customers by accessing a bank system.
A transaction bank refers to a financial institution that operates monetary credit services in accordance with the establishment of a law, typically a customer's bank of accounts, as a payer of a financial exchange.
The bank system refers to a bank card network transaction transfer clearing platform created by China Union Pay and commercial banks, and all banks realize transaction intercommunication among different banks through the bank cross-bank transaction clearing system.
The adversary bank refers to a financial institution that operates a monetary credit business in which the law is established, as a payee of a fund transaction.
In the embodiment of the invention, the blockchain can be regarded as a fund transaction data sharing database, records fund circulation in a blockchain transaction mode, stores transaction details and can provide account checking service according to the non-tampering characteristic of the blockchain.
For further understanding of the embodiments of the present invention, the following describes an application scenario based on the system architecture shown in fig. 4.
1. Transaction request submission scenario
The client submits a cross-bank transaction request in the transaction system, the transaction system submits an instruction to a transaction bank, the transaction bank calculates the blockchain identifier according to the instruction data, the instruction containing the blockchain identifier is submitted to the Unionpay system after various verifications are carried out, and the Unionpay system submits the instruction containing the blockchain identifier to an opponent bank for settlement. Each system stores the blockchain identification locally for subsequent reconciliation scenario use.
2. Transaction result confirmation scenario
And the Unionpay system returns the transaction information to the transaction bank after settlement. In the settlement process, the fund increase is carried out on the opponent bank, the fund deduction is carried out on the transaction bank, and the two processing results are kept consistent. And the transaction bank uploads the transaction information to the block after receiving the successful command of the Unionpay system, and then writes the block transaction information record into the block chain.
3. Transaction reconciliation scenario
The reconciliation process widely exists between a client and a transaction system, between the transaction system and a transaction bank, between the transaction bank and a unionpay system, and between the unionpay system and an opponent bank. In the embodiment of the invention, each system searches each block in the block chain by using the block chain identifier as the key word, if the record exists, the record is successfully processed, other detailed information can be further selected by self definition, and if the block chain record does not exist, the corresponding accounting processing fails. By the system, account checking logic can be simplified, and state consistency among multiple systems is ensured.
In practice, a plurality of transaction data (or called transaction records) are stored in a block, and the block storing the transaction data may be called a block transaction.
Fig. 5 is a schematic structural diagram of each block transaction, as shown in fig. 5, the block transaction includes: last chunk hash value 501, mercker root 502, timestamp 503, transaction content 504, where:
last chunk hash value 501: calculating the last block (Tx)pre) As the last transaction ID input, the SHA-256 algorithm based hash value of (a).
Mercker root 502: and performing two-group Hash calculation on all the transaction information to obtain a final Hash value, wherein the Hash value can quickly verify the integrity of the transaction data.
Time stamp 503: the time of production of this block is recorded. Generally, each time a block is generated, a corresponding time stamp is attached to ensure that the blocks on the entire chain are arranged in time sequence.
Transaction content 504: the transaction content is composed of transaction related fields, user transaction Data is recorded in detail, different transaction contents can be generated in a configurable mode according to different transaction service types, and a Data Encryption mode can be set according to customer requirements, and the Data Encryption mode is usually a symmetric Encryption algorithm, such as Data Encryption Standard (DES), Advanced Encryption Standard (AES) and the like.
In one embodiment, when a customer initiates a transaction, the transaction data may include money transfer remittance, surreptitious wages, shopping payments, and the like. Each transaction datum contains payer information, payee information, transaction currency, usage summary, transaction time, etc., which are stored in transaction content 504.
As can be seen from the above description, the operation data processing system based on the block chain according to the embodiment of the present invention can solve the problem of tedious reconciliation between multiple systems, and improve the reconciliation efficiency. Particularly, the design of transaction record and account checking is carried out based on the block chain technology, so that the data safety and convenient and fast traceability of the account checking can be realized, and the accuracy and timeliness of the account checking are ensured to the maximum extent. The method has the following specific advantages:
1. and (3) data security: the safety and the privacy of transaction data are guaranteed by a blockchain technology, the transaction information is stored and encrypted on private information of a blockchain and can be checked only through a secret key, and therefore the safety and the privacy of the transaction data of a client are guaranteed. On the other hand, the non-tamperable nature of the blockchain itself also avoids manual alteration of the transaction information.
2. Transaction traceability: the transaction data is recorded on the block chain, so that the source, the use and the circulation path of the transaction are determined, the transaction record can be ensured to be accurate and traceable, and each transaction data is traceable.
3. Account checking is convenient: by adopting a centralized account checking mode, each system takes the block chain system as a unified account checking reference, the transmission consumption of account checking between every two systems in the conventional account checking can be reduced, the comparison efficiency is improved, and the account checking efficiency can be improved.
Based on similar inventive concepts, the embodiment of the present invention further provides a method for processing job data based on a block chain, and the method is preferably applicable to the above apparatus.
Fig. 6 is a flowchart of a block chain-based job data processing method according to an embodiment of the present invention, as shown in fig. 1, the method including:
step 601, obtaining a job data (also referred to as transaction data) query request, where the request includes: and identifying the operation.
The job identifier here may be generated from the corresponding job data, and in actual operation, the job identifier may also be referred to as a blockchain identifier.
Step 602, searching a corresponding block on the block chain according to the operation identifier.
Step 603, in response to finding the corresponding block, obtaining the job data corresponding to the query request on the corresponding block to perform reconciliation operation.
Compared with the account checking process in the prior art, the account checking method and the system can effectively improve the account checking efficiency and better ensure the integrity and the safety of the account.
In actual operation, in order to facilitate the query and reconciliation operations, each operation data and the corresponding operation identifier may be sent to the block in advance to perform the uplink operation, so as to perform the above steps 601 and 603.
The data query scheme based on the blockchain technology provided by the embodiment of the invention can be applied to an account checking process, when transaction related instructions such as payment are submitted, information is recorded on the blockchain, and blockchain identifiers can be returned to a client and various systems of a bank, so that the purposes of non-falsification and permanent storage of records are achieved. When different opponents carry out account checking processing, related data can be conveniently inquired according to the block chain identification, comparison is completed, and therefore account checking efficiency can be effectively improved, and integrity and safety of accounts are well guaranteed.
The present embodiment also provides an electronic device, which may be a desktop computer, a tablet computer, a mobile terminal, and the like, but is not limited thereto. In this embodiment, the electronic device may refer to the above method embodiment and the embodiment of the device/system for processing operation data based on a block chain, and the contents thereof are incorporated herein, and repeated descriptions are omitted.
Fig. 7 is a schematic block diagram of a system configuration of an electronic apparatus 600 according to an embodiment of the present invention. As shown in fig. 7, the electronic device 600 may include a central processor 100 and a memory 140; the memory 140 is coupled to the central processor 100. Notably, this diagram is exemplary; other types of structures may also be used in addition to or in place of the structure to implement telecommunications or other functions.
In one embodiment, the blockchain-based job data processing functionality may be integrated into the central processor 100. The central processor 100 may be configured to control as follows:
step 601, obtaining a job data query request, where the request includes: and identifying the operation.
Step 602, searching a corresponding block on the block chain according to the operation identifier.
Step 603, in response to finding the corresponding block, obtaining the job data corresponding to the query request on the corresponding block to perform reconciliation operation.
Compared with the account checking process in the prior art, the account checking method and the system can effectively improve the account checking efficiency and better ensure the integrity and the safety of the account.
In another embodiment, the work data processing apparatus/system based on the block chain may be configured separately from the central processor 100, for example, the work data processing apparatus/system based on the block chain may be configured as a chip connected to the central processor 100, and the work data processing function based on the block chain is realized by the control of the central processor.
As shown in fig. 7, the electronic device 600 may further include: communication module 110, input unit 120, audio processing unit 130, display 160, power supply 170. It is noted that the electronic device 600 does not necessarily include all of the components shown in fig. 7; furthermore, the electronic device 600 may also comprise components not shown in fig. 7, which may be referred to in the prior art.
As shown in fig. 7, the central processor 100, sometimes referred to as a controller or operational control, may include a microprocessor or other processor device and/or logic device, the central processor 100 receiving input and controlling the operation of the various components of the electronic device 600.
The memory 140 may be, for example, one or more of a buffer, a flash memory, a hard drive, a removable media, a volatile memory, a non-volatile memory, or other suitable device. The information relating to the failure may be stored, and a program for executing the information may be stored. And the central processing unit 100 may execute the program stored in the memory 140 to realize information storage or processing, etc.
The input unit 120 provides input to the cpu 100. The input unit 120 is, for example, a key or a touch input device. The power supply 170 is used to provide power to the electronic device 600. The display 160 is used to display an object to be displayed, such as an image or a character. The display may be, for example, an LCD display, but is not limited thereto.
The memory 140 may be a solid state memory such as Read Only Memory (ROM), Random Access Memory (RAM), a SIM card, or the like. There may also be a memory that holds information even when power is off, can be selectively erased, and is provided with more data, an example of which is sometimes called an EPROM or the like. The memory 140 may also be some other type of device. Memory 140 includes buffer memory 141 (sometimes referred to as a buffer). The memory 140 may include an application/function storage section 142, and the application/function storage section 142 is used to store application programs and function programs or a flow for executing the operation of the electronic device 600 by the central processing unit 100.
The memory 140 may also include a data store 143, the data store 143 for storing data, such as contacts, digital data, pictures, sounds, and/or any other data used by the electronic device. The driver storage portion 144 of the memory 140 may include various drivers of the electronic device for communication functions and/or for performing other functions of the electronic device (e.g., messaging application, address book application, etc.).
The communication module 110 is a transmitter/receiver 110 that transmits and receives signals via an antenna 111. The communication module (transmitter/receiver) 110 is coupled to the central processor 100 to provide an input signal and receive an output signal, which may be the same as in the case of a conventional mobile communication terminal.
Based on different communication technologies, a plurality of communication modules 110, such as a cellular network module, a bluetooth module, and/or a wireless local area network module, may be provided in the same electronic device. The communication module (transmitter/receiver) 110 is also coupled to a speaker 131 and a microphone 132 via an audio processor 130 to provide audio output via the speaker 131 and receive audio input from the microphone 132 to implement general telecommunications functions. Audio processor 130 may include any suitable buffers, decoders, amplifiers and so forth. In addition, an audio processor 130 is also coupled to the central processor 100, so that recording on the local can be enabled through a microphone 132, and so that sound stored on the local can be played through a speaker 131.
An embodiment of the present invention further provides a computer-readable storage medium, on which a computer program is stored, where the computer program is executed by a processor to implement the steps of the above method for processing job data based on a block chain.
In summary, the embodiments of the present invention comprehensively use the block chain technologies such as decentralized storage, consensus mechanism, encryption algorithm, etc., improve the traditional reconciliation method, complete accounting by using the block chain as a carrier, and use the block chain identifier as a main comparison logic for reconciliation, so as to achieve the purpose of efficient accounting source tracing comparison.
The preferred embodiments of the present invention have been described above with reference to the accompanying drawings. The many features and advantages of the embodiments are apparent from the detailed specification, and thus, it is intended by the appended claims to cover all such features and advantages of the embodiments which fall within the true spirit and scope thereof. Further, since numerous modifications and changes will readily occur to those skilled in the art, it is not desired to limit the embodiments of the invention to the exact construction and operation illustrated and described, and accordingly, all suitable modifications and equivalents may be resorted to, falling within the scope thereof.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
The principle and the implementation mode of the invention are explained by applying specific embodiments in the invention, and the description of the embodiments is only used for helping to understand the method and the core idea of the invention; meanwhile, for a person skilled in the art, according to the idea of the present invention, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present invention.

Claims (10)

1. A method for processing job data based on a block chain, the method comprising:
obtaining a job data query request, the request comprising: a job identifier;
searching a corresponding block on a block chain according to the operation identifier;
and responding to the found corresponding block, and acquiring the operation data corresponding to the query request on the corresponding block so as to perform account checking operation.
2. The method of claim 1, wherein the job identification is generated by:
and generating the job identification according to the job data corresponding to the query request.
3. The method of claim 1, further comprising:
and sending the operation data and the operation identifier corresponding to the operation data to the block for uplink operation.
4. A block chain-based job data processing apparatus, comprising:
a request acquisition unit configured to acquire a job data query request, the request including: a job identifier;
the searching unit is used for searching a corresponding block on the block chain according to the operation identifier;
and the account checking unit is used for responding to the found corresponding block and acquiring the operation data corresponding to the query request on the corresponding block so as to perform account checking operation.
5. The apparatus of claim 4, further comprising:
an identification generation unit for generating the job identification,
the identifier generation unit is specifically configured to: and generating the job identification according to the job data corresponding to the query request.
6. The apparatus of claim 4, further comprising:
a sending unit, configured to send the operation data and the operation identifier corresponding to the operation data to the block for uplink operation.
7. A blockchain-based job data processing system, the system comprising: the job data processing device, the plurality of blocks in the block chain and the client according to any one of claims 4 to 6, wherein the job data processing device receives a job data query request from the client, and searches a job corresponding to the query request in the plurality of blocks in the block chain according to a job identifier in the job data query request so as to perform reconciliation operation.
8. The system of claim 7, wherein the block comprises:
and the receiving unit is used for receiving the job data and the job identification corresponding to the job data.
9. An electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the steps of the method according to any of claims 1 to 3 are implemented when the processor executes the program.
10. A computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out the steps of the method of any one of claims 1 to 3.
CN202010708633.3A 2020-07-22 2020-07-22 Method, device and system for processing operation data based on block chain Active CN111881166B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010708633.3A CN111881166B (en) 2020-07-22 2020-07-22 Method, device and system for processing operation data based on block chain

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010708633.3A CN111881166B (en) 2020-07-22 2020-07-22 Method, device and system for processing operation data based on block chain

Publications (2)

Publication Number Publication Date
CN111881166A true CN111881166A (en) 2020-11-03
CN111881166B CN111881166B (en) 2024-03-08

Family

ID=73155257

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010708633.3A Active CN111881166B (en) 2020-07-22 2020-07-22 Method, device and system for processing operation data based on block chain

Country Status (1)

Country Link
CN (1) CN111881166B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112767157A (en) * 2021-01-20 2021-05-07 中国工商银行股份有限公司 Transaction supervision method, device and system
CN115880088A (en) * 2023-02-14 2023-03-31 布比(北京)网络技术有限公司 Accounting processing method, access server, node server and accounting processing system

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108846752A (en) * 2018-06-06 2018-11-20 北京京东金融科技控股有限公司 Data processing method, system, block platform chain and readable storage medium storing program for executing
CN108876572A (en) * 2018-05-29 2018-11-23 阿里巴巴集团控股有限公司 The account checking method and device, electronic equipment of block chain transaction
CN109102259A (en) * 2017-06-21 2018-12-28 北京航空航天大学 Support the multichain architecture design of banking
CN109118360A (en) * 2018-07-19 2019-01-01 中国联合网络通信集团有限公司 Block chain account checking method, device, equipment and storage medium
US20190122296A1 (en) * 2017-10-23 2019-04-25 Alibaba Group Holding Limited Data auditing method and device
CN109785132A (en) * 2018-12-21 2019-05-21 众安信息技术服务有限公司 A kind of anti-fake source tracing method, device and storage medium based on block chain
CN110111108A (en) * 2019-05-15 2019-08-09 袁园 A kind of secure financial management system based on block chain technology
CN110322352A (en) * 2019-07-09 2019-10-11 深圳市炳德区块链技术有限公司 A kind of account book foundation and querying method, electronic equipment based on block chain
CN110390586A (en) * 2019-07-23 2019-10-29 中国工商银行股份有限公司 Account checking method, device and server
CN111127011A (en) * 2019-12-13 2020-05-08 杜晓楠 Transaction method, system and computer-readable storage medium for checking account based on block chain

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109102259A (en) * 2017-06-21 2018-12-28 北京航空航天大学 Support the multichain architecture design of banking
US20190122296A1 (en) * 2017-10-23 2019-04-25 Alibaba Group Holding Limited Data auditing method and device
CN108876572A (en) * 2018-05-29 2018-11-23 阿里巴巴集团控股有限公司 The account checking method and device, electronic equipment of block chain transaction
CN108846752A (en) * 2018-06-06 2018-11-20 北京京东金融科技控股有限公司 Data processing method, system, block platform chain and readable storage medium storing program for executing
CN109118360A (en) * 2018-07-19 2019-01-01 中国联合网络通信集团有限公司 Block chain account checking method, device, equipment and storage medium
CN109785132A (en) * 2018-12-21 2019-05-21 众安信息技术服务有限公司 A kind of anti-fake source tracing method, device and storage medium based on block chain
CN110111108A (en) * 2019-05-15 2019-08-09 袁园 A kind of secure financial management system based on block chain technology
CN110322352A (en) * 2019-07-09 2019-10-11 深圳市炳德区块链技术有限公司 A kind of account book foundation and querying method, electronic equipment based on block chain
CN110390586A (en) * 2019-07-23 2019-10-29 中国工商银行股份有限公司 Account checking method, device and server
CN111127011A (en) * 2019-12-13 2020-05-08 杜晓楠 Transaction method, system and computer-readable storage medium for checking account based on block chain

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112767157A (en) * 2021-01-20 2021-05-07 中国工商银行股份有限公司 Transaction supervision method, device and system
CN112767157B (en) * 2021-01-20 2024-04-30 中国工商银行股份有限公司 Transaction supervision method, device and system
CN115880088A (en) * 2023-02-14 2023-03-31 布比(北京)网络技术有限公司 Accounting processing method, access server, node server and accounting processing system

Also Published As

Publication number Publication date
CN111881166B (en) 2024-03-08

Similar Documents

Publication Publication Date Title
US20230351367A1 (en) Systems and methods of blockchain transaction recordation
JP6695960B2 (en) Method and system for processing blockchain-based transactions on an existing payment network
US20230206217A1 (en) Digital asset distribution by transaction device
JP6462158B2 (en) Method and system for detecting unauthorized use in blockchain based transactions
JP6570656B2 (en) Method and system for linking assets based on blockchain to non-convertible currency accounts
JP6875597B2 (en) Transaction processing methods and systems with full crypto auditing capabilities
US20170236103A1 (en) Peer-to-Peer Financial Transactions Using A Private Distributed Ledger
US11245513B2 (en) System and method for authorizing transactions in an authorized member network
US20170221053A1 (en) Digital asset conversion
US11328093B1 (en) Protecting sensitive data
AU2019222821A1 (en) Method and system for validation of hashed data via acceptance frames
US11605076B2 (en) Reconciliation of indirectly executed exchanges of data using permissioned distributed ledgers
AU2017288112A1 (en) Digital asset account management
JP2018518758A (en) Method and system for integrating exchange processing and issuer processing for blockchain based transactions
CN110008716A (en) Block chain method of commerce and device, electronic equipment, storage medium
US20210182838A1 (en) System for tracking resources in a distributed environment
CN111881166B (en) Method, device and system for processing operation data based on block chain
CN110009492A (en) Block chain method of commerce and device, electronic equipment, storage medium
CN110417917B (en) Method, system, computer device and medium for ticket circulation
JP5918346B1 (en) Lending system, lending method and program
US20230230067A1 (en) Tokenized control of personal data
CN117114672A (en) Account amount adjusting method, device, equipment and storage medium
CN114037533A (en) Coin string combination method and device, computer equipment and storage medium
CN115760327A (en) Account opening method and device based on 5G message technology
CN113205323A (en) Red packet circulation method and device based on block chain

Legal Events

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