CN112181380A - Credit product multi-product parallel development system and credit granting, paying and repayment method thereof - Google Patents

Credit product multi-product parallel development system and credit granting, paying and repayment method thereof Download PDF

Info

Publication number
CN112181380A
CN112181380A CN202011201734.8A CN202011201734A CN112181380A CN 112181380 A CN112181380 A CN 112181380A CN 202011201734 A CN202011201734 A CN 202011201734A CN 112181380 A CN112181380 A CN 112181380A
Authority
CN
China
Prior art keywords
command
product
module
credit
realization
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
CN202011201734.8A
Other languages
Chinese (zh)
Other versions
CN112181380B (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.)
Jiangsu Sushang Bank Co ltd
Original Assignee
Jiangsu Suning Bank 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 Jiangsu Suning Bank Co Ltd filed Critical Jiangsu Suning Bank Co Ltd
Priority to CN202011201734.8A priority Critical patent/CN112181380B/en
Publication of CN112181380A publication Critical patent/CN112181380A/en
Application granted granted Critical
Publication of CN112181380B publication Critical patent/CN112181380B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • G06F8/24Object-oriented
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/34Graphical or visual programming
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • 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/03Credit; Loans; Processing thereof

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Business, Economics & Management (AREA)
  • Accounting & Taxation (AREA)
  • Finance (AREA)
  • Development Economics (AREA)
  • General Business, Economics & Management (AREA)
  • Technology Law (AREA)
  • Strategic Management (AREA)
  • Marketing (AREA)
  • Economics (AREA)
  • Human Computer Interaction (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention provides a credit product multi-product parallel development system and a credit granting, paying and repayment method thereof, wherein the system comprises a definition layer, a realization layer and a component service layer, wherein the definition layer is used for defining a product template and a command template; the realization layer comprises a product realization module and a command realization module, the product realization module is used for generating a plurality of products according to the product template, the command realization module is used for generating a plurality of commands of the products according to the command template, and the assembly service layer comprises a plurality of public service modules and is used for running public service commands except the product commands. The invention realizes the development of multiple products in parallel in one system, and product development teams do not influence each other and can help each other, thereby improving the efficiency and quality of product development.

Description

Credit product multi-product parallel development system and credit granting, paying and repayment method thereof
Technical Field
The invention relates to the technical field of financial credit, in particular to a credit product multi-product parallel development system and a credit granting, paying and repaying method thereof.
Background
The evolution of the architecture of the personal credit product system is continuously evolving along with the growth of business, and all the starting points are to meet business requirements. At first, the credit system has a small number of products, when new products are developed, at most one product is developed in a single version, the main concern is that the business requirements are still met, each product is independently and newly added with an independent module, and a unified framework is not used for effectively managing the products. With the continuous development of credit systems, the speed of newly-added products becomes fast, a plurality of products need to be developed in parallel in a single version, and under the condition that developers are increased, the defects of the original architectural design are gradually revealed, so that the requirements of parallel development cannot be met, and great loss is caused to banks. The newly developed product needs to consider the original product, which causes a great deal of resource waste, code redundancy, is easy to make mistakes, and has urgent need of unified management and architecture design of the product.
The core functions of the credit system comprise 3 functions, namely credit granting, payment, repayment and the like. Most of product development work is completed after the 3 core functions are completed, if effective management is not performed, a large amount of redundancy and complexity of codes can be caused, later code expansion and maintenance are not facilitated, and multiple products are difficult to develop quickly and parallelly in high quality.
Disclosure of Invention
In view of the above problems, the invention provides a credit product multi-product parallel development system and a credit granting, paying and repayment method thereof, which are suitable for distributed system deployment, integrate various middleware, support various databases and can complete loan operation business under the condition of not influencing user experience.
In order to solve the technical problems, the invention adopts the technical scheme that:
in a first aspect, the invention provides a credit product multi-product parallel development system, which comprises a definition layer, an implementation layer and a component service layer, wherein the definition layer is used for defining a product template and a command template; the realization layer comprises a product realization module and a command realization module, the product realization module is used for generating a plurality of products according to the product template, the command realization module is used for generating a plurality of commands of the products according to the command template, and the assembly service layer comprises a plurality of public service modules and is used for running public service commands except the product commands.
In a second aspect, the invention provides a credit granting method of a credit product multi-product parallel development system, which comprises the following steps:
step 1, calling a network credit granting interface by using a network credit online module;
step 2, the product realization module executes the credit granting filter command, and returns an execution result to the online network credit module after the command is processed by the command realization module;
step 3, the product realization module executes the credit granting synchronous command, and returns an execution result to the online network credit module after the command realization module processes the command;
step 4, receiving the synchronous credit granting execution result by the online network credit module and pushing the synchronous credit granting execution result to a system inlet;
and 5, executing the credit granting asynchronous command through the product implementation module, and pushing the credit granting result to a system inlet after the credit granting asynchronous command is processed by the command implementation module.
Preferably, in step 2, the processing procedure of the command implementation module includes: and reading the filter list from the database, returning the filter list to the command realization module, executing the filter command by reflection in the command realization module according to the returned filter list, and returning the execution result of the filter command to the product realization module.
Preferably, in step 3, the processing procedure of the command implementation module includes: and calling the synchronous credit granting realization command, executing the credit granting command in the command realization module, and returning the execution result of the credit granting command to the product realization module.
Preferably, in step 5, the processing procedure of the command implementation module includes: and calling an asynchronous credit granting realization command, executing a credit granting wind control rule in a command realization module, generating a limit, and updating credit granting information.
In a third aspect, the invention provides a loan method for a credit product multi-product parallel development system, which comprises the following steps:
step 1, calling a network credit loan payment interface by using a network credit online module;
step 2, executing the payment filter command through the product implementation module, and returning an execution result to the online;
step 3, executing the paying synchronous command through the product implementation module, and returning an execution result to the online;
step 4, receiving the synchronous paying execution result by the online;
and 5, executing the asynchronous deposit command through the product implementation module, and pushing the deposit result to a system inlet after the deposit result is processed by the command implementation module.
Preferably, in step 2, the processing procedure of the command implementation module includes: and reading the filter list from the database, returning the filter list to the command realization module, executing the filter command by reflection in the command realization module according to the returned filter list, and returning the execution result of the filter command to the product realization module.
Preferably, in step 3, the processing procedure of the command implementation module includes: and calling the synchronous deposit realization command, executing the deposit command in the command realization module, and returning the deposit command execution result to the product realization module.
Preferably, in step 5, the processing procedure of the command implementation module includes: and calling an asynchronous loan realization command, executing a loan wind control rule in a command realization module, and generating loan and borrow information.
In a fourth aspect, the invention provides a repayment method for a credit product multi-product parallel development system, which comprises the following steps:
step 1, calling a network loan repayment interface by using a network loan online module;
step 2, executing a repayment filter command through the product implementation module, and returning an execution result to the online module after the repayment filter command is processed by the command implementation module;
step 3, executing a repayment synchronous command through the product implementation module, and returning an execution result to the online network loan module after the repayment synchronous command is processed by the command implementation module;
and 4, receiving the synchronous repayment execution result by the online module and pushing the result to the system entrance.
Compared with the prior art, the invention has the beneficial effects that: the system interface uniformly provides a multi-product common template to the outside, and an interface layer does not need to pay more attention to products; each product realizes the parallel development of a plurality of products through independent product management, and can share a common part mutually under the condition of mutual noninterference; the method of the product is decoupled from the command, the business logic of the product corresponds to one method of the product, and the method can be a result of the common execution of a plurality of commands; the system has the advantages that the public capacity is modularized, a plurality of service assemblies provide capacity for a plurality of products, personalized customization and generalized assemblies are flexibly combined, the research and development workload is saved to the maximum extent, the research and development speed is increased, and the maintainability and the expandability of the system are improved under the condition of reducing the code amount. The invention realizes the development of multiple products in parallel in one system, and product development teams do not influence each other and can help each other, thereby improving the efficiency and quality of product development.
Drawings
The disclosure of the present invention is illustrated with reference to the accompanying drawings. It is to be understood that the drawings are designed solely for the purposes of illustration and not as a definition of the limits of the invention. In the drawings, like reference numerals are used to refer to like parts. Wherein:
FIG. 1 is a schematic structural diagram of a credit product multi-product parallel development system according to an embodiment of the present invention;
FIG. 2 is a flow chart of the credit granting method of the credit product multi-product parallel development system according to the embodiment of the invention;
FIG. 3 is a flow chart of a loan method of a credit product multi-product parallel development system according to an embodiment of the invention;
FIG. 4 is a flow chart of a repayment method of the credit product multi-product parallel development system according to the embodiment of the invention.
Detailed Description
It is easily understood that according to the technical solution of the present invention, a person skilled in the art can propose various alternative structures and implementation ways without changing the spirit of the present invention. Therefore, the following detailed description and the accompanying drawings are merely illustrative of the technical aspects of the present invention, and should not be construed as all of the present invention or as limitations or limitations on the technical aspects of the present invention.
An embodiment according to the present invention is shown in connection with fig. 1. The invention provides a credit product multi-product parallel development system, which comprises a definition layer, an implementation layer and a component service layer, wherein the definition layer is used for defining a product template and a command template; the realization layer comprises a product realization module and a command realization module, the product realization module is used for generating a plurality of products according to the product template, the command realization module is used for generating a plurality of commands of the products according to the command template, and the assembly service layer comprises a plurality of public service modules which are used for running the public service commands except the product commands.
The definition layer defines a basic model of a product in the system and plays a role of a product development template. The realization layer realizes the different products according to the definition layer template, the product realization template realizes different service logics according to different products, and the command realization template realizes different functions according to different products. The logic comprising partial commands between different products is the same as the commands that can be commonly implemented. Such as: if the credit limit inquiry commands of two or more products are implemented in the same way, a public credit limit inquiry command is used. The component service layer provides public services which are not directly related to products and are needed by the system, such as signing electronic signatures, sending short messages and mails.
As shown in fig. 2, the present invention provides a credit granting method of a credit product multi-product parallel development system, comprising:
step 1, calling a network credit granting interface by using a network credit online module.
And 2, executing the credit granting filter command through the product implementation module, and returning an execution result to the online credit module after the execution result is processed by the command implementation module. Wherein, the command realization module comprises the following processing procedures: and reading the filter list from the database, returning the filter list to the command realization module, executing the filter command by reflection in the command realization module according to the returned filter list, and returning the execution result of the filter command to the product realization module.
In the embodiment of the invention, the execution trust filter can protect the main system from normal work, and the request data which does not meet the requirement is intercepted in front, and the execution trust filter mainly comprises blacklist data, client limit checking, initial checking rules and the like. The method comprises the steps of configuring classes to be executed by a filter in a database, inquiring from the database for the first time, obtaining class objects in a reflection mode, executing a class method, storing inquired configuration data in a cache, inquiring again and directly obtaining from the cache, and reducing the operation pressure of a database end.
And 3, executing the credit granting synchronous command through the product implementation module, and returning an execution result to the online network credit module after the command implementation module processes the credit granting synchronous command. Wherein, the command realization module comprises the following processing procedures: and calling the synchronous credit granting realization command, executing the credit granting command in the command realization module, and returning the execution result of the credit granting command to the product realization module.
Step 4, receiving the synchronous credit granting execution result by the online network credit module and pushing the synchronous credit granting execution result to a system inlet;
and 5, executing the credit granting asynchronous command through the product realization module, pushing the credit granting result to a system inlet after the command realization module processes the credit granting asynchronous command, and pushing and informing a client result through a short message after the asynchronous credit granting is finished. Wherein, the command realization module comprises the following processing procedures: and calling an asynchronous credit granting realization command, executing a credit granting wind control rule in a command realization module, generating a limit, and updating credit granting information.
In the embodiment of the invention, the credit granting process comprises time-consuming operations such as inquiring external data, calling wind control rules and the like, the synchronous credit granting can greatly reduce the customer experience degree, and the synchronization is only returned to 'processing'; and asynchronous credit granting is adopted, the service requirement can be met, and asynchronous threads are started through the MQ message queue to perform asynchronous credit granting.
The calling of the wind control rule specifically comprises the following steps: and acquiring qualification information of the client, whether other blacklist records exist or not and the like by inquiring an external data source. The acquired client information is configured in the database, firstly inquired from the database, secondly inquired and acquired from the cache, and a stream processing mode is used, a plurality of external data sources are used for parallel inquiry, so that the response speed is improved. The wind control model of the credit authorization comprises wind control parameters and wind control rules required by the assembly core system, and after the client information is loaded into the wind control model, the processing core returns the result and generates credit authorization information, client limit information and the like.
As shown in fig. 3, the present invention provides a loan method of a credit product multi-product parallel development system, comprising:
step 1, calling a network credit loan deposit interface by using a network credit online module.
And 2, executing the payment filter command through the product implementation module, and returning an execution result to the online module after the payment filter command is processed by the command implementation module. Wherein, the command realization module comprises the following processing procedures: and reading the filter list from the database, returning the filter list to the command realization module, executing the filter command by reflection in the command realization module according to the returned filter list, and returning the execution result of the filter command to the product realization module.
In the embodiment of the invention, parameters (including client information, withdrawal amount, product type and the like), client credit information, client limit information, account normality and the like sent by a system inlet are checked by executing a putting filter command.
And 3, executing the paying synchronous command through the product implementation module, and returning an execution result to the online network loan module after the command implementation module processes the paying synchronous command. Wherein, the command realization module comprises the following processing procedures: and calling the synchronous deposit realization command, executing the deposit command in the command realization module, and returning the deposit command execution result to the product realization module.
Step 4, receiving the synchronous paying execution result by the online;
and 5, executing the asynchronous deposit command through the product implementation module, and pushing the deposit result to a system inlet after the deposit result is processed by the command implementation module. Wherein, the command realization module comprises the following processing procedures: and calling an asynchronous loan realization command, executing a loan wind control rule in a command realization module, and generating loan and borrow information.
In the embodiment of the present invention, a time-consuming process such as a related transaction data verification operation is processed in the synchronous deposit, for example: and (4) verifying the deposit condition, and processing the time-consuming process in asynchronous deposit.
The calling of the wind control rule specifically comprises the following steps: and judging the client qualification information before paying by inquiring external data sources, such as credit investigation, blacklist and the like. Calling a loan wind control model, assembling wind control parameters required by a core system, calling wind control rules, processing results returned by the core, generating loan records, determining the final loan interest rate, calling a fund exchange platform loan interface, generating borrowing information, pushing customer data to a user center, sending a short message to inform a customer of the completion of loan, and completing loan.
As shown in fig. 4, the present invention provides a repayment method for a credit product multi-product parallel development system, comprising:
step 1, calling a network loan repayment interface by adopting a network loan online module.
And 2, executing the repayment filter command through the product implementation module, and returning an execution result to the online module after the repayment filter command is processed by the command implementation module. And executing a repayment filter command for checking whether the client information and the borrowing information are matched with the repayment parameters (such as a borrowing number, a repayment amount and a repayment mode).
And 3, executing a repayment synchronous command through the product implementation module, and returning an execution result to the online network loan module after the repayment synchronous command is processed by the command implementation module.
And 4, receiving the synchronous repayment execution result by the online module and pushing the result to the system entrance. And processing the returned information by calling a fund exchange platform repayment interface, generating a repayment record, modifying the borrowing information, and sending a short message to inform the client that the repayment is completed.
In summary, the beneficial effects of the invention include: the system interface uniformly provides a multi-product common template to the outside, and an interface layer does not need to pay more attention to products; each product realizes the parallel development of a plurality of products through independent product management, and can share a common part mutually under the condition of mutual noninterference; the method of the product is decoupled from the command, the business logic of the product corresponds to one method of the product, and the method can be a result of the common execution of a plurality of commands; the system has the advantages that the public capacity is modularized, a plurality of service assemblies provide capacity for a plurality of products, personalized customization and generalized assemblies are flexibly combined, the research and development workload is saved to the maximum extent, the research and development speed is increased, and the maintainability and the expandability of the system are improved under the condition of reducing the code amount.
It should be appreciated that the integrated system, if implemented as a software functional unit and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention essentially or partially contributes to the prior art, or all or part of the technical solution can be embodied in the form of a software product stored in a storage medium and including instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
The technical scope of the present invention is not limited to the above description, and those skilled in the art can make various changes and modifications to the above-described embodiments without departing from the technical spirit of the present invention, and such changes and modifications should fall within the protective scope of the present invention.

Claims (10)

1. The credit product multi-product parallel development system is characterized by comprising a definition layer, an implementation layer and a component service layer, wherein the definition layer is used for defining a product template and a command template; the realization layer comprises a product realization module and a command realization module, the product realization module is used for generating a plurality of products according to the product template, the command realization module is used for generating a plurality of commands of the products according to the command template, and the assembly service layer comprises a plurality of public service modules and is used for running public service commands except the product commands.
2. A credit product multi-product parallel development system credit granting method is characterized by comprising the following steps:
step 1, calling a network credit granting interface by using a network credit online module;
step 2, the product realization module executes the credit granting filter command, and returns an execution result to the online network credit module after the command is processed by the command realization module;
step 3, the product realization module executes the credit granting synchronous command, and returns an execution result to the online network credit module after the command realization module processes the command;
step 4, receiving the synchronous credit granting execution result by the online network credit module and pushing the synchronous credit granting execution result to a system inlet;
and 5, executing the credit granting asynchronous command through the product implementation module, and pushing the credit granting result to a system inlet after the credit granting asynchronous command is processed by the command implementation module.
3. The credit product multi-product parallel development system granting method according to claim 2, wherein in step 2, the command realization module process comprises: and reading the filter list from the database, returning the filter list to the command realization module, executing the filter command by reflection in the command realization module according to the returned filter list, and returning the execution result of the filter command to the product realization module.
4. The credit product multi-product parallel development system granting method according to claim 2, wherein in step 3, the command realization module process comprises: and calling the synchronous credit granting realization command, executing the credit granting command in the command realization module, and returning the execution result of the credit granting command to the product realization module.
5. The credit product multi-product parallel development system granting method according to claim 2, wherein in step 5, the command realization module process comprises: and calling an asynchronous credit granting realization command, executing a credit granting wind control rule in a command realization module, generating a limit, and updating credit granting information.
6. A loan method for a credit product multi-product parallel development system, comprising:
step 1, calling a network credit loan payment interface by using a network credit online module;
step 2, executing the payment filter command through the product implementation module, and returning an execution result to the online;
step 3, executing the paying synchronous command through the product implementation module, and returning an execution result to the online;
step 4, receiving the synchronous paying execution result by the online;
and 5, executing the asynchronous deposit command through the product implementation module, and pushing the deposit result to a system inlet after the deposit result is processed by the command implementation module.
7. The loan method of the credit product multi-product parallel development system according to claim 6, wherein in step 2, the command implementation module process comprises: and reading the filter list from the database, returning the filter list to the command realization module, executing the filter command by reflection in the command realization module according to the returned filter list, and returning the execution result of the filter command to the product realization module.
8. The loan method of the credit product multi-product parallel development system according to claim 6, wherein in step 3, the command implementation module process comprises: and calling the synchronous deposit realization command, executing the deposit command in the command realization module, and returning the deposit command execution result to the product realization module.
9. The loan method of the credit product multi-product parallel development system according to claim 6, wherein in step 5, the command implementation module process comprises: and calling an asynchronous loan realization command, executing a loan wind control rule in a command realization module, and generating loan and borrow information.
10. A repayment method for a credit product multi-product parallel development system, comprising:
step 1, calling a network loan repayment interface by using a network loan online module;
step 2, executing a repayment filter command through the product implementation module, and returning an execution result to the online module after the repayment filter command is processed by the command implementation module;
step 3, executing a repayment synchronous command through the product implementation module, and returning an execution result to the online network loan module after the repayment synchronous command is processed by the command implementation module;
and 4, receiving the synchronous repayment execution result by the online module and pushing the result to the system entrance.
CN202011201734.8A 2020-11-02 2020-11-02 Credit product multi-product parallel development system and credit granting, payment and repayment method thereof Active CN112181380B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011201734.8A CN112181380B (en) 2020-11-02 2020-11-02 Credit product multi-product parallel development system and credit granting, payment and repayment method thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011201734.8A CN112181380B (en) 2020-11-02 2020-11-02 Credit product multi-product parallel development system and credit granting, payment and repayment method thereof

Publications (2)

Publication Number Publication Date
CN112181380A true CN112181380A (en) 2021-01-05
CN112181380B CN112181380B (en) 2022-07-22

Family

ID=73916909

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011201734.8A Active CN112181380B (en) 2020-11-02 2020-11-02 Credit product multi-product parallel development system and credit granting, payment and repayment method thereof

Country Status (1)

Country Link
CN (1) CN112181380B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113129134A (en) * 2021-05-18 2021-07-16 工银科技有限公司 Credit product data processing method and device

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108346029A (en) * 2017-01-23 2018-07-31 纬创软件(北京)有限公司 A kind of customization credit system of support credit factory mode
CN108932120A (en) * 2018-07-11 2018-12-04 深圳前海桔子信息技术有限公司 A kind of loan product development system

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108346029A (en) * 2017-01-23 2018-07-31 纬创软件(北京)有限公司 A kind of customization credit system of support credit factory mode
CN108932120A (en) * 2018-07-11 2018-12-04 深圳前海桔子信息技术有限公司 A kind of loan product development system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113129134A (en) * 2021-05-18 2021-07-16 工银科技有限公司 Credit product data processing method and device
CN113129134B (en) * 2021-05-18 2024-05-17 工银科技有限公司 Credit product data processing method and device

Also Published As

Publication number Publication date
CN112181380B (en) 2022-07-22

Similar Documents

Publication Publication Date Title
US9697042B2 (en) Extensibility of business process and application logic
US8862613B2 (en) Extensibility of business process and application logic
CN111580874B (en) System safety control method and system for data application and computer equipment
CN110730097A (en) Internet technology architecture construction method and device, electronic equipment and medium
CN112181380B (en) Credit product multi-product parallel development system and credit granting, payment and repayment method thereof
CN117742843B (en) Method and system for generating delivery service business form
CN112965986B (en) Service consistency processing method, device, equipment and storage medium
CN107277108B (en) Method, device and system for processing messages at nodes of block chain
CN115617480A (en) Task scheduling method, device and system and storage medium
CN111722914B (en) Timed task distribution method, timed task distribution system, computer equipment and storage medium
AU2022245375A1 (en) Reducing transaction aborts in execute-order-validate blockchain models
CN111695901B (en) Accounting document processing method, device, equipment and storage medium
CN112053137A (en) Flow prediction method, electronic device and server cluster
WO2020155167A1 (en) Application of cross-organizational transactions to blockchain
CN111353766A (en) Service process processing system and method of distributed service system
CN111598699A (en) Divide moist system based on cluster
CN111461531B (en) Service processing system, service arranging method, device, equipment and storage medium
CN110060128B (en) Data management method and system
CN111858737B (en) Data importing device and method, bank system constructing device and method, and storage medium
CN113269627A (en) Accounting processing method and device
CN111967960A (en) Batch adjustment method and device for account data
CN117787884A (en) Cross-system digital workflow integration system, workflow management method and system
CN117291406A (en) Service processing method, device, computer equipment, storage medium and program product
CN117271487A (en) Service data verification method, device, equipment and storage medium
CN116012146A (en) Event-based forehead center data asynchronous calculation method and system

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
CP03 Change of name, title or address
CP03 Change of name, title or address

Address after: No.4 building, Hexi Financial City, Jianye District, Nanjing City, Jiangsu Province, 210000

Patentee after: Jiangsu Sushang Bank Co.,Ltd.

Country or region after: China

Address before: No.4 building, Hexi Financial City, Jianye District, Nanjing City, Jiangsu Province, 210000

Patentee before: JIANGSU SUNING BANK Co.,Ltd.

Country or region before: China