CN111736808B - Subscription processing method and system of transaction report - Google Patents

Subscription processing method and system of transaction report Download PDF

Info

Publication number
CN111736808B
CN111736808B CN202010546246.4A CN202010546246A CN111736808B CN 111736808 B CN111736808 B CN 111736808B CN 202010546246 A CN202010546246 A CN 202010546246A CN 111736808 B CN111736808 B CN 111736808B
Authority
CN
China
Prior art keywords
subscription
signing
transaction report
account
information
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202010546246.4A
Other languages
Chinese (zh)
Other versions
CN111736808A (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.)
Bank of China Ltd
Original Assignee
Bank of China 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 Bank of China Ltd filed Critical Bank of China Ltd
Priority to CN202010546246.4A priority Critical patent/CN111736808B/en
Publication of CN111736808A publication Critical patent/CN111736808A/en
Application granted granted Critical
Publication of CN111736808B publication Critical patent/CN111736808B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/76Adapting program code to run in a different environment; Porting
    • 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/02Banking, e.g. interest calculation or account maintenance

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Accounting & Taxation (AREA)
  • Finance (AREA)
  • Development Economics (AREA)
  • General Business, Economics & Management (AREA)
  • Technology Law (AREA)
  • Strategic Management (AREA)
  • Marketing (AREA)
  • Economics (AREA)
  • Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)

Abstract

The application provides a signing processing method and a signing processing system for a transaction report, wherein the method comprises the following steps: setting a subscription influence factor; combining the subscription influence factors to create a plurality of subscription scenes; configuring a signing mark of each signing influence factor which influences the signing of the transaction report under different values in a data table of each signing scene; generating a subscription mapping relation of the subscription scenes according to the data table of each subscription scene; when a transaction report is acquired, extracting information of each subscription influence factor under a corresponding subscription scene according to the transaction report; and inputting the information of each subscription influence factor into a corresponding subscription mapping relation, and outputting a subscription result of the transaction report. The method and the system have clear development logic, greatly save labor cost and database resources, improve production efficiency, greatly simplify maintenance work and facilitate new function expansion.

Description

Subscription processing method and system of transaction report
Technical Field
The application relates to the technical field of data processing, in particular to a signing processing method and system of a transaction report.
Background
With the development of public cash management business, the variety of transaction report forms is increased; the transaction report product is mainly used for public clients, and can display details, summarization, personalized processing and the like of different transactions of accounts under different scenes; because the account structure is complex, different accounts have different self-characteristics and can sign up for different report forms. In the prior art, the signing logic of the transaction report controls account signing by adding code logic in a superposition way according to different requirements each time. However, this mode can be overlapped layer by layer as required, so that logic is more and more complex, code quantity is more and more large, and products are more and less easy to maintain.
Especially when new business scenarios appear, the corresponding transaction report category, transaction scope, subscription rules, etc. need to be increased gradually. If one account signs up for multiple report forms, frequent reading of database information also wastes system resources. For example, when the client signs 16 kinds of report forms, the database needs to be read for 16 times according to the 16 kinds of report forms to carry out multidimensional logic constraint judgment, and because the client signs multiple kinds of report forms, frequent verification also has certain waste on system resources, the development efficiency is reduced, the test range is gradually enlarged, and the product maintenance work is not facilitated. Meanwhile, each new report form is added, the original logic is required to be changed, and errors are extremely easy to occur to cause great influence on clients. Moreover, the original logic can still be touched after each modification, the testing range is larger, and the waste of manpower, cost and the like is caused.
In view of the foregoing, there is a need for a subscription processing scheme for transaction reports that overcomes the above-mentioned problems.
Disclosure of Invention
In order to overcome the problems, the application provides a signing processing method and a signing processing system for a transaction report, which can establish signing mapping relations under different scenes by setting signing influence factors, further input information in the transaction report into the mapping relations, and call the mapping relations to complete signing judgment.
In a first aspect of an embodiment of the present application, a subscription processing method for a transaction report is provided, where the method includes:
setting a subscription influence factor;
combining the subscription influence factors to create a plurality of subscription scenes;
configuring a signing mark of each signing influence factor which influences the signing of the transaction report under different values in a data table of each signing scene;
generating a subscription mapping relation of the subscription scenes according to the data table of each subscription scene;
when a transaction report is acquired, extracting information of each subscription influence factor under a corresponding subscription scene according to the transaction report;
and inputting the information of each signing influence factor into a corresponding signing mapping relation, and outputting a signing result of the transaction report.
In a second aspect of the embodiment of the present application, a subscription processing system for a transaction report is provided, where the system includes:
the setting module is used for setting subscription influence factors;
the creation module is used for combining the subscription influence factors and creating a plurality of subscription scenes;
the configuration module is used for configuring a signing mark of each signing influence factor which affects the signing of the transaction report under different values in the data table of each signing scene;
the mapping relation generation module is used for generating a signing mapping relation of the signing scenes according to the data table of each signing scene;
the information extraction module is used for extracting information of each subscription influence factor under a corresponding subscription scene according to the transaction report when the transaction report is acquired;
and the signing processing module is used for inputting the information of each signing influence factor into the corresponding signing mapping relation and outputting a signing result of the transaction report.
In a third aspect of the embodiments of the present application, a computer device is provided, including a memory, a processor, and a computer program stored on the memory and executable on the processor, where the processor implements a method for signing a transaction report when executing the computer program.
In a fourth aspect of the embodiments of the present application, a computer-readable storage medium is provided, in which a computer program is stored, which when executed by a processor, implements a method for signing a transaction report.
According to the signing processing method and system for the transaction report, the signing mapping relation under different scenes can be established by setting the signing influence factors, so that information in the transaction report is input into the mapping relation, the mapping relation is called to complete signing judgment, and the signing processing method and system can be suitable for carrying out quick, efficient and accurate signing processing under the condition that clients sign a plurality of reports; in the development and maintenance process, compared with the problems of large code quantity, complex logic, large test quantity and difficult maintenance in the prior art, the method has clear development logic, can realize the signing treatment of various report forms by only setting corresponding signing influence factors when the types of the report forms are increased and establishing signing mapping relations under different scenes, greatly reduces the code quantity, improves the development efficiency, greatly saves labor cost and database resources, can avoid verification influence on clients caused by functional imperfection due to analysis omission, greatly simplifies product maintenance work and is beneficial to new function expansion.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings required for the description of the embodiments will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present application, and other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
Fig. 1 is a flow chart of a subscription processing method of a transaction report according to an embodiment of the application.
Fig. 2 is a schematic diagram illustrating the priority of subscription factors according to an embodiment of the present application.
Fig. 3 is a schematic flow chart of subscription judgment according to an embodiment of the application.
Fig. 4 is a schematic diagram of a subscription processing system of a transaction report according to an embodiment of the application.
FIG. 5 is a schematic diagram of a computer device according to an embodiment of the present application.
Detailed Description
The principles and spirit of the present application will be described below with reference to several exemplary embodiments. It should be understood that these embodiments are presented merely to enable those skilled in the art to better understand and practice the application and are not intended to limit the scope of the application in any way. Rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the scope of the disclosure to those skilled in the art.
Those skilled in the art will appreciate that embodiments of the application may be implemented as a system, apparatus, device, method, or computer program product. Accordingly, the present disclosure may be embodied in the following forms, namely: complete hardware, complete software (including firmware, resident software, micro-code, etc.), or a combination of hardware and software.
According to the embodiment of the application, a signing processing method and a signing processing system of a transaction report are provided. Firstly, extracting input information such as the types of subscription report forms, transaction ranges, subscription modes and the like which are required to be selected according to account characteristics (including a plurality of account roles, different account belonging areas, different account groups and the like) to obtain influence factors; further, according to the influence factors and the existing constraint conditions, whether a certain type of report forms signed by the client in the current scene are established or not is calculated in a combined mode; listing all combined scenes and results by an enumeration method, and configuring the combined scenes and the results into a data table; forming a subscription mapping relation based on the data table so as to be used in subscription; and when a new transaction report is generated, directly assigning and calling the subscription mapping relation, and completing subscription judgment. For example, assuming that 16 kinds of report forms are signed by the client, the client does not need to read the database for 16 times respectively to carry out multidimensional logic constraint judgment according to the 16 kinds of report forms, and can complete the signing judgment by directly calling the signing mapping relation according to the input of the signing mapping relation, so that the development logic is clear, the maintenance work is greatly simplified, the labor cost and the resources are greatly saved, and the production efficiency is improved.
In the embodiments of the present application, terms to be described are as follows:
transaction report: there are currently 16 different transaction report types in cash management products, covering different reports of aggregation, down-dialing, internal pricing, virtual account, cross-border, credit, etc.
Account group: the accounts can be signed into different types of account groups according to different account types, different functions and other conditions, the account relationships in the account groups can be parallel peer-to-peer relationships, the main relationship and the sub relationship, the different account groups can also form an account tree, and different combinations can exist among the account groups.
The principles and spirit of the present application are explained in detail below with reference to several representative embodiments thereof.
Fig. 1 is a flow chart of a subscription processing method of a transaction report according to an embodiment of the application. As shown in fig. 1, the method includes:
step S101, a subscription influence factor is set.
Step S102, combining the subscription influence factors to create a plurality of subscription scenes.
Step S103, configuring a signing mark of each signing influence factor which influences the signing of the transaction report under different values in a data table of each signing scene.
Step S104, according to the data table of each signing scene, signing mapping relation of the signing scenes is generated.
Step S105, when a transaction report is acquired, extracting information of each subscription influence factor under a corresponding subscription scene according to the transaction report.
And step S106, inputting the information of each signing influence factor into a corresponding signing mapping relation, and outputting a signing result of the transaction report.
The steps S101 to S104 are mainly used for calculating a signing influence factor according to the input information of the front end of the account and the account group roles, account types, area relations and the like stored in the background, listing whether signing results are allowed or not according to all combinations of the signing influence factors to form a signing mapping relation, and the steps S105 to S106 are used for extracting information required by the signing mapping relation from an unprocessed transaction report, and circularly calling the signing mapping relation to finish judging whether signing is allowed or not so as to obtain signing results.
In order to more clearly explain the signing processing method of the transaction report, a detailed procedure of each step will be described below.
Step S101:
and collecting historical transaction report forms, analyzing and extracting information influencing the signing result according to the historical transaction report forms, and setting signing influence factors based on the information.
Referring to fig. 2, a schematic diagram of the priority of subscription factors according to an embodiment of the application is shown. As shown in fig. 2, subscription impact factors may be classified into high, medium, and low by priority; wherein, the liquid crystal display device comprises a liquid crystal display device,
the subscription influence factors with high priority at least comprise account types, account roles, account groups to which the accounts belong and transaction report types;
the subscription influence factors in the priority at least comprise report periods, transaction ranges and account belonging areas;
the subscription influence factor with low priority at least comprises an account subscription mode.
In one embodiment, collecting the entered information includes:
transaction report type: transaction summary report, collection downlink dial detail report, credit report, etc.
Reporting single period: daily newspaper and weekly newspaper.
Transaction range: all transactions, internal transactions only, etc.
Displaying the transaction range: external only, internal only, all transactions.
The account signing mode: and establishing a single account, signing all accounts in the account group in a batch mode, signing only sub-accounts, and the like.
Implicit information types may further be mined, including:
account type: one-account, living account, periodic account.
Account role: a main account, a sub-account, an equal account, and a free account.
Account group to which an account belongs: virtual account groups, physical account groups, equal account groups.
The area to which the account belongs: domestic accounts, overseas local accounts, etc.
According to the information affecting account subscription by business logic analysis, a subscription affecting factor is set, and the account subscription can be divided according to priority.
For example, the account type is "one-user account" to allow subscription to one-user report, and if the account type does not meet the requirement, no subsequent subscription process is necessary.
Step S102:
classifying, grouping and mapping the subscription influence factors to create a plurality of subscription scenes.
Step S103:
and calculating whether the signing is allowed under various conditions in each group of scenes according to different values of each signing influence factor, and obtaining a signing mark influencing the signing of the transaction report. Wherein the sign of subscription is to allow subscription or to block subscription.
And configuring the signing marks into a data table of each signing scene.
Step S104:
and generating a subscription mapping relation of the subscription scenes according to the data table of each subscription scene, wherein the input of the subscription mapping relation is an extracted influence factor, and the input is a sign of whether subscription is allowed or not.
By extracting, classifying and mapping the input information, a configurable expansion table is formed, the mode can realize the control of selecting multiple types of report forms for signing different accounts under different scenes, the code quantity of developers is greatly reduced, and as new report forms in demands are increased, the logic function can be realized by only configuring a data table and expanding the mapping relation, the problems of frequent code modification, wide testing range, easiness in error and the like are solved, and the development efficiency is improved.
Step S105:
referring to fig. 3, a flow chart of subscription judgment according to an embodiment of the application is shown.
As shown in fig. 3, according to the inquiry command input by the teller, the unprocessed transaction report of the corresponding account is inquired;
if the information is queried, extracting information of each subscription influence factor under the corresponding subscription scene according to the unprocessed transaction report;
if not, ending the processing.
Step S106:
assigning a subscription mapping relation by utilizing the information of each subscription influence factor, and calling the subscription mapping relation to output a subscription result of the unprocessed transaction report;
if the signing result is that signing is allowed, notifying the teller to continue processing;
and if the signing result is that signing is blocked, generating error reporting information.
After the signing result of the transaction report is obtained, the step S105 may be further returned to, and whether other unprocessed transaction reports exist in the corresponding account is continuously queried; if so, continuing to sign up according to the steps S105 and S106, otherwise ending the process.
It should be noted that although the operations of the method of the present application are described in a particular order in the above embodiments and the accompanying drawings, this does not require or imply that the operations must be performed in the particular order or that all of the illustrated operations be performed in order to achieve desirable results. Additionally or alternatively, certain steps may be omitted, multiple steps combined into one step to perform, and/or one step decomposed into multiple steps to perform.
In order to more clearly explain the signing method of the transaction report, a specific embodiment is described below, however, it should be noted that this embodiment is only for better illustrating the present application and is not meant to limit the present application unduly.
Take the subscription influence factor "account role" and "account group type" as examples:
1. account role dimension:
the value range of the account role is as follows: the sign of whether different account roles allow signing for different report types for the main account, sub-account, equal account and free account is shown in table 1:
TABLE 1 Account role dimension
Account role Main account Sub-account Equal account Free account
01-transaction detail report Support for Support for Support for Support for
02-collection lower dialing detail report Support for Support for × ×
03-collecting down-dialing summary report form Support for Support for × ×
04-transaction summary report Support for × × ×
05-Account limit report Support for × × ×
06-virtual account transaction report Support for × × ×
2. Account group type:
the account group types are: a single mode establishment, a general allocation mode, a general sub-account mode and a template mode. For different report types, the subscription is allowed when the corresponding account group type value is met, and the subscription is prevented when the corresponding account group type value is not met, as shown in the following table 2:
TABLE 2 Account group types
Based on tables 1 and 2, the type of the unprocessed transaction report is "02-aggregate downlink detail report", under a single set-up mode:
account group type: VNP/PCP/BDP; account role: a main account, a sub-account; report sheet scope: all transactions, only internal transactions; the result of signing judgment is as follows: allowing subscription.
Account group type: VSA/ENP/TEP; account role: a sub-account; account report scope: only internal traffic; after signing judgment, the signing result is as follows because the account group type in table 2 is not met: preventing subscription.
Account role: equal account, free account; account group type: arbitrary; account report scope: arbitrary; after signing judgment, the signing result is as follows because the signing result does not accord with the account roles in the table 1: preventing subscription.
Having described the method of an exemplary embodiment of the present application, a subscription processing system for a transaction report of an exemplary embodiment of the present application is described next with reference to fig. 4.
The implementation of the signing processing system of the transaction report can be referred to the implementation of the method, and the repetition is not repeated. The term "module" or "unit" as used below may be a combination of software and/or hardware that implements the intended function. While the means described in the following embodiments are preferably implemented in software, implementation in hardware, or a combination of software and hardware, is also possible and contemplated.
Based on the same inventive concept, the application also provides a signing processing system of the transaction report, as shown in fig. 4, the system comprises:
a setting module 410, configured to set a subscription influence factor.
The creating module 420 is configured to combine the subscription influence factors to create a plurality of subscription scenes.
The configuration module 430 is configured to configure, in the data table of each subscription scenario, a subscription flag that affects the subscription of the transaction report under different values of each subscription influence factor.
The mapping relation generating module 440 is configured to generate a subscription mapping relation of the subscription scenario according to the data table of each subscription scenario.
And the information extraction module 450 is used for extracting the information of each subscription influence factor under the corresponding subscription scene according to the transaction report when the transaction report is acquired.
The subscription processing module 460 is configured to input the information of each subscription influence factor into a corresponding subscription mapping relationship, and output a subscription result of the transaction report.
In one embodiment, the setting module 410 is specifically configured to:
and collecting historical transaction report forms, analyzing and extracting information influencing the signing result according to the historical transaction report forms, and setting signing influence factors based on the information.
In one embodiment, the information extraction module 450 is specifically configured to:
inquiring an unprocessed transaction report of the corresponding account according to an inquiry command input by a teller; if the information is inquired, extracting information of each subscription influence factor under the corresponding subscription scene according to the unprocessed transaction report; if not, ending the processing.
In one embodiment, the subscription processing module 460 is specifically configured to:
assigning a subscription mapping relation by using the information of each subscription influence factor, calling the subscription mapping relation to output a subscription result of the unprocessed transaction report, and informing the teller to continue processing if the subscription result is permission subscription; and if the signing result is that signing is blocked, generating error reporting information.
It should be noted that while several modules of a subscription handling system for transaction reports are mentioned in the above detailed description, such a division is merely exemplary and not mandatory. Indeed, the features and functions of two or more modules described above may be embodied in one module in accordance with embodiments of the present application. Conversely, the features and functions of one module described above may be further divided into a plurality of modules to be embodied.
Based on the foregoing inventive concept, as shown in fig. 5, the present application further proposes a computer device 500, including a memory 510, a processor 520, and a computer program 530 stored in the memory 510 and executable on the processor 520, where the processor 520 implements the signing method of the transaction report when executing the computer program 530.
Based on the foregoing inventive concept, the present application proposes a computer-readable storage medium storing a computer program which, when executed by a processor, implements the method of signing a transaction report as described above.
According to the signing processing method and system for the transaction report, the signing mapping relation under different scenes can be established by setting the signing influence factors, so that information in the transaction report is input into the mapping relation, the mapping relation is called to complete signing judgment, and the signing processing method and system can be suitable for carrying out quick, efficient and accurate signing processing under the condition that clients sign a plurality of reports; in the development and maintenance process, compared with the problems of large code quantity, complex logic, large test quantity and difficult maintenance in the prior art, the method has clear development logic, can realize the signing treatment of various report forms by only setting corresponding signing influence factors when the types of the report forms are increased and establishing signing mapping relations under different scenes, greatly reduces the code quantity, improves the development efficiency, greatly saves labor cost and database resources, can avoid verification influence on clients caused by functional imperfection due to analysis omission, greatly simplifies product maintenance work and is beneficial to new function expansion.
It will be appreciated by those skilled in the art that embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flowchart illustrations and/or block diagrams, and combinations of flows and/or blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
Finally, it should be noted that: the above examples are only specific embodiments of the present application, and are not intended to limit the scope of the present application, but it should be understood by those skilled in the art that the present application is not limited thereto, and that the present application is described in detail with reference to the foregoing examples: any person skilled in the art may modify or easily conceive of the technical solution described in the foregoing embodiments, or perform equivalent substitution of some of the technical features, while remaining within the technical scope of the present disclosure; such modifications, changes or substitutions do not depart from the spirit and scope of the technical solutions of the embodiments of the present application, and are intended to be included in the scope of the present application. Therefore, the protection scope of the present application shall be subject to the protection scope of the claims.

Claims (10)

1. A method for signing a transaction report, the method comprising:
collecting a historical transaction report, analyzing and extracting information affecting a signing result according to the historical transaction report, and setting a signing influence factor based on the information; the subscription influence factors are classified into high, medium and low according to priority; the subscription influence factors with high priority at least comprise account types, account roles, account groups to which the accounts belong and transaction report types; the subscription influence factors in the priority at least comprise report periods, transaction ranges and account belonging areas; the subscription influence factors with low priorities at least comprise account subscription modes;
combining the subscription influence factors to create a plurality of subscription scenes;
configuring a signing mark of each signing influence factor which influences the signing of the transaction report under different values in a data table of each signing scene;
generating a subscription mapping relation of the subscription scenes according to the data table of each subscription scene;
when a transaction report is acquired, extracting information of each subscription influence factor under a corresponding subscription scene according to the transaction report;
and inputting the information of each signing influence factor into a corresponding signing mapping relation, and outputting a signing result of the transaction report.
2. The method of claim 1, wherein the sign of subscription is a sign of subscription allowed or a sign of subscription blocked.
3. The method for processing a subscription of a transaction report according to claim 2, wherein when the transaction report is acquired, extracting information of each subscription influence factor in a corresponding subscription scenario according to the transaction report comprises:
inquiring an unprocessed transaction report of the corresponding account according to an inquiry command input by a teller;
if the information is queried, extracting information of each subscription influence factor under the corresponding subscription scene according to the unprocessed transaction report;
if not, ending the processing.
4. The method for processing the subscription of the transaction report according to claim 3, wherein inputting the information of each subscription influence factor into the corresponding subscription mapping relation, and outputting the subscription result of the transaction report comprises:
assigning a subscription mapping relation by using the information of each subscription influence factor, calling the subscription mapping relation to output a subscription result of the unprocessed transaction report, and informing the teller to continue processing if the subscription result is permission subscription; and if the signing result is that signing is blocked, generating error reporting information.
5. A subscription processing system for a transaction report, the system comprising:
the setting module is used for collecting historical transaction report forms, analyzing and extracting information affecting the signing result according to the historical transaction report forms, and setting signing influence factors based on the information; the subscription influence factors are classified into high, medium and low according to priority; the subscription influence factors with high priority at least comprise account types, account roles, account groups to which the accounts belong and transaction report types; the subscription influence factors in the priority at least comprise report periods, transaction ranges and account belonging areas; the subscription influence factors with low priorities at least comprise account subscription modes;
the creation module is used for combining the subscription influence factors and creating a plurality of subscription scenes;
the configuration module is used for configuring a signing mark of each signing influence factor which affects the signing of the transaction report under different values in the data table of each signing scene;
the mapping relation generation module is used for generating a signing mapping relation of the signing scenes according to the data table of each signing scene;
the information extraction module is used for extracting information of each subscription influence factor under a corresponding subscription scene according to the transaction report when the transaction report is acquired;
and the signing processing module is used for inputting the information of each signing influence factor into the corresponding signing mapping relation and outputting a signing result of the transaction report.
6. The transaction report subscription handling system of claim 5, wherein the subscription flag is one of allow subscription and block subscription.
7. The subscription processing system of a transaction report according to claim 6, wherein the information extraction module is specifically configured to:
inquiring an unprocessed transaction report of the corresponding account according to an inquiry command input by a teller; if the information is inquired, extracting information of each subscription influence factor under the corresponding subscription scene according to the unprocessed transaction report; if not, ending the processing.
8. The subscription processing system of a transaction report according to claim 7, wherein the subscription processing module is specifically configured to:
assigning a subscription mapping relation by using the information of each subscription influence factor, calling the subscription mapping relation to output a subscription result of the unprocessed transaction report, and informing the teller to continue processing if the subscription result is permission subscription; and if the signing result is that signing is blocked, generating error reporting information.
9. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements the method of any of claims 1 to 4 when executing the computer program.
10. A computer readable storage medium, characterized in that the computer readable storage medium stores a computer program which, when executed by a processor, implements the method of any of claims 1 to 4.
CN202010546246.4A 2020-06-16 2020-06-16 Subscription processing method and system of transaction report Active CN111736808B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010546246.4A CN111736808B (en) 2020-06-16 2020-06-16 Subscription processing method and system of transaction report

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010546246.4A CN111736808B (en) 2020-06-16 2020-06-16 Subscription processing method and system of transaction report

Publications (2)

Publication Number Publication Date
CN111736808A CN111736808A (en) 2020-10-02
CN111736808B true CN111736808B (en) 2023-09-19

Family

ID=72649270

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010546246.4A Active CN111736808B (en) 2020-06-16 2020-06-16 Subscription processing method and system of transaction report

Country Status (1)

Country Link
CN (1) CN111736808B (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109543865A (en) * 2018-11-13 2019-03-29 中国银行股份有限公司 Reserve transaction processing method and device
CN110442763A (en) * 2019-08-15 2019-11-12 中国银行股份有限公司 Generate the method and device for customizing report
CN111080233A (en) * 2019-11-22 2020-04-28 贝壳技术有限公司 Method, device and storage medium for generating subscription information
CN111078536A (en) * 2019-11-29 2020-04-28 中国银行股份有限公司 Test data generation method, device and system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109543865A (en) * 2018-11-13 2019-03-29 中国银行股份有限公司 Reserve transaction processing method and device
CN110442763A (en) * 2019-08-15 2019-11-12 中国银行股份有限公司 Generate the method and device for customizing report
CN111080233A (en) * 2019-11-22 2020-04-28 贝壳技术有限公司 Method, device and storage medium for generating subscription information
CN111078536A (en) * 2019-11-29 2020-04-28 中国银行股份有限公司 Test data generation method, device and system

Also Published As

Publication number Publication date
CN111736808A (en) 2020-10-02

Similar Documents

Publication Publication Date Title
CN110162516B (en) Data management method and system based on mass data processing
CN110543303A (en) Visual business platform
CN102467525A (en) Document associating method and system
CN111768096A (en) Rating method and device based on algorithm model, electronic equipment and storage medium
CN113434674A (en) Data analysis method and device, electronic equipment and readable storage medium
CN112667612A (en) Data quality checking method and device, electronic equipment and storage medium
CN108073707B (en) Financial business data updating method and device and computer readable storage medium
CN111897856A (en) Supervision message generation method and device, electronic equipment and readable storage medium
CN112506940A (en) Data reconciliation method and device, electronic equipment and storage medium
CN105912723A (en) Storage method of custom field
CN111736808B (en) Subscription processing method and system of transaction report
CN113626527A (en) Financial data processing method and system
CN108133485A (en) GIS rasterizings problem area recognition methods, device, terminal and medium in flakes
CN111985194A (en) Data storage method and device, electronic equipment and storage medium
CN105930323A (en) File generating method and apparatus
CN115809228A (en) Data comparison method and device, storage medium and electronic equipment
CN103064862B (en) A kind of multi objective sorting data disposal route and equipment
CN115034917A (en) Screening method and device for social security fund release data risk information
CN112348403A (en) Wind control model construction method and device and electronic equipment
CN111723129A (en) Report generation method, report generation device and electronic equipment
CN102495788B (en) Internal storage counting method and device of embedded system
US20230131457A1 (en) Method for simulating an embossment in manufacture of server casing and electronic device employing method
CN116167852B (en) Method and device for processing fund flow direction data
CN113254520B (en) Method for processing credit investigation data missing report and automatically generating supplementary message
CN115729968A (en) Report printing method and device

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