CN112068819B - Section control method and system of commercial draft system - Google Patents

Section control method and system of commercial draft system Download PDF

Info

Publication number
CN112068819B
CN112068819B CN202010933242.1A CN202010933242A CN112068819B CN 112068819 B CN112068819 B CN 112068819B CN 202010933242 A CN202010933242 A CN 202010933242A CN 112068819 B CN112068819 B CN 112068819B
Authority
CN
China
Prior art keywords
input item
class
business
item data
control
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
CN202010933242.1A
Other languages
Chinese (zh)
Other versions
CN112068819A (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 CN202010933242.1A priority Critical patent/CN112068819B/en
Publication of CN112068819A publication Critical patent/CN112068819A/en
Application granted granted Critical
Publication of CN112068819B publication Critical patent/CN112068819B/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/30Creation or generation of source code
    • G06F8/31Programming languages or programming paradigms
    • G06F8/316Aspect-oriented programming techniques
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2455Query execution
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2458Special types of queries, e.g. statistical queries, fuzzy queries or distributed queries
    • G06F16/2462Approximate or statistical queries
    • 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/28Databases characterised by their database models, e.g. relational or object models
    • G06F16/284Relational databases
    • G06F16/285Clustering or classification

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Software Systems (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Computational Linguistics (AREA)
  • Probability & Statistics with Applications (AREA)
  • Computing Systems (AREA)
  • Fuzzy Systems (AREA)
  • Mathematical Physics (AREA)
  • Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)

Abstract

The application discloses a section control method and a section control system for a commercial draft system, wherein the method comprises the following steps: acquiring input item data in a business draft system transaction; setting a query data range of the parameter type according to the parameter type of the input item data; according to the query data range, performing section control and outputting control parameters; writing service control logic according to the control parameters; and when the service is processed, reading the service control logic to process the service, and generating a service processing result. The application can realize simplified control and flexible control by modifying the configuration parameters of the database, reduce the participation of teller and improve the service processing efficiency and the customer experience.

Description

Section control method and system of commercial draft system
Technical Field
The application relates to the technical field of banking business processing, in particular to a section control method and a section control system for a commercial draft system.
Background
Some of the parameter control of existing CDS systems (commercial draft systems) are based on the consideration of providing demand, and once the encoding is completed, the parameter control mode is set, and flexible control is not possible, especially when temporary adjustment is encountered. In addition, the prior parameter transition depends on the operation of a teller, once the teller cannot get on duty or leave duty, etc., the period of waiting for a new teller to get on duty is longer, which leads to the increase of cost and the reduction of customer experience. Because the scheme is based on background parameter control, different parameters can be set according to the current needs to achieve the purpose of service processing. And the background parameters only need to be modified by the proposal of the service providing description project group, and the participation of a teller is not needed.
According to the existing program of the CDS system, several types of parameters to be controlled can be summarized, the parameters are inserted into a database, the parameters inserted into the database are firstly inquired before all transactions, and then the checking content and the processing conditions are modified according to parameter setting; at present, COBOL in CDS system has corresponding service check and parameter check before main service processing, but the current parameters are stored in database in code table mode depending on the condition when demand is put forward, and flexibility is not provided.
Therefore, a technical solution that can flexibly control the service inspection and parameter inspection related to the service processing is needed.
Disclosure of Invention
The application provides a section control method and a section control system for a commercial draft system, which enable a finished program to finish flexible control to a certain extent according to different requirements by using a database parameter configuration and a common processing section mode. The cross service logic can be packaged into a section by section-oriented programming, and the section is woven into the main service logic by utilizing the AOP function. The COBOL program does not have the characteristics of dependency injection, configuration control and the like of the JAVA program. Therefore, the database configuration and the early-stage business analysis can be utilized to configure the needed control parameters into the database as much as possible, and further, when the main business logic is compiled, different controls are carried out according to the configured parameters, so that the control flow is simplified, the participation degree of the teller is reduced, and the method has obvious effects on improving the business processing efficiency and improving the customer experience.
In a first aspect of an embodiment of the present application, a method for controlling a section of a commercial draft system is provided, the method comprising:
acquiring input item data in a business draft system transaction;
setting a query data range of the parameter type according to the parameter type of the input item data;
according to the query data range, performing section control and outputting control parameters;
writing service control logic according to the control parameters;
and when the service is processed, reading the service control logic to process the service, and generating a service processing result.
In a first aspect of an embodiment of the present application, a section control system for a commercial draft system is provided, the system comprising:
a data acquisition unit for acquiring input item data in a business draft system transaction;
a query data range setting unit, configured to set a query data range of a parameter type according to the parameter type of the input item data;
the section control unit is used for controlling the section according to the query data range and outputting control parameters;
a control data writing unit for writing service control logic according to the control parameters;
and the service processing unit is used for reading the service control logic to process the service when the service is processed, and generating a service processing result.
In a third aspect of the embodiments of the present application, a computer device is provided that includes a memory, a processor, and a computer program stored on the memory and executable on the processor, the processor implementing a method for controlling a section of a commercial draft system when the computer program is executed.
In a fourth aspect of the embodiments of the present application, a computer-readable storage medium storing a computer program that when executed by a processor implements a method of controlling a section of a commercial draft system is provided.
The section control method and the section control system of the commercial draft system can realize simplified control and flexible control by modifying the configuration parameters of the database, reduce the participation of teller, and improve the business processing efficiency and the customer experience.
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 method for controlling the section of a commercial draft system according to an embodiment of the present application.
FIG. 2 is a schematic diagram of a section control system of a commercial draft system according to an embodiment of the present application.
FIG. 3 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 an embodiment of the application, a section control method and a section control system of a commercial draft system are provided. The method and the system are characterized in that a section programming is added before main service processing to obtain control parameters; the process is added to read the parameters set in the database and control the control conditions according to the parameters. When the main service is processed, the control parameters are read first, and the main service logic is processed according to the parameter control; the addition of the tangent plane parameters to the main service control is to make the parameters configured in the database control the service logic for flexible control.
In the embodiments of the present application, terms to be described are as follows:
CDS: a business draft system.
COBOL: (COMMON BUSINESS-ORIENTED LANGUAGE) a process-oriented programming language, which is mainly applied to data processing, is currently widely applied to banking, insurance, securities and other financial industry systems. COBOL is used as a traditional process-oriented development language, and once development is completed, the function processing of COBOL cannot be flexibly controlled; in this regard, the present application uses the method of database parameter configuration and common processing section, so that the completed program can complete a certain degree of flexible control according to different needs. The application mainly provides a section control method and a section control system of a commercial draft system for realizing section control because the COBOL program is controlled by injection and configuration unlike a JAVA program.
The process is as follows: is a process-centric programming concept that mainly aims at what is happening.
Tangential plane programming (AOP, ASPECT ORIENTED PROGRAMMING): the method is an object-oriented programming mode, and mainly comprises the step of dynamically migrating other codes in the code execution process so as to control processing.
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 method for controlling the section of a commercial draft system according to an embodiment of the present application. As shown in fig. 1, the method includes:
step S101, acquiring input item data in business draft system transactions;
step S102, setting a query data range of the parameter type according to the parameter type of the input item data;
step S103, performing section control and outputting control parameters according to the query data range;
step S104, writing service control logic according to the control parameters;
step 105, when the service is processed, the service control logic is read to process the service, and a service processing result is generated.
In order to more clearly explain the above-described section control method of the commercial draft system, a detailed description will be given below in connection with each step.
Step S101:
analyzing input item data in business draft system transactions, wherein the parameter types of the input item data at least comprise date types, amount types, authority types and business state types;
and counting the input item data to obtain the input item data corresponding to each parameter type.
Wherein, the input item data of the date class at least comprises a starting date, an ending date and a spacing day; the input item data of the money class at least comprises a maximum money amount, a minimum money amount and a money amount verification parameter; the input item data of the authority class at least comprises: authority, teller authority and business authority; the input item data of the business state class at least comprises a bank system state, a pedestrian state and a bill state.
Step S102:
setting an amount data range according to the maximum amount and the minimum amount in the input item data of the amount class, and setting a query date range according to the corresponding start date, the corresponding end date and the corresponding interval days of the date class;
adjusting the processing range of the current mechanism or teller by using the input item data of the authority class;
and setting whether to judge the bank system state, the pedestrian state or the bill state according to the input item data of the business class.
Step S103:
and setting a section cutting program according to the query data range, performing section cutting control by using the section cutting program, and outputting control parameters.
Step S104:
compiling business control logic according to the control parameters, wherein the compiled business control logic is used for controlling the query range according to the control parameters of the date class and the money class, and judging whether the current transaction is carried out or not according to the authority class and the business state class; and if the permission parameters are amplified, the emergency service is preferentially processed.
Step S105:
and when the service is processed, reading the service control logic to process the service, and generating a service processing result.
The method is mainly applied to multi-query and processing, and is mainly used for controlling authority problems for the multi-query; all parameters can be controlled at the time of processing. The query range can be flexibly controlled according to the setting of the authority parameters during multi-query, and the query of some special state data can be controlled according to the state parameters. After a plurality of queries, transaction processing can be entered, and transaction business processing is completed according to parameter control.
For a clearer explanation of the above-described method of controlling the section of a commercial draft system, a specific embodiment will be described below, however, it should be noted that this embodiment is only for better explaining the present application, and is not meant to limit the present application unduly.
Taking a China banking CDS system as an example, the specific flow for performing section control by using the section control method of the commercial draft system comprises the following steps:
s1, analyzing input items in the existing CDS system transaction; and respectively counting date class, amount class, authority class and business state class.
Wherein, the "date class" includes: start date, end date, number of days of interval, etc.;
the "money class" includes: maximum amount, minimum amount, whether the amount is checked or not, etc.;
the "rights class" includes: authority rights, teller rights, business rights, etc.;
the "business state class" includes: bank system status, pedestrian status, ticket status, etc.
Specifically, the application sets the authority parameter, the date parameter, the amount parameter, the state parameter and the like by inducing the conditions in the existing business processing. And writing a public section program, inquiring the content of the parameters in the database, and modifying the judging conditions in the main business logic according to the parameters. The method comprises the following steps:
rights parameters: setting the full authority, the provincial authority and the institution authority, and defaulting to the institution authority. The authority of the mechanism only allows the business mechanism to process; the provincial authority allows the provincial management mechanism to process instead of the business mechanism, and the headquarter authority allows the headquarter mechanism to process instead of the business mechanism.
Date parameters: the date parameter is an integer and can be positive or negative, and the date parameter is used for changing the current date, and is used for comparing the overdue of business, adjusting the overdue and the like after the change.
Monetary parameters: and if the sum parameter is set to 0, the special class sum is not processed. For example, if the parameter is set to 0 and the decision of the parameter is added when the parameter is compared, the guarantee is not calculated and is used for processing the conditions of abnormal guarantee and the like.
State parameters: because the CDS system is dependent on a plurality of states and pedestrian messages, after the parameters are set, the local state can not be judged, and after the messages are sent, judgment can be carried out by using a pedestrian verification rule.
S2, writing a section program. The multiple inquiry transactions set the range of inquiry data according to the set date type, amount type and authority type parameters.
For example, the data range may be locked according to the date class start date, the date of the end date, the maximum amount, the minimum amount of the amount class, and the like, and then the inquiry may be made according to the actual business date. For processing transactions, the authority control parameters can be used for enlarging or reducing the processing range of the current institution or teller, so that the business processing is reasonably controlled. Further, the transaction type parameter may be used to set whether to determine the bank system status, the pedestrian status, or the ticket status.
S3, outputting control parameters after the section control.
For example, if parameters are set in the current business state to control, the ticket state is not checked, and the pedestrian state is not checked. Then, for some application transactions of the current bank, the application can be directly sent to the pedestrian, and whether the current application is compliant or not is judged by using a pedestrian verification rule.
S4, writing main service control according to the output control parameters.
For a plurality of inquiry transactions, the inquiry range is controlled by the date class and the amount class to accelerate the inquiry speed. For the authority class, the business state class flexibly decides whether the processing can be performed. If the permission parameters are amplified, the emergency service can be processed preferentially on the premise of compliance. If the business state parameters are set to be unverified, the fault tolerance of the system can be increased, so that the data is not stagnated in the current banking system.
S5, outputting the service after the main service is processed.
The parameter control can control more or less query data and can also control the accuracy of the processing. The primary purpose of the primary business process is to expedite the processing of transactions so that certain emergency business can be processed.
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.
Having described the method of an exemplary embodiment of the present application, a section control system for a commercial draft system of an exemplary embodiment of the present application is described next with reference to FIG. 2.
Implementation of the section control system of the commercial draft system can be referred to the implementation of the method, and the repetition is omitted. 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 section control system of a commercial draft system, as shown in fig. 2, comprising:
a data acquisition unit 210 for acquiring input item data in a business draft system transaction;
a query data range setting unit 220, configured to set a query data range of a parameter type according to the parameter type of the input item data;
the section control unit 230 is configured to perform section control and output control parameters according to the query data range;
a control data writing unit 240, configured to write service control logic according to the control parameters;
and the service processing unit 250 is configured to read the service control logic to process the service when performing service processing, and generate a service processing result.
In an embodiment, the data acquisition unit 210 is specifically configured to:
analyzing input item data in business draft system transactions, wherein the parameter types of the input item data at least comprise date types, amount types, authority types and business state types;
and counting the input item data to obtain the input item data corresponding to each parameter type.
Wherein, the input item data of the date class at least comprises a starting date, an ending date and a spacing day; the input item data of the money class at least comprises a maximum money amount, a minimum money amount and a money amount verification parameter; the input item data of the authority class at least comprises: authority, teller authority and business authority; the input item data of the business state class at least comprises a bank system state, a pedestrian state and a bill state.
In one embodiment, the query data range setting unit 220 is specifically configured to:
setting an amount data range according to the maximum amount and the minimum amount in the input item data of the amount class, and setting a query date range according to the corresponding start date, the corresponding end date and the corresponding interval days of the date class;
adjusting the processing range of the current mechanism or teller by using the input item data of the authority class;
and setting whether to judge the bank system state, the pedestrian state or the bill state according to the input item data of the business class.
In one embodiment, the section control unit 230 is specifically configured to:
and setting a section cutting program according to the query data range, performing section cutting control by using the section cutting program, and outputting control parameters.
In an embodiment, the business control logic written by the control data writing unit is used for controlling the query range according to the control parameters of the date class and the amount class, and judging whether the current transaction is performed according to the authority class and the business state class; and if the permission parameters are amplified, the emergency service is preferentially processed.
It should be noted that while several modules of the section control system of the commercial draft system are mentioned in the foregoing 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. 3, the present application further proposes a computer device 300, including a memory 310, a processor 320, and a computer program 330 stored in the memory 310 and executable on the processor 320, where the processor 320 implements the section control method of the commercial draft system when executing the computer program 330.
Based on the foregoing inventive concept, the present application provides a computer-readable storage medium storing a computer program which, when executed by a processor, implements the tangent plane control method of the aforementioned commercial draft system.
The section control method and the section control system of the commercial draft system can realize simplified control and flexible control by modifying the configuration parameters of the database, reduce the participation of teller, and improve the business processing efficiency and the customer experience.
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 (6)

1. A method of controlling the cut-plane of a commercial draft system, the method comprising:
acquiring input item data in a business draft system transaction;
setting a query data range of the parameter type according to the parameter type of the input item data;
according to the query data range, performing section control and outputting control parameters;
writing service control logic according to the control parameters;
when the service is processed, the service control logic is read to process the service, and a service processing result is generated;
wherein obtaining input item data in a business draft system transaction comprises:
analyzing input item data in business draft system transactions, wherein the parameter types of the input item data at least comprise date types, amount types, authority types and business state types;
counting the input item data to obtain input item data corresponding to each parameter type;
the input item data of the date class at least comprises a starting date, an ending date and a number of interval days; the input item data of the money class at least comprises a maximum money amount, a minimum money amount and a money amount verification parameter; the input item data of the authority class at least comprises: authority, teller authority and business authority; the input item data of the business state class at least comprises a bank system state, a pedestrian state and a bill state;
wherein, according to the parameter type of the input item data, setting the query data range of the parameter type comprises:
setting an amount data range according to the maximum amount and the minimum amount in the input item data of the amount class, and setting a query date range according to the corresponding start date, the corresponding end date and the corresponding interval days of the date class;
adjusting the processing range of the current mechanism or teller by using the input item data of the authority class;
setting whether to judge the bank system state, the pedestrian state or the bill state according to the input item data of the business class;
and performing section control and outputting control parameters according to the query data range, wherein the section control comprises the following steps:
and setting a section cutting program according to the query data range, performing section cutting control by using the section cutting program, and outputting control parameters.
2. The method of claim 1, wherein writing business control logic based on the control parameters, comprises:
the compiled business control logic is used for controlling the query range according to the control parameters of the date class and the money class, and judging whether the current transaction is carried out or not according to the authority class and the business state class; and if the permission parameters are amplified, the emergency service is preferentially processed.
3. A section control system for a commercial draft system, the system comprising:
a data acquisition unit for acquiring input item data in a business draft system transaction;
a query data range setting unit, configured to set a query data range of a parameter type according to the parameter type of the input item data;
the section control unit is used for controlling the section according to the query data range and outputting control parameters;
a control data writing unit for writing service control logic according to the control parameters;
the business processing unit is used for reading the business control logic to process the business when the business is processed, and generating a business processing result;
the data acquisition unit is specifically configured to:
analyzing input item data in business draft system transactions, wherein the parameter types of the input item data at least comprise date types, amount types, authority types and business state types;
counting the input item data to obtain input item data corresponding to each parameter type;
the input item data of the date class at least comprises a starting date, an ending date and a number of interval days; the input item data of the money class at least comprises a maximum money amount, a minimum money amount and a money amount verification parameter; the input item data of the authority class at least comprises: authority, teller authority and business authority; the input item data of the business state class at least comprises a bank system state, a pedestrian state and a bill state;
the query data range setting unit is specifically configured to:
setting an amount data range according to the maximum amount and the minimum amount in the input item data of the amount class, and setting a query date range according to the corresponding start date, the corresponding end date and the corresponding interval days of the date class;
adjusting the processing range of the current mechanism or teller by using the input item data of the authority class;
setting whether to judge the bank system state, the pedestrian state or the bill state according to the input item data of the business class;
wherein, tangent plane control unit is specifically used for:
and setting a section cutting program according to the query data range, performing section cutting control by using the section cutting program, and outputting control parameters.
4. The section control system of the commercial draft system according to claim 3, wherein the business control logic written by the control data writing unit is used for controlling the inquiry range according to the control parameters of the date class and the money class, and judging whether the current transaction is performed according to the authority class and the business state class; and if the permission parameters are amplified, the emergency service is preferentially processed.
5. 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 claim 1 or 2 when executing the computer program.
6. 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 claim 1 or 2.
CN202010933242.1A 2020-09-08 2020-09-08 Section control method and system of commercial draft system Active CN112068819B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010933242.1A CN112068819B (en) 2020-09-08 2020-09-08 Section control method and system of commercial draft system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010933242.1A CN112068819B (en) 2020-09-08 2020-09-08 Section control method and system of commercial draft system

Publications (2)

Publication Number Publication Date
CN112068819A CN112068819A (en) 2020-12-11
CN112068819B true CN112068819B (en) 2023-11-21

Family

ID=73664201

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010933242.1A Active CN112068819B (en) 2020-09-08 2020-09-08 Section control method and system of commercial draft system

Country Status (1)

Country Link
CN (1) CN112068819B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113792928A (en) * 2021-09-17 2021-12-14 中国建设银行股份有限公司 Multi-factor-based settlement transaction prediction method, device, equipment and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1703706A (en) * 2002-09-16 2005-11-30 沙特阿拉伯石油公司 Electronic banking system
CN1804887A (en) * 2005-12-31 2006-07-19 重庆浩泽网络技术有限公司 E-bank bill delivery method
CN111028078A (en) * 2019-12-02 2020-04-17 上海航翼网络科技有限公司 Method for applying block chain intelligent contract technology to bill pool service
CN111598539A (en) * 2020-05-14 2020-08-28 中国银行股份有限公司 CICS online program service processing method and system based on service modeling

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1703706A (en) * 2002-09-16 2005-11-30 沙特阿拉伯石油公司 Electronic banking system
CN1804887A (en) * 2005-12-31 2006-07-19 重庆浩泽网络技术有限公司 E-bank bill delivery method
CN111028078A (en) * 2019-12-02 2020-04-17 上海航翼网络科技有限公司 Method for applying block chain intelligent contract technology to bill pool service
CN111598539A (en) * 2020-05-14 2020-08-28 中国银行股份有限公司 CICS online program service processing method and system based on service modeling

Also Published As

Publication number Publication date
CN112068819A (en) 2020-12-11

Similar Documents

Publication Publication Date Title
JP7431934B2 (en) Method and system for blockchain implementation script-based byte interpretation
US10782960B2 (en) User interface that integrates plural client portals in plural user interface portions through sharing of one or more log records
EP3446275A1 (en) System and method for managing transactions in dynamic digital documents
US20050165668A1 (en) Multi-processing financial transaction processing system
CN112150262B (en) Account checking data processing method and device
CN112068819B (en) Section control method and system of commercial draft system
CN111241083A (en) Bill clearing method, device, electronic equipment and computer readable storage medium
Azzopardi et al. Runtime verification using VALOUR
CN116841906A (en) Intelligent contract detection method and device and electronic equipment
CN114064012B (en) Dynamic and static combined interface code generation method and system and electronic equipment
CN112950384B (en) Processing system, method, computer equipment and storage medium based on cache technology
CN101778110B (en) Service protocol mining method and device
CN112819621B (en) Intelligent contract resource loss testing method and system
CN115423461A (en) Bill processing method and device
CN105205652B (en) Revision method and revision system of ERP (enterprise resource planning) document
CN109213821B (en) Data processing method and system
US8458790B2 (en) Defending smart cards against attacks by redundant processing
CN108256120B (en) Data acquisition and file downloading control method and device
CN107492031B (en) Quasi-real-time financial system account checking method based on function contract bypass analysis
CN111523998A (en) Transaction processing method and device
CN112737875B (en) Method and device for generating test message
CN111639478A (en) Automatic data auditing method and system based on EXCEL document
CN112150269A (en) Enterprise borrowing use verification method and system, computer equipment and storage medium
Greiner et al. Modular Verification of Information Flow Security in Component-based Systems-Proofs and Proof of Concept
CN111159013B (en) Code quality assessment 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