CN114756556B - Method, device, electronic equipment and computer readable medium for processing account data - Google Patents

Method, device, electronic equipment and computer readable medium for processing account data Download PDF

Info

Publication number
CN114756556B
CN114756556B CN202210671064.9A CN202210671064A CN114756556B CN 114756556 B CN114756556 B CN 114756556B CN 202210671064 A CN202210671064 A CN 202210671064A CN 114756556 B CN114756556 B CN 114756556B
Authority
CN
China
Prior art keywords
data
subsystem
preselected
alternative
database
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202210671064.9A
Other languages
Chinese (zh)
Other versions
CN114756556A (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.)
CCB Finetech Co Ltd
Original Assignee
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 CCB Finetech Co Ltd filed Critical CCB Finetech Co Ltd
Priority to CN202210671064.9A priority Critical patent/CN114756556B/en
Publication of CN114756556A publication Critical patent/CN114756556A/en
Application granted granted Critical
Publication of CN114756556B publication Critical patent/CN114756556B/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/22Indexing; Data structures therefor; Storage structures
    • G06F16/2282Tablespace storage structures; Management thereof
    • 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/21Design, administration or maintenance of databases
    • G06F16/215Improving data quality; Data cleansing, e.g. de-duplication, removing invalid entries or correcting typographical errors
    • 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/23Updating

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Quality & Reliability (AREA)
  • Software Systems (AREA)
  • Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)

Abstract

The invention discloses a method and a device for processing account data, electronic equipment and a computer readable medium, and relates to the technical field of big data. One embodiment of the method comprises: receiving a preselected parameter sent by a second subsystem; acquiring account data to be preselected from a first database; preselecting account data based on the preselected parameters, thereby generating preselected data; updating the preselected data to a preselected data table and transmitting the preselected data back to the second subsystem; receiving the alternative parameters sent by the second subsystem; acquiring the preselected data from the preselected data table and deleting the preselected data from the preselected data table; carrying out alternative treatment on the preselected data based on the alternative parameters, thereby generating alternative data; and updating the alternative data into an alternative data table, and transmitting the alternative data back to the second subsystem. The embodiment can solve the technical problem that only a single item can be executed at the same time.

Description

Method, device, electronic equipment and computer readable medium for processing account data
Technical Field
The present invention relates to the field of big data technologies, and in particular, to a method and an apparatus for processing account data, an electronic device, and a computer-readable medium.
Background
The process of asset securitization is that the cash flow generated in the future of the basic asset is used as repayment support, credit enhancement is carried out through structured design, and the asset support securities are issued on the basis.
In the process of implementing the invention, the inventor finds that at least the following problems exist in the prior art:
the current securitization warehousing and delivery operations can only execute a single item at the same time, and the time consumption is long. As the frequency of project release increases, asset securitized products enter a normalized release phase, and single-thread operation greatly limits project progress efficiency.
Disclosure of Invention
In view of the above, embodiments of the present invention provide a method, an apparatus, an electronic device, and a computer-readable medium for processing account data, so as to solve the technical problem that only a single item can be executed at the same time.
To achieve the above object, according to an aspect of the embodiments of the present invention, there is provided a method for processing account data, applied to a first subsystem, including:
receiving a preselected parameter sent by a second subsystem;
acquiring account data to be preselected from a first database;
preselecting account data based on the preselected parameters, thereby generating preselected data;
updating the preselected data to a preselected data table and transmitting the preselected data back to the second subsystem;
receiving the alternative parameters sent by the second subsystem;
acquiring the preselected data from the preselected data table and deleting the preselected data from the preselected data table;
carrying out alternative selection on the preselected data based on the alternative parameters so as to generate alternative data;
and updating the alternative data into an alternative data table, and transmitting the alternative data back to the second subsystem.
Optionally, after the returning the alternative data to the second subsystem, the method further includes:
writing the alternative data into a base table, and deleting the alternative data from the alternative data table;
and transmitting the entry table back to the second subsystem.
Optionally, after the returning the entry table to the second subsystem, further comprising:
receiving a sale list sent by a third subsystem;
according to the account data in the sale list, marking the state of the corresponding account in the first database as delivered, and generating a delivery table;
and returning the delivery table to the second subsystem.
In addition, according to another aspect of the embodiments of the present invention, there is provided a method for processing account data, applied to a second subsystem, including:
configuring preselected parameters;
sending the preselected parameters to a first subsystem;
receiving preselected data returned by the first subsystem, and storing the preselected data into a second database;
configuring alternative parameters;
sending the alternative parameters to the first subsystem;
and receiving the alternative data returned by the first subsystem, and storing the alternative data into the second database.
Optionally, after storing the alternative data in the second database, the method further includes:
and receiving an entry table returned by the first subsystem, and storing the entry table into the second database.
Optionally, after the entry table is stored in the second database, the method further includes:
and generating a sale list according to the entry table, and sending the sale list to a third subsystem.
Optionally, after sending the sales list to the third subsystem, the method further includes:
and receiving the delivery table returned by the first subsystem, and storing the delivery table into the second database.
In addition, according to another aspect of the embodiments of the present invention, there is provided a method for processing account data, applied to a third subsystem, including:
receiving a sale list sent by the second subsystem;
according to the account data in the sale list, marking the state of the corresponding account in the third database as to-be-delivered;
according to the account data in the sales list, making a statement on the account data, and marking the state of the corresponding account in the third database as delivered;
the sales listing is sent to a first subsystem.
In addition, according to another aspect of the embodiments of the present invention, there is provided an apparatus for processing account data, disposed in a first subsystem, including:
the first receiving module is used for receiving the preselected parameters sent by the second subsystem;
the first processing module is used for acquiring account data to be preselected from the first database; preselecting account data based on the preselected parameters, thereby generating preselected data;
the back transmission module is used for updating the preselected data into a preselected data table and transmitting the preselected data back to the second subsystem;
the first receiving module is further configured to receive an alternative parameter sent by the second subsystem;
the first processing module is also used for acquiring the preselected data from the preselected data table and deleting the preselected data from the preselected data table; carrying out alternative selection on the preselected data based on the alternative parameters so as to generate alternative data;
the back transmission module is further configured to update the alternative data into an alternative data table and transmit the alternative data back to the second subsystem.
Optionally, the first processing module is further configured to:
writing the alternative data into a base table, and deleting the alternative data from the alternative data table;
and transmitting the entry table back to the second subsystem.
Optionally, the first receiving module is further configured to receive a sale list sent by a third subsystem;
the first processing module is further used for marking the state of the corresponding account in the first database as delivered according to the account data in the sale list and generating a delivery table;
the return module is further used for returning the delivery table to the second subsystem.
In addition, according to another aspect of the embodiments of the present invention, there is provided an apparatus for processing account data, disposed in a second subsystem, including:
the configuration module is used for configuring preselected parameters;
the second sending module is used for sending the preselected parameters to the first subsystem;
the second receiving module is used for receiving the preselected data returned by the first subsystem and storing the preselected data into a second database;
the configuration module is also used for configuring alternative parameters;
the second sending module is further configured to send the candidate parameter to the first subsystem;
the second receiving module is further configured to receive alternative data returned by the first subsystem, and store the alternative data in the second database.
Optionally, the second receiving module is further configured to:
and receiving an entry table returned by the first subsystem, and storing the entry table into the second database.
Optionally, the second sending module is further configured to:
and generating a sale list according to the entry table, and sending the sale list to a third subsystem.
Optionally, the second receiving module is further configured to:
and receiving the delivery table returned by the first subsystem, and storing the delivery table into the second database.
In addition, according to another aspect of the embodiments of the present invention, there is provided an apparatus for processing account data, disposed in a third subsystem, including:
the third receiving module is used for receiving the selling list sent by the second subsystem;
the second processing module is used for marking the state of the corresponding account in the third database as to-be-delivered according to the account data in the sale list; according to the account data in the sale list, making a table of the account data, and marking the state of the corresponding account in the third database as delivered;
and the third sending module is used for sending the selling list to the first subsystem.
According to another aspect of the embodiments of the present invention, there is also provided an electronic device, including:
one or more processors;
a storage device for storing one or more programs,
when the one or more programs are executed by the one or more processors, the one or more processors implement the method of any of the embodiments described above.
According to another aspect of the embodiments of the present invention, there is also provided a computer readable medium, on which a computer program is stored, which when executed by a processor implements the method of any of the above embodiments.
According to another aspect of the embodiments of the present invention, there is also provided a computer program product comprising a computer program which, when executed by a processor, implements the method of any of the above embodiments.
One embodiment of the above invention has the following advantages or benefits: because the technical means of pre-selecting, warehousing, delivering and the like by a plurality of subsystems is adopted, the technical problem that only a single project can be executed at the same time in the prior art is solved. The embodiment of the invention can perform preselection, alternative, warehousing, delivery and other operations of a plurality of items at the same time, thereby opening multi-branch multi-service flows for concurrent execution, not influencing each other, ensuring the running efficiency, realizing service data isolation and realizing the isolation of sale transaction and accounting output table.
Further effects of the above-mentioned non-conventional alternatives will be described below in connection with the embodiments.
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 described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts. Wherein:
fig. 1 is a schematic diagram of a main flow of a method of processing account data according to a first embodiment of the present invention;
FIG. 2 is a schematic diagram of the main flow of a method of processing account data according to a second embodiment of the invention;
fig. 3 is a schematic view of a main flow of a method of processing account data according to a third embodiment of the present invention;
FIG. 4 is a schematic view of a main flow of a method of processing account data according to a fourth referential embodiment of the present invention;
FIG. 5 is a schematic diagram of the main flow of a method of processing account data according to a fifth embodiment of the invention;
FIG. 6 is a schematic diagram of the main flow of a method of processing account data according to a sixth embodiment of the invention;
FIG. 7 is a schematic diagram of the main blocks of an apparatus for processing account data according to a first embodiment of the present invention;
FIG. 8 is a schematic diagram of the main blocks of an apparatus for processing account data according to a second embodiment of the present invention;
fig. 9 is a schematic diagram of the main blocks of an apparatus for processing account data according to a third embodiment of the present invention;
FIG. 10 is an exemplary system architecture diagram in which embodiments of the present invention may be employed;
fig. 11 is a schematic structural diagram of a computer system suitable for implementing a terminal device or a server according to an embodiment of the present invention.
Detailed Description
Exemplary embodiments of the present invention are described below with reference to the accompanying drawings, in which various details of embodiments of the invention are included to assist understanding, and which are to be considered as merely exemplary. Accordingly, those of ordinary skill in the art will recognize that various changes and modifications of the embodiments described herein can be made without departing from the scope and spirit of the invention. Also, descriptions of well-known functions and constructions are omitted in the following description for clarity and conciseness.
According to the technical scheme, the data acquisition, storage, use, processing and the like meet relevant regulations of national laws and regulations.
Fig. 1 is a schematic diagram of a main flow of a method of processing account data according to a first embodiment of the present invention. As an embodiment of the present invention, as shown in fig. 1, the method for processing account data is applied to a first subsystem, and may include:
and 101, receiving the preselected parameters sent by the second subsystem.
The service person may configure preselected parameters at the second subsystem, the preselected parameters including at least one of: a pre-selected criteria, a pre-selected white list and/or a pre-selected black list. For example, the preselected parameters may include preselected criteria, may include preselected criteria and a white list, and may include preselected criteria, a white list, and a black list. Optionally, the pre-selected criteria include at least one of: a preselected amount, loan information, customer information, warranty information, and an amount of the institution. Taking the loan information as an example, the loan information may include at least one of: loan type, loan property, loan purpose, deduction mode, whether or not to combine loans, repayment mode, repayment frequency, currency, interest rate dependence mode, loan annual interest rate, fixed interest rate period number, continuous delinquent days number, maximum delinquent days number, accumulated delinquent period number, loan account opening date, loan initial expiration date, loan term, loan remaining term, and borrower age at loan issuance.
After the configuration of the preselected parameters is completed, the second subsystem sends the preselected parameters to the first subsystem, and the first subsystem receives the preselected parameters sent by the second subsystem.
Step 102, account data to be preselected is obtained from a first database.
The first subsystem then retrieves account data to be preselected, which in an embodiment of the invention is information associated with an account number (e.g., a loan account number) from a first database. Optionally, the account data may include at least one of: loan account number, division number, batch number, loan screening indicia, loan terms, remaining terms, loan amount, loan balance, and the like.
And 103, preselecting the account data based on the preselection parameters, thereby generating preselection data.
In this step, the first subsystem pre-selects the account data based on the pre-selected parameters sent from the second subsystem, thereby generating pre-selected data. That is, account data meeting the preselected parameters is screened out from the account data in the first database based on the preselected parameters, and the screened out account data is used as the preselected data.
Step 104, updating the preselected data to a preselected data table and transmitting the preselected data back to the second subsystem.
And finally, updating the preselected data into a preselected data table, and transmitting the preselected data back to the second subsystem so that the second subsystem synchronizes the preselected data. It should be noted that the first subsystem maintains a preselected data table, and for each of the assets-based projects, the preselected data corresponding to each of the assets-based projects is updated to the preselected data table for maintenance.
And 105, receiving the alternative parameters sent by the second subsystem.
Similar to step 101, the service person may configure alternative parameters at the second subsystem, where the alternative parameters include at least one of: alternative criteria, an alternative white list, and/or an alternative black list. For example, the candidate parameters may include candidate criteria, candidate criteria and a white list, and may also include candidate criteria, a white list and a black list. Optionally, the alternative criteria include at least one of: alternative amount, loan information, customer information, warranty information, and an amount of the institution. Taking the loan information as an example, the loan information may include at least one of: loan type, loan property, loan purpose, deduction mode, whether or not to combine loans, repayment mode, repayment frequency, currency, interest rate dependence mode, loan annual interest rate, fixed interest rate period number, continuous delinquent days number, maximum delinquent days number, accumulated delinquent period number, loan account opening date, loan initial expiration date, loan term, loan remaining term, and borrower age at loan issuance.
After the configuration of the alternative parameters is completed, the second subsystem sends the alternative parameters to the first subsystem, and the first subsystem receives the alternative parameters sent by the second subsystem.
It is noted that if the alternative parameter is the same as the preselected parameter, step 105 need not be performed, and step 106 is performed directly after the preselected operation is completed.
And 106, acquiring the preselected data from the preselected data table, and deleting the preselected data from the preselected data table.
Then, the first subsystem acquires the preselected data to be selected from the preselected data table. For example, the pre-selected data to be selected can be obtained from the pre-selected data table according to the item number of the assets-based item, and the pre-selected data corresponding to the item number can be deleted from the pre-selected data table.
And 107, carrying out alternative selection on the preselected data based on the alternative parameters, thereby generating alternative data.
And then, carrying out alternative on the preselected data based on the alternative parameters sent by the second subsystem, thereby generating alternative data. That is, account data that meets the candidate parameters is further screened out from the pre-selected data based on the candidate parameters, and the screened out account data is used as the candidate data.
And step 108, updating the alternative data into an alternative data table, and returning the alternative data to the second subsystem.
And finally, updating the alternative data into an alternative data table, and returning the alternative data to the second subsystem so that the second subsystem synchronizes the alternative data. It should be noted that the first subsystem maintains a candidate data table, and for each of the assets-based projects, the candidate data corresponding to each of the assets-based projects is updated to the candidate data table for maintenance.
According to the various embodiments described above, it can be seen that the technical problem in the prior art that only a single project can be executed at the same time is solved by the technical means of receiving the preselected parameters and the alternative parameters sent by the second subsystem, preselecting and alternative account data based on the preselected parameters and the alternative parameters to generate the preselected data and the alternative data, and transmitting the preselected data and the alternative data back to the second subsystem. According to the embodiment of the invention, the preselection parameters and the alternative parameters are configured through the second subsystem, and the first subsystem executes the preselection operation and the alternative operation, so that the preselection operation and the alternative operation of a plurality of projects can be performed at the same time, therefore, a multi-division multi-service process can be opened and executed concurrently, mutual influence is avoided, the running efficiency is ensured, and service data isolation is realized.
Fig. 2 is a schematic diagram of a main flow of a method of processing account data according to a second embodiment of the present invention. As another embodiment of the present invention, as shown in fig. 2, the method for processing account data applied to the first subsystem may include:
step 201, receiving the preselected parameters sent by the second subsystem.
Step 202, account data to be preselected is obtained from a first database.
And step 203, preselecting the account data based on the preselection parameters, thereby generating preselection data.
Step 204, updating the preselected data to a preselected data table and returning the preselected data to the second subsystem.
Step 205, receiving the alternative parameters sent by the second subsystem.
Step 206, obtaining the preselected data from the preselected data table, and deleting the preselected data from the preselected data table.
And step 207, carrying out alternative selection on the preselected data based on the alternative parameters, thereby generating alternative data.
And step 208, updating the alternative data into an alternative data table, and returning the alternative data to the second subsystem.
And 209, writing the alternative data into a base table, and deleting the alternative data from the alternative data table.
Step 210, transmitting the entry table back to the second subsystem.
And on the T-1 day (T is a warehousing day), the first subsystem imports the alternative data in the alternative data table into the import table, deletes the alternative data from the alternative data table, and then transmits the import table back to the second subsystem.
Optionally, after step 210, the method may further include: receiving a sale list sent by a third subsystem; according to the account data in the sale list, marking the state of the corresponding account in the first database as delivered, and generating a delivery table; and returning the delivery table to the second subsystem. And the third subsystem receives the sale list sent by the second subsystem, and then marks the state of the corresponding account in the third database as to-be-delivered according to the account data on the sale list. And on the transfer day, the third subsystem makes a table of the account data according to the account data on the sale list and marks the state of the corresponding account in the third database as delivered.
And then, the third subsystem sends a sale list to the first subsystem, the first subsystem marks the state of the corresponding account in the first database as delivered according to the account data on the sale list, and then a delivery table is generated according to the account data on the sale list. And then, the first subsystem transmits the delivery table back to the second subsystem, and the second subsystem stores the delivery table in the second database after receiving the delivery table.
The embodiment of the invention can perform preselection, alternative, warehousing, delivery and other operations of a plurality of items at the same time, thereby opening multi-branch multi-service flows for concurrent execution, not influencing each other, ensuring the running efficiency, realizing service data isolation and realizing the isolation of sale transaction and accounting output table.
Fig. 3 is a schematic diagram of a main flow of a method of processing account data according to a third embodiment of the present invention. As still another embodiment of the present invention, as shown in fig. 3, the method for processing account data applied to the second subsystem may include:
step 301, configuring preselected parameters.
The service person may configure preselected parameters at the second subsystem, the preselected parameters including at least one of: a pre-selected criteria, a pre-selected white list and/or a pre-selected black list. For example, the preselected parameters may include preselected criteria, may include preselected criteria and a white list, and may include preselected criteria, a white list, and a black list. Optionally, the pre-selected criteria include at least one of: a preselected amount, loan information, customer information, warranty information, and an amount of the institution. Taking the loan information as an example, the loan information may include at least one of: loan type, loan property, loan purpose, deduction mode, whether or not to combine loans, repayment mode, repayment frequency, currency, interest rate dependence mode, loan annual interest rate, fixed interest rate period number, continuous delinquent days number, maximum delinquent days number, accumulated delinquent period number, loan account opening date, loan initial expiration date, loan term, loan remaining term, and borrower age at loan issuance.
Step 302, sending the preselected parameters to the first subsystem.
After configuration of the preselected parameters is completed, the second subsystem sends the preselected parameters to the first subsystem.
Step 303, receiving the preselected data returned by the first subsystem, and storing the preselected data in a second database.
The first subsystem receives the preselected parameters sent by the second subsystem, acquires the account data to be preselected from the first database, preselects the account data based on the preselected parameters to generate preselected data, and then transmits the preselected data back to the second subsystem. The second subsystem receives the preselected data returned by the first subsystem and stores the preselected data in the second database.
Step 304, configuring the alternative parameters.
Similar to step 301, the service person may configure alternative parameters at the second subsystem, the alternative parameters including at least one of: alternative criteria, an alternative white list, and/or an alternative black list. For example, the candidate parameters may include candidate criteria, candidate criteria and a white list, and may also include candidate criteria, a white list and a black list. Optionally, the alternative criteria include at least one of: alternative amount, loan information, customer information, warranty information, and an amount of the institution. Taking the loan information as an example, the loan information may include at least one of: loan type, loan property, loan purpose, deduction mode, whether or not to combine loans, repayment mode, repayment frequency, currency, interest rate dependence mode, loan annual interest rate, fixed interest rate period number, continuous delinquent days number, maximum delinquent days number, accumulated delinquent period number, loan account opening date, loan initial expiration date, loan term, loan remaining term, and borrower age at loan issuance.
Step 305, sending the candidate parameter to the first subsystem.
After the configuration of the alternative parameters is completed, the second subsystem sends the alternative parameters to the first subsystem, and the first subsystem receives the alternative parameters sent by the second subsystem.
Step 306, receiving the alternative data returned by the first subsystem, and storing the alternative data in the second database.
The first subsystem receives the alternative parameters sent by the second subsystem, acquires the preselected data to be selected from the preselected data table, selects the preselected data based on the alternative parameters, thereby generating the alternative data, and then transmits the alternative data back to the second subsystem. And the second subsystem receives the alternative data returned by the first subsystem and stores the alternative data into a second database.
According to the embodiment of the invention, the preselection parameters and the alternative parameters are configured through the second subsystem, and the first subsystem executes the preselection operation and the alternative operation, so that the preselection operation and the alternative operation of a plurality of projects can be performed at the same time, therefore, a multi-division multi-service process can be opened and executed concurrently, mutual influence is avoided, the running efficiency is ensured, and service data isolation is realized.
Fig. 4 is a schematic diagram of a main flow of a method of processing account data according to a fourth embodiment of the present invention. As still another embodiment of the present invention, as shown in fig. 4, the method for processing account data applied to the second subsystem may include:
step 401, configuring preselected parameters.
Step 402, sending the preselected parameter to the first subsystem.
And 403, receiving the preselected data transmitted back by the first subsystem, and storing the preselected data in a second database.
At step 404, alternative parameters are configured.
Step 405, sending the candidate parameter to the first subsystem.
Step 406, receiving the alternative data returned by the first subsystem, and storing the alternative data in the second database.
Step 407, receiving an entry table returned by the first subsystem, and storing the entry table in the second database.
And on the T-1 day (T is a warehousing day), the first subsystem imports the alternative data in the alternative data table into the warehousing table, deletes the alternative data from the alternative data table, and then returns the warehousing table to the second subsystem. And the second subsystem receives the entry table returned by the first subsystem and stores the entry table into the second database on T day.
And step 408, generating a sale list according to the entry table, and sending the sale list to a third subsystem.
And on the day before the transfer day, the second subsystem generates a sale list according to the entry table and sends the sale list to the third subsystem. Wherein the offering list includes at least one of: loan account number, sale designation, batch number, loan screening indicia, loan terms, remaining term, loan amount, loan balance, and the like.
Optionally, after step 408, the method may further include: and receiving the delivery table returned by the first subsystem, and storing the delivery table into the second database. And the third subsystem receives the sale list sent by the second subsystem, and then marks the state of the corresponding account in the third database as to-be-delivered according to the account data on the sale list. On the transfer day, the third subsystem tabulates the account data according to the account data on the sale list, and then sends the sale list to the first subsystem. The first subsystem marks the state of the corresponding account in the first database as delivered according to the account data on the sale list, and then generates a delivery table according to the account data on the sale list. And then, the first subsystem transmits the delivery table back to the second subsystem, and the second subsystem stores the delivery table in the second database after receiving the delivery table.
The embodiment of the invention can perform operations such as preselection, alternative selection, warehousing, delivery and the like of a plurality of items at the same time, thereby being capable of opening multi-branch multi-service processes for concurrent execution, not affecting each other, ensuring the running efficiency, realizing service data isolation and realizing sales transaction and account output table isolation.
Fig. 5 is a schematic diagram of a main flow of a method of processing account data according to a seventh embodiment of the present invention. As another embodiment of the present invention, as shown in fig. 5, the method for processing account data applied to the third subsystem may include:
step 501, receiving a sale list sent by the second subsystem.
And on the day before the transfer day, the second subsystem generates a sale list according to the entry table, sends the sale list to the third subsystem, and the third subsystem receives the sale list sent by the second subsystem. Wherein the offering list includes at least one of: loan account number, sale designation, batch number, loan screening indicia, loan terms, remaining term, loan amount, loan balance, and the like.
Step 502, according to the account data in the sales list, the state of the corresponding account in the third database is marked as waiting for delivery.
And after the third subsystem receives the sale list sent by the second subsystem, the state of the corresponding account in the third database is marked as to-be-delivered according to the account data in the sale list.
Step 503, according to the account data in the sales list, making a table of the account data, and marking the state of the corresponding account in the third database as delivered.
And on the transfer day, the third subsystem makes a table of the account data according to the account data on the sale list and marks the state of the corresponding account in the third database as delivered.
Step 504, sending the sales listing to a first subsystem.
And then the third subsystem sends a sale list to the first subsystem, the first subsystem marks the state of the corresponding account in the first database as delivered according to the account data on the sale list, and then a delivery table is generated according to the account data on the sale list. And then, the first subsystem transmits the delivery table back to the second subsystem, and the second subsystem stores the delivery table in the second database after receiving the delivery table.
The embodiment of the invention can perform preselection, alternative, warehousing, delivery and other operations of a plurality of items at the same time, thereby opening multi-branch multi-service flows for concurrent execution, not influencing each other, ensuring the running efficiency, realizing service data isolation and realizing the isolation of sale transaction and accounting output table.
Fig. 6 is a schematic diagram of a main flow of a method of processing account data according to an eighth embodiment of the present invention. As another embodiment of the present invention, as shown in fig. 6, the method for processing account data may include:
the service personnel configure preselected parameters at the second subsystem, wherein the preselected parameters comprise at least one of the following: pre-selected criteria, pre-selected white lists, and/or pre-selected black lists. For example, the preselected parameters may include preselected criteria, may include preselected criteria and a white list, and may include preselected criteria, a white list, and a black list. Optionally, the pre-selected criteria include at least one of: a preselected amount, loan information, customer information, warranty information, and an amount of the institution. Taking the loan information as an example, the loan information may include at least one of: loan type, loan property, loan purpose, deduction mode, whether or not to combine loans, repayment mode, repayment frequency, currency, interest rate dependence mode, loan annual interest rate, fixed interest rate period number, continuous delinquent days number, maximum delinquent days number, accumulated delinquent period number, loan account opening date, loan initial expiration date, loan term, loan remaining term, and borrower age at loan issuance.
After the configuration of the preselected parameters is completed, the second subsystem sends the preselected parameters to the first subsystem, and the first subsystem receives the preselected parameters sent by the second subsystem.
The first subsystem then retrieves account data to be preselected, which is information associated with an account number (e.g., a loan account number), from a first database. Optionally, the account data may include at least one of: loan account number, division number, batch number, loan screening indicia, loan terms, remaining terms, loan amount, loan balance, and the like. The first subsystem preselects the account data based on the preselected parameters sent from the second subsystem to generate preselected data. The preselected data is then updated into a preselected data table and transmitted back to the second subsystem to synchronize the preselected data with the second subsystem.
The service person may configure alternative parameters at the second subsystem, the alternative parameters including at least one of: alternative criteria, an alternative white list, and/or an alternative black list. For example, the candidate parameters may include candidate criteria, candidate criteria and a white list, and may also include candidate criteria, a white list and a black list. Optionally, the alternative criteria include at least one of: alternative amount, loan information, customer information, warranty information, and an amount of the institution. Taking the loan information as an example, the loan information may include at least one of: loan type, loan property, loan purpose, deduction mode, whether or not to combine loans, repayment mode, repayment frequency, currency, interest rate dependence mode, loan annual interest rate, fixed interest rate period number, continuous delinquent days number, maximum delinquent days number, accumulated delinquent period number, loan account opening date, loan initial expiration date, loan term, loan remaining term, and borrower age at loan issuance.
After the configuration of the alternative parameters is completed, the second subsystem sends the alternative parameters to the first subsystem, and the first subsystem receives the alternative parameters sent by the second subsystem.
The first subsystem obtains the pre-selected data to be selected from the pre-selected data table. For example, the pre-selected data to be selected can be obtained from the pre-selected data table according to the item number of the assets-based item, and the pre-selected data corresponding to the item number can be deleted from the pre-selected data table. And then carrying out alternative selection on the preselected data based on the alternative parameters sent by the second subsystem, thereby generating alternative data. And finally, updating the alternative data into an alternative data table, and returning the alternative data to the second subsystem so that the second subsystem synchronizes the alternative data.
And on the T-1 day (T is a warehousing day), the first subsystem imports the alternative data in the alternative data table into the import table, deletes the alternative data from the alternative data table, and then transmits the import table back to the second subsystem. And the second subsystem receives the entry table returned by the first subsystem and then stores the entry table into the second database on T day.
And on the day before the transfer day, the second subsystem generates a sale list according to the entry table and sends the sale list to the third subsystem. Wherein the offering list includes at least one of: loan account number, sale designation, batch number, loan screening indicia, loan terms, remaining term, loan amount, loan balance, and the like. And the third subsystem receives the sale list sent by the second subsystem, and then marks the state of the corresponding account in the third database as to-be-delivered according to the account data on the sale list.
On the transfer day, the third subsystem tabulates the account data according to the account data on the sale list, and then sends the sale list to the first subsystem. The first subsystem marks the state of the corresponding account in the first database as delivered according to the account data on the sale list, and then generates a delivery table according to the account data on the sale list. And then, the first subsystem transmits the delivery table back to the second subsystem, and the second subsystem stores the delivery table in the second database after receiving the delivery table.
Fig. 7 is a schematic diagram of the main blocks of an apparatus for processing account data according to a first embodiment of the present invention. As shown in fig. 7, the apparatus 700 for processing account data is disposed in the first subsystem, and includes a first receiving module 701, a first processing module 702, and a backhaul module 703; the first receiving module 701 is configured to receive a preselected parameter sent by the second subsystem; the first processing module 702 is configured to obtain account data to be preselected from a first database; preselecting account data based on the preselected parameters, thereby generating preselected data; the back transmission module 703 is used for updating the preselected data into a preselected data table and transmitting the preselected data back to the second subsystem.
Optionally, the first receiving module 701 is further configured to receive an alternative parameter sent by the second subsystem;
the first processing module 702 is further configured to obtain the preselected data from the preselected data table and delete the preselected data from the preselected data table; carrying out alternative selection on the preselected data based on the alternative parameters so as to generate alternative data;
the backhaul module 703 is further configured to update the alternative data into an alternative data table, and transmit the alternative data back to the second subsystem.
Optionally, the first processing module 702 is further configured to:
writing the alternative data into a base table, and deleting the alternative data from the alternative data table;
and transmitting the entry table back to the second subsystem.
Optionally, the first receiving module 701 is further configured to receive a sale list sent by a third subsystem;
the first processing module 702 is further configured to mark the status of the corresponding account in the first database as delivered according to the account data in the sales list, and generate a delivery table;
the returning module 703 is further configured to return the delivery table to the second subsystem.
It should be noted that, in the implementation of the apparatus for processing account data according to the present invention, the details of the method for processing account data are already described in detail above, and therefore, the repeated descriptions herein are not repeated.
Fig. 8 is a schematic diagram of main blocks of an apparatus for processing account data according to a second embodiment of the present invention. As shown in fig. 8, the apparatus 800 for processing account data is disposed in the first subsystem, and includes a configuration module 801, a second sending module 802, and a second receiving module 803; the configuration module 801 is used for configuring preselected parameters; the second sending module 802 is configured to send the preselected parameter to the first subsystem; the second receiving module 803 is configured to receive the preselected data returned by the first subsystem, and store the preselected data in the second database.
Optionally, the configuration module 801 is further configured to configure an alternative parameter;
the second sending module 802 is further configured to send the alternative parameter to the first subsystem;
the second receiving module 803 is further configured to receive alternative data returned by the first subsystem, and store the alternative data in the second database.
Optionally, the second receiving module 803 is further configured to:
and receiving an entry table returned by the first subsystem, and storing the entry table into the second database.
Optionally, the second sending module 802 is further configured to:
and generating a sale list according to the entry table, and sending the sale list to a third subsystem.
Optionally, the second receiving module 803 is further configured to:
and receiving the delivery table returned by the first subsystem, and storing the delivery table into the second database.
It should be noted that, the detailed description of the implementation of the apparatus for processing account data according to the present invention is already described in detail in the method for processing account data, and therefore, the repeated description is not repeated here.
Fig. 9 is a schematic diagram of main blocks of an apparatus for processing account data according to a third embodiment of the present invention. As shown in fig. 9, the apparatus 900 for processing account data is disposed in the first subsystem, and includes a third receiving module 901, a second processing module 902, and a third sending module 903; the third receiving module 901 is configured to receive a sale list sent by the second subsystem; the second processing module 902 is configured to mark the status of the corresponding account in the third database as to-be-delivered according to the account data in the sales list; according to the account data in the sales list, making a statement on the account data, and marking the state of the corresponding account in the third database as delivered; the third sending module 903 is configured to send the sales list to the first subsystem.
It should be noted that, in the implementation of the apparatus for processing account data according to the present invention, the details of the method for processing account data are already described in detail above, and therefore, the repeated descriptions herein are not repeated.
Fig. 10 illustrates an exemplary system architecture 1000 to which the method of processing account data or the apparatus for processing account data of embodiments of the invention may be applied.
As shown in fig. 10, the system architecture 1000 may include terminal devices 1001, 1002, 1003, a network 1004, and a server 1005. The network 1004 is a medium used to provide communication links between the terminal devices 1001, 1002, 1003 and the server 1005. Network 1004 may include various connection types, such as wired, wireless communication links, or fiber optic cables, to name a few.
A user can interact with a server 1005 via a network 1004 using terminal devices 1001, 1002, 1003 to receive or transmit messages or the like. The terminal devices 1001, 1002, 1003 may have installed thereon various messenger client applications such as shopping applications, web browser applications, search applications, instant messenger, mailbox clients, social platform software, etc. (by way of example only).
The terminal devices 1001, 1002, 1003 may be various electronic devices having a display screen and supporting web browsing, including but not limited to smart phones, tablet computers, laptop portable computers, desktop computers, and the like.
The server 1005 may be a server that provides various services, such as a backend management server (for example only) that supports shopping websites browsed by users using the terminal devices 1001, 1002, 1003. The background management server can analyze and process the received data such as the article information query request and feed back the processing result to the terminal equipment.
It should be noted that the method for processing account data provided by the embodiment of the present invention is generally executed by the server 1005, and accordingly, the apparatus for processing account data is generally disposed in the server 1005.
It should be understood that the number of terminal devices, networks, and servers in fig. 10 is merely illustrative. There may be any number of terminal devices, networks, and servers, as desired for implementation.
Referring now to FIG. 11, shown is a block diagram of a computer system 1100 suitable for use with a terminal device implementing an embodiment of the present invention. The terminal device shown in fig. 11 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiments of the present invention.
As shown in fig. 11, the computer system 1100 includes a Central Processing Unit (CPU) 1101, which can perform various appropriate actions and processes in accordance with a program stored in a Read Only Memory (ROM) 1102 or a program loaded from a storage section 1108 into a Random Access Memory (RAM) 1103. In the RAM1103, various programs and data necessary for the operation of the system 1100 are also stored. The CPU 1101, ROM 1102, and RAM1103 are connected to each other by a bus 1104. An input/output (I/O) interface 1105 is also connected to bus 1104.
The following components are connected to the I/O interface 1105: an input portion 1106 including a keyboard, mouse, and the like; an output portion 1107 including a signal output unit such as a Cathode Ray Tube (CRT), a Liquid Crystal Display (LCD), and a speaker; a storage section 1108 including a hard disk and the like; and a communication section 1109 including a network interface card such as a LAN card, a modem, or the like. The communication section 1109 performs communication processing via a network such as the internet. A driver 1110 is also connected to the I/O interface 1105 as necessary. A removable medium 1111 such as a magnetic disk, an optical disk, a magneto-optical disk, a semiconductor memory, or the like is mounted on the drive 1110 as necessary, so that a computer program read out therefrom is mounted into the storage section 1108 as necessary.
In particular, according to the embodiments of the present disclosure, the processes described above with reference to the flowcharts may be implemented as computer software programs. For example, embodiments of the present disclosure include a computer program comprising a computer program embodied on a computer readable medium, the computer program comprising program code for performing the method illustrated in the flow chart. In such an embodiment, the computer program may be downloaded and installed from a network through the communication portion 1109 and/or installed from the removable medium 1111. The above-described functions defined in the system of the present invention are executed when the computer program is executed by a Central Processing Unit (CPU) 1101.
It should be noted that the computer readable medium shown in the present invention can be a computer readable signal medium or a computer readable storage medium or any combination of the two. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples of the computer readable storage medium may include, but are not limited to: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the present invention, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. In the present invention, however, a computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to: wireless, wire, fiber optic cable, RF, etc., or any suitable combination of the foregoing.
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer programs according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams or flowchart illustration, and combinations of blocks in the block diagrams or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
As another aspect, the present invention also provides a computer-readable medium that may be contained in the apparatus described in the above embodiments; or may be separate and not incorporated into the device. The computer readable medium carries one or more programs which, when executed by a device, implement the method of any of the embodiments.
As another aspect, an embodiment of the present invention further provides a computer program product, which includes a computer program, and when the computer program is executed by a processor, the computer program implements the method described in any of the above embodiments.
The above-described embodiments should not be construed as limiting the scope of the invention. Those skilled in the art will appreciate that various modifications, combinations, sub-combinations, and substitutions can occur, depending on design requirements and other factors. Any modification, equivalent replacement, and improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (14)

1. A method of processing account data, applied to a first subsystem, comprising:
receiving a preselected parameter sent by a second subsystem;
acquiring account data to be preselected from a first database;
preselecting account data based on the preselected parameters, thereby generating preselected data;
updating the preselected data to a preselected data table and transmitting the preselected data back to the second subsystem;
receiving the alternative parameters sent by the second subsystem;
acquiring the preselected data from the preselected data table and deleting the preselected data from the preselected data table;
carrying out alternative selection on the preselected data based on the alternative parameters so as to generate alternative data;
updating the alternative data into an alternative data table, and returning the alternative data to the second subsystem;
applied to a second subsystem comprising:
configuring preselected parameters;
sending the preselected parameters to a first subsystem;
receiving preselected data returned by the first subsystem, and storing the preselected data into a second database;
configuring alternative parameters;
sending the alternative parameters to the first subsystem;
receiving alternative data returned by the first subsystem, and storing the alternative data into the second database;
the application to the third subsystem, including,
receiving a sale list sent by the second subsystem;
according to the account data in the sales list, the state of the corresponding account in the third database is marked as to-be-delivered;
according to the account data in the sale list, making a table of the account data, and marking the state of the corresponding account in the third database as delivered;
the sales listing is sent to a first subsystem.
2. The method of claim 1, wherein after returning the alternative data to the second subsystem, further comprising:
writing the alternative data into a base table, and deleting the alternative data from the alternative data table;
and transmitting the entry table back to the second subsystem.
3. The method of claim 2, wherein after returning the inbound table to the second subsystem, further comprising:
receiving a sale list sent by a third subsystem;
according to the account data in the sale list, marking the state of the corresponding account in the first database as delivered, and generating a delivery table;
and returning the delivery table to the second subsystem.
4. The method of claim 1, wherein after storing the alternative data in the second database, further comprising:
and receiving an entry table returned by the first subsystem, and storing the entry table into the second database.
5. The method of claim 4, wherein after storing the entry table in the second database, further comprising:
and generating a sale list according to the entry table, and sending the sale list to a third subsystem.
6. The method of claim 5, wherein after sending the invoice to a third subsystem, further comprising:
and receiving the delivery table returned by the first subsystem, and storing the delivery table into the second database.
7. An apparatus for processing account data, disposed in a first subsystem, comprising:
the first receiving module is used for receiving the preselected parameters sent by the second subsystem;
the first processing module is used for acquiring account data to be preselected from the first database; preselecting account data based on the preselected parameters, thereby generating preselected data;
the back transmission module is used for updating the preselected data into a preselected data table and transmitting the preselected data back to the second subsystem;
the first receiving module is further configured to receive an alternative parameter sent by the second subsystem;
the first processing module is also used for acquiring the preselected data from the preselected data table and deleting the preselected data from the preselected data table; carrying out alternative selection on the preselected data based on the alternative parameters so as to generate alternative data;
the back transmission module is further used for updating the alternative data into an alternative data table and transmitting the alternative data back to the second subsystem;
set up in the second subsystem, include:
the configuration module is used for configuring preselected parameters;
the second sending module is used for sending the preselected parameters to the first subsystem;
the second receiving module is used for receiving the preselected data returned by the first subsystem and storing the preselected data into a second database;
the configuration module is also used for configuring alternative parameters;
the second sending module is further configured to send the candidate parameter to the first subsystem;
the second receiving module is further configured to receive alternative data returned by the first subsystem, and store the alternative data in the second database;
set up in the third subsystem, include:
the third receiving module is used for receiving the selling list sent by the second subsystem;
the second processing module is used for marking the state of the corresponding account in the third database as to-be-delivered according to the account data in the sales list; according to the account data in the sale list, making a table of the account data, and marking the state of the corresponding account in the third database as delivered;
and the third sending module is used for sending the selling list to the first subsystem.
8. The apparatus of claim 7, wherein the first processing module is further configured to:
writing the alternative data into a base table, and deleting the alternative data from the alternative data table;
and transmitting the entry table back to the second subsystem.
9. The apparatus of claim 8,
the first receiving module is also used for receiving a selling list sent by the third subsystem;
the first processing module is further used for marking the state of the corresponding account in the first database as delivered according to the account data in the sale list and generating a delivery table;
the return module is further used for returning the delivery table to the second subsystem.
10. The apparatus of claim 7, wherein the second receiving module is further configured to:
and receiving an entry table returned by the first subsystem, and storing the entry table into the second database.
11. The apparatus of claim 10, wherein the second sending module is further configured to:
and generating a sale list according to the entry table, and sending the sale list to a third subsystem.
12. The apparatus of claim 11, wherein the second receiving module is further configured to:
and receiving the delivery table returned by the first subsystem, and storing the delivery table into the second database.
13. An electronic device, comprising:
one or more processors;
a storage device for storing one or more programs,
the one or more programs, when executed by the one or more processors, implement the method of any of claims 1-6.
14. A computer-readable medium, on which a computer program is stored, which, when being executed by a processor, carries out the method according to any one of claims 1-6.
CN202210671064.9A 2022-06-15 2022-06-15 Method, device, electronic equipment and computer readable medium for processing account data Active CN114756556B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210671064.9A CN114756556B (en) 2022-06-15 2022-06-15 Method, device, electronic equipment and computer readable medium for processing account data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210671064.9A CN114756556B (en) 2022-06-15 2022-06-15 Method, device, electronic equipment and computer readable medium for processing account data

Publications (2)

Publication Number Publication Date
CN114756556A CN114756556A (en) 2022-07-15
CN114756556B true CN114756556B (en) 2022-09-27

Family

ID=82336393

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210671064.9A Active CN114756556B (en) 2022-06-15 2022-06-15 Method, device, electronic equipment and computer readable medium for processing account data

Country Status (1)

Country Link
CN (1) CN114756556B (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
AU2012203116A1 (en) * 2005-03-31 2012-06-14 Credigy Technologies, Inc. System and method for an exchange of financial instruments
CN106649455A (en) * 2016-09-24 2017-05-10 孙燕群 Big data development standardized systematic classification and command set system
CN110019242A (en) * 2017-12-29 2019-07-16 北京京东尚科信息技术有限公司 Processing method, device and system for tables of data
CN111080184A (en) * 2019-06-25 2020-04-28 康骏阳 Intelligent terminal warehouse-in and warehouse-out management method and management system thereof
CN112446780A (en) * 2020-11-26 2021-03-05 平安普惠企业管理有限公司 Account management method and device, computer equipment and storage medium
CN114238289A (en) * 2021-11-26 2022-03-25 中国建设银行股份有限公司 Business data cleaning method and device, computer equipment and storage medium

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150012489A1 (en) * 2013-03-14 2015-01-08 Bill.Com, Inc. System and method for enhanced synchronization of record organized data between disparate applications
JP6686309B2 (en) * 2015-07-14 2020-04-22 富士通株式会社 Information processing equipment
US10296627B2 (en) * 2015-08-18 2019-05-21 Fiserv, Inc. Generating integrated data records by correlating source data records from disparate data sources
CN109254969A (en) * 2018-08-31 2019-01-22 平安科技(深圳)有限公司 Tables of data processing method, device, equipment and storage medium
CN110209652B (en) * 2019-05-20 2024-02-02 平安科技(深圳)有限公司 Data table migration method, device, computer equipment and storage medium
US11165817B2 (en) * 2019-10-24 2021-11-02 Arbor Networks, Inc. Mitigation of network denial of service attacks using IP location services
CN113095935A (en) * 2021-03-16 2021-07-09 深圳华锐金融技术股份有限公司 Transaction order processing method and device, computer equipment and storage medium
CN114064775A (en) * 2021-11-17 2022-02-18 中国建设银行股份有限公司 Resource pool preselection method and device
CN114626841A (en) * 2022-03-04 2022-06-14 中国建设银行股份有限公司 Resource transfer processing method, device, computer device, medium, and program product

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
AU2012203116A1 (en) * 2005-03-31 2012-06-14 Credigy Technologies, Inc. System and method for an exchange of financial instruments
CN106649455A (en) * 2016-09-24 2017-05-10 孙燕群 Big data development standardized systematic classification and command set system
CN110019242A (en) * 2017-12-29 2019-07-16 北京京东尚科信息技术有限公司 Processing method, device and system for tables of data
CN111080184A (en) * 2019-06-25 2020-04-28 康骏阳 Intelligent terminal warehouse-in and warehouse-out management method and management system thereof
CN112446780A (en) * 2020-11-26 2021-03-05 平安普惠企业管理有限公司 Account management method and device, computer equipment and storage medium
CN114238289A (en) * 2021-11-26 2022-03-25 中国建设银行股份有限公司 Business data cleaning method and device, computer equipment and storage medium

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
The Architecture and Implementation of the New Generation Business System in a Commercial Bank;Zhang Sheng 等;《IEEE》;20090821;第501-504页 *
基于深度神经网络的企业信息***用户异常行为预测;尹隽等;《管理科学》;20200120(第01期);第30-45页 *
银行业务变更需求的分析和思考;张海利等;《中国金融电脑》;20130507(第05期);第73-74页 *

Also Published As

Publication number Publication date
CN114756556A (en) 2022-07-15

Similar Documents

Publication Publication Date Title
CN109150929B (en) Data request processing method and device under high concurrency scene
CN110019258A (en) The method and apparatus for handling order data
CN110706093A (en) Accounting processing method and device
CN112884405A (en) Inquiry system and scheduling method thereof
CN110473036A (en) A kind of method and apparatus generating order number
CN110019263A (en) Information storage means and device
CN111881329A (en) Account balance management method and system
CN110648216A (en) Wind control method and device
CN110223179A (en) The data processing method of fund, device, system, medium
CN108874836B (en) Method and device for transferring electronic ticket
CN113190558A (en) Data processing method and system
CN112559646A (en) Report downloading method and device
CN113780915A (en) Service docking method and device
CN111833037A (en) Account management method and device
CN114756556B (en) Method, device, electronic equipment and computer readable medium for processing account data
CN110930238A (en) Method, device, equipment and computer readable medium for improving audit task efficiency
CN114445128A (en) Card ticket management method and device, electronic equipment and computer readable medium
CN111526184B (en) Business auditing method and device
CN112836201A (en) Method, device, equipment and computer readable medium for multi-platform information intercommunication
CN113487411A (en) Method, device, equipment and computer readable medium for information interaction
CN113222680A (en) Method and device for generating order
WO2020011129A1 (en) Method and apparatus for managing offline article information, medium, and electronic device
CN113434754A (en) Method and device for determining recommended API (application program interface) service, electronic equipment and storage medium
CN111402030A (en) Bill generation method and device
CN110110211A (en) Data query method and apparatus based on universal model

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