CN111125067A - Data maintenance method and device - Google Patents

Data maintenance method and device Download PDF

Info

Publication number
CN111125067A
CN111125067A CN201911423586.1A CN201911423586A CN111125067A CN 111125067 A CN111125067 A CN 111125067A CN 201911423586 A CN201911423586 A CN 201911423586A CN 111125067 A CN111125067 A CN 111125067A
Authority
CN
China
Prior art keywords
transaction code
data
processed
field list
preset
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
CN201911423586.1A
Other languages
Chinese (zh)
Other versions
CN111125067B (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 CN201911423586.1A priority Critical patent/CN111125067B/en
Publication of CN111125067A publication Critical patent/CN111125067A/en
Application granted granted Critical
Publication of CN111125067B publication Critical patent/CN111125067B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/21Design, administration or maintenance of databases
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/22Indexing; Data structures therefor; Storage structures
    • G06F16/2282Tablespace storage structures; Management thereof
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/23Updating
    • G06F16/2365Ensuring data consistency and integrity
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/04Trading; Exchange, e.g. stocks, commodities, derivatives or currency exchange
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Business, Economics & Management (AREA)
  • Data Mining & Analysis (AREA)
  • General Engineering & Computer Science (AREA)
  • Accounting & Taxation (AREA)
  • Finance (AREA)
  • Computer Security & Cryptography (AREA)
  • Software Systems (AREA)
  • Development Economics (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • Strategic Management (AREA)
  • Technology Law (AREA)
  • General Business, Economics & Management (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a data maintenance method and a device, wherein the method comprises the following steps: acquiring a business table corresponding to the transaction code to be processed according to the corresponding relation between the transaction code and the business table in the data table; acquiring a field list of a service table corresponding to the transaction code to be processed in a database according to the table name of the service table corresponding to the transaction code to be processed; filling data in the field list according to the format of the field list; and updating the service table corresponding to the transaction code to be processed by combining a preset processing program according to the filled field list, wherein the preset processing program is used for processing a preset processing flow in any data table in the database. In the process of updating the business table corresponding to the transaction code to be processed, the invention can realize the processing of the preset processing flow of any data table in the database, does not need to independently compile programs for each different data table, avoids generating more repeated codes, reduces the subsequent testing times, reduces the consumption of human resources and has lower cost.

Description

Data maintenance method and device
Technical Field
The present invention relates to the field of data maintenance technologies, and in particular, to a data maintenance method and apparatus.
Background
In computer application systems, maintenance is usually performed on data tables in a database, that is, data in the data tables are added, modified, deleted and queried. In the prior art, when a data table is maintained, programs are generally written separately for each different data table, and basic processes of the programs are not different, and include preset processing processes such as addition, modification, deletion, query and the like, so that more repeated contents exist, and the differences mainly include a table name, a field name, inspection conditions and the like of the data table.
The inventor finds that the prior art has at least the following problems:
in the prior art, more repeated codes exist, and follow-up repeated tests are required to be carried out when the repeated codes are compiled, so that a large amount of human resources are consumed, and the cost is high.
Disclosure of Invention
The embodiment of the invention provides a data maintenance method, which can avoid generating more repeated codes, reduce the subsequent test times, reduce the consumption of human resources and has lower cost, and the method comprises the following steps:
acquiring a corresponding relation between the transaction code and a service table in a data table;
acquiring a business table corresponding to the transaction code to be processed according to the corresponding relation between the transaction code and the business table in the data table;
acquiring a field list of the service table corresponding to the transaction code to be processed in a database according to the table name of the service table corresponding to the transaction code to be processed;
filling data in the field list according to the format of the field list;
and updating the service table corresponding to the transaction code to be processed by combining a preset processing program according to the filled field list, wherein the preset processing program is used for processing a preset processing flow in any data table in the database.
Optionally, the preset processing flow includes: add, delete, modify, query.
Optionally, the method further includes:
and creating a user operation interface, wherein the user operation interface is used for enabling a user to update the business table data corresponding to each transaction code according to the preset processing program.
Optionally, the method further includes:
reading a preset inspection condition parameter table;
and checking the updating result of the service table according to the preset checking condition parameter table, and if the checking result is failure, performing error reporting processing.
The embodiment of the present invention further provides a data maintenance device, which can avoid generating more repeated codes, reduce the number of subsequent tests, reduce the consumption of human resources, and has a lower cost, and the device includes:
the relation acquisition module is used for acquiring the corresponding relation between the transaction code and a service table in the data table;
the business table acquisition module is used for acquiring a business table corresponding to the transaction code to be processed according to the corresponding relation between the transaction code and the business table in the data table;
a field list obtaining module, configured to obtain, in a database, a field list of a service table corresponding to the transaction code to be processed according to the table name of the service table corresponding to the transaction code to be processed;
the data filling module is used for filling data in the field list according to the format of the field list;
and the updating and maintaining module is used for updating the business table corresponding to the transaction code to be processed by combining a preset processing program according to the filled field list, wherein the preset processing program is used for processing a preset processing flow in any data table in the database.
Optionally, the preset processing flow includes: add, delete, modify, query.
Optionally, the apparatus further comprises:
and the interface creating module is used for creating a user operation interface, and the user operation interface is used for enabling a user to update the business table data corresponding to each transaction code according to the preset processing program.
Optionally, the apparatus further comprises:
the parameter reading module is used for reading a preset checking condition parameter table;
and the checking error reporting module is used for checking the updating result of the service table according to the preset checking condition parameter table, and if the checking result is failure, performing error reporting processing.
The embodiment of the present invention further provides a computer device, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, and the processor implements the method when executing the computer program.
An embodiment of the present invention further provides a computer-readable storage medium, in which a computer program for executing the above method is stored.
In the embodiment of the invention, the updating of the service table corresponding to the transaction code to be processed can be completed by acquiring the corresponding relation between the transaction code and the service table in the data table, acquiring the service table corresponding to the transaction code to be processed according to the corresponding relation between the transaction code and the service table in the data table, acquiring the field list of the service table corresponding to the transaction code to be processed in the database according to the table name of the service table corresponding to the transaction code to be processed, filling the data into the field list according to the format of the field list, and combining a preset processing program according to the filled field list. In the process, the preset processing program can process the preset processing flow of any data table in the database, and the program does not need to be independently written for each different data table, so that more repeated codes are avoided, the subsequent testing times are reduced, the consumption of human resources is reduced, and the cost is low.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts. In the drawings:
FIG. 1 is a flow chart of a data maintenance method in an embodiment of the invention;
FIG. 2 is a flowchart of a data maintenance method according to an embodiment of the present invention;
FIG. 3 is a flowchart of a data maintenance method according to an embodiment of the present invention;
FIG. 4 is a schematic structural diagram of a data maintenance device according to an embodiment of the present invention;
FIG. 5 is a schematic diagram of another structure of a data maintenance device according to an embodiment of the present invention;
fig. 6 is a schematic diagram of another structure of the data maintenance apparatus according to the embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention more apparent, the embodiments of the present invention are further described in detail below with reference to the accompanying drawings. The exemplary embodiments and descriptions of the present invention are provided to explain the present invention, but not to limit the present invention.
Fig. 1 is a flowchart of a data maintenance method according to an embodiment of the present invention, and as shown in fig. 1, the method includes:
step 101, acquiring a corresponding relation between the transaction code and a service table in a data table.
In this embodiment, the transaction code may be account information, such as 1001, 2001, and the like, and the service table refers to a table that needs to be filled and operated by a service that a client needs to handle, such as an account opening table of the client.
And 102, acquiring a service table corresponding to the transaction code to be processed according to the corresponding relation between the transaction code and the service table in the data table.
And 103, acquiring a field list of the service table corresponding to the transaction code to be processed in a database according to the table name of the service table corresponding to the transaction code to be processed.
In the embodiment, as an example, the field list of the customer table (table name of the service table) is obtained from the data table in the database according to the customer table (table name) corresponding to 1001 (transaction code to be processed). The list of fields of the client table may include: name, age, gender, etc.
And step 104, filling the data in the field list according to the format of the field list.
In this embodiment, the field list may be filled in by the user, or may be automatically filled in by another program. The data format filled in the field list corresponds to the field list, for example, the field list includes: name, age, gender, etc., the data may be zhangan, 19, male, etc.
And 105, updating the service table corresponding to the transaction code to be processed according to the filled field list and by combining a preset processing program, wherein the preset processing program is used for processing a preset processing flow in any data table in the database.
In specific implementation, the update and maintenance of the service table can be completed by combining the operations of adding, deleting, modifying and inquiring the service table in the preset processing program according to the filled field list.
Wherein, predetermine the processing procedure and include: add, delete, modify, query.
The preset processing program can be created according to the adding, deleting, modifying and inquiring processes in a plurality of data tables in the database and is used as a general program for adding, deleting, modifying and inquiring the plurality of data tables. When data modification or upgrading is needed, only the preset processing program needs to be modified, and maintenance transactions of the data tables can be synchronized to have a new function.
As can be seen from fig. 1, the updating of the service table corresponding to the transaction code to be processed can be completed by obtaining the corresponding relationship between the transaction code and the service table in the data table, obtaining the service table corresponding to the transaction code to be processed according to the corresponding relationship between the transaction code and the service table in the data table, obtaining the field list of the service table corresponding to the transaction code to be processed in the database according to the table name of the service table corresponding to the transaction code to be processed, writing data into the field list according to the format of the field list, and then filling the filled field list in combination with the preset processing program according to the filled field list. In the process, the preset processing program can process the preset processing flow of any data table in the database, and the program does not need to be independently written for each different data table, so that more repeated codes are avoided, the subsequent testing times are reduced, the consumption of human resources is reduced, and the cost is low.
To facilitate the transaction operation of the user, fig. 2 is a further flowchart of a data maintenance method according to an embodiment of the present invention, as shown in fig. 2, the method further includes:
step 201, creating a user operation interface, where the user operation interface is used for enabling a user to update the service table data corresponding to each transaction code according to the preset processing program.
In this embodiment, the front-end user operation interface and the transaction interface field may be automatically generated according to the data table, and the user may perform operations such as adding, deleting, modifying, and querying on the front end, so as to update the service table data corresponding to each transaction code.
In order to ensure the accuracy of data update and maintenance of the service table, fig. 3 is a further flowchart of a data maintenance method according to an embodiment of the present invention, and as shown in fig. 3, the method further includes:
step 301, reading a preset inspection condition parameter table.
Step 302, checking the update result of the service table according to the preset checking condition parameter table, and if the checking result is failure, performing error reporting processing.
In specific implementation, for step 301, an inspection condition may be set, and an inspection condition parameter table is established according to the inspection condition, as shown in table 1:
TABLE 1
Figure BDA0002352982680000051
In table 1, when the checking sequence number is 1, if the field of the data table fed back by the user is 3, the checking result is successful, otherwise, the checking result is failure.
And when the checking sequence number is 2 and the field fed back by the user is Y or N, the checking result is successful, otherwise, the checking result is failed.
And when the checking sequence number is 3 and the field fed back by the user is 0, 1 or 2, the checking result is successful, otherwise, the checking result is failed.
And when the checking sequence number is 4, if the field fed back by the user is between 01 and 99, the checking result is successful, otherwise, the checking result is failure.
When the check serial number is 5, the check is successful only when the country code fed back by the user is correct, for example, china, english is abbreviated as CN, and if the user feeds back CY, the check is failed.
Based on the same inventive concept, the embodiment of the present invention further provides a data maintenance device, as described in the following embodiments. Because the principle of solving the problem of the data maintenance device is similar to that of the data maintenance method, the implementation of the data maintenance device can refer to the implementation of the data maintenance method, and repeated details are not repeated. As used hereinafter, the term "unit" or "module" may be a combination of software and/or hardware that implements a predetermined function. Although the means described in the embodiments below are preferably implemented in software, an implementation in hardware, or a combination of software and hardware is also possible and contemplated.
Fig. 4 is a schematic structural diagram of a data maintenance apparatus according to an embodiment of the present invention, and as shown in fig. 4, the apparatus includes:
a relationship obtaining module 401, configured to obtain a corresponding relationship between the transaction code and a service table in the data table;
a service table obtaining module 402, configured to obtain a service table corresponding to the transaction code to be processed according to a correspondence between the transaction code and a service table in the data table;
a field list obtaining module 403, configured to obtain, in a database, a field list of a service table corresponding to the transaction code to be processed according to the table name of the service table corresponding to the transaction code to be processed;
a data filling module 404, configured to fill data in the field list according to the format of the field list;
and an update maintenance module 405, configured to update the service table corresponding to the transaction code to be processed according to the filled field list and by combining with a preset processing program, where the preset processing program is used to process a preset processing flow in any data table in the database.
In an embodiment of the present invention, the preset processing flow includes: add, delete, modify, query.
In the embodiment of the present invention, as shown in fig. 5, the apparatus further includes:
the interface creating module 501 is configured to create a user operation interface, where the user operation interface is used to enable a user to update the service table data corresponding to each transaction code according to the preset processing program.
In the embodiment of the present invention, as shown in fig. 6, the apparatus further includes:
the parameter reading module 601 is configured to read a preset checking condition parameter table.
And the checking error reporting module 602 is configured to check an update result of the service table according to the preset checking condition parameter table, and perform error reporting processing if the check result is a failure.
The embodiment of the present invention further provides a computer device, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, and the processor implements the above method when executing the computer program.
An embodiment of the present invention further provides a computer-readable storage medium, in which a computer program for executing the above method is stored.
In summary, the present invention obtains the corresponding relationship between the transaction code and the service table in the data table, obtains the service table corresponding to the transaction code to be processed according to the corresponding relationship between the transaction code and the service table in the data table, obtains the field list of the service table corresponding to the transaction code to be processed in the database according to the table name of the service table corresponding to the transaction code to be processed, fills data into the field list according to the format of the field list, and then completes the update of the service table corresponding to the transaction code to be processed according to the filled field list and by combining the preset processing program, in this process, the preset processing program can implement the processing of the preset processing flow of any data table in the database, and it is not necessary to write a program separately for each different data table, thereby avoiding the generation of more repeated codes, reducing the number of subsequent tests, and reducing the consumption of human resources, the cost is low.
In addition, the invention can complete the inspection and maintenance without writing codes and only by configuring parameters, and is convenient and quick.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
The above-mentioned embodiments are intended to illustrate the objects, technical solutions and advantages of the present invention in further detail, and it should be understood that the above-mentioned embodiments are only exemplary embodiments of the present invention, and are not intended to limit the scope of the present invention, and any modifications, equivalent substitutions, improvements and the like made within the spirit and principle of the present invention should be included in the scope of the present invention.

Claims (10)

1. A method of maintaining data, comprising:
acquiring a corresponding relation between the transaction code and a service table in a data table;
acquiring a business table corresponding to the transaction code to be processed according to the corresponding relation between the transaction code and the business table in the data table;
acquiring a field list of the service table corresponding to the transaction code to be processed in a database according to the table name of the service table corresponding to the transaction code to be processed;
filling data in the field list according to the format of the field list;
and updating the service table corresponding to the transaction code to be processed by combining a preset processing program according to the filled field list, wherein the preset processing program is used for processing a preset processing flow in any data table in the database.
2. The method of claim 1, wherein the pre-defined process flow comprises: add, delete, modify, query.
3. The method of claim 1, further comprising:
and creating a user operation interface, wherein the user operation interface is used for enabling a user to update the business table data corresponding to each transaction code according to the preset processing program.
4. The method of claim 1, further comprising:
reading a preset inspection condition parameter table;
and checking the updating result of the service table according to the preset checking condition parameter table, and if the checking result is failure, performing error reporting processing.
5. A data maintenance device, comprising:
the relation acquisition module is used for acquiring the corresponding relation between the transaction code and a service table in the data table;
the business table acquisition module is used for acquiring a business table corresponding to the transaction code to be processed according to the corresponding relation between the transaction code and the business table in the data table;
a field list obtaining module, configured to obtain, in a database, a field list of a service table corresponding to the transaction code to be processed according to the table name of the service table corresponding to the transaction code to be processed;
the data filling module is used for filling data in the field list according to the format of the field list;
and the updating and maintaining module is used for updating the business table corresponding to the transaction code to be processed by combining a preset processing program according to the filled field list, wherein the preset processing program is used for processing a preset processing flow in any data table in the database.
6. The apparatus of claim 5, wherein the predetermined process flow comprises: add, delete, modify, query.
7. The apparatus of claim 5, further comprising:
and the interface creating module is used for creating a user operation interface, and the user operation interface is used for enabling a user to update the business table data corresponding to each transaction code according to the preset processing program.
8. The apparatus of claim 5, further comprising:
the parameter reading module is used for reading a preset checking condition parameter table;
and the checking error reporting module is used for checking the updating result of the service table according to the preset checking condition parameter table, and if the checking result is failure, performing error reporting processing.
9. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the method of any one 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 for executing the method of any one of claims 1 to 4.
CN201911423586.1A 2019-12-31 2019-12-31 Data maintenance method and device Active CN111125067B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911423586.1A CN111125067B (en) 2019-12-31 2019-12-31 Data maintenance method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911423586.1A CN111125067B (en) 2019-12-31 2019-12-31 Data maintenance method and device

Publications (2)

Publication Number Publication Date
CN111125067A true CN111125067A (en) 2020-05-08
CN111125067B CN111125067B (en) 2024-02-23

Family

ID=70507934

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911423586.1A Active CN111125067B (en) 2019-12-31 2019-12-31 Data maintenance method and device

Country Status (1)

Country Link
CN (1) CN111125067B (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111563092A (en) * 2020-05-15 2020-08-21 中国银行股份有限公司 Public service data updating method and device
CN113962646A (en) * 2021-10-09 2022-01-21 中国农业银行股份有限公司河北省分行 Intelligent reminding method and system for bank counter business operation
CN115840771A (en) * 2023-02-14 2023-03-24 光大永明资产管理股份有限公司 Data processing system

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2012138581A2 (en) * 2011-04-05 2012-10-11 Beyondcore, Inc. Automating business process platforms
CN105243167A (en) * 2015-11-10 2016-01-13 中国建设银行股份有限公司 Data processing method and device
CN108509485A (en) * 2018-02-07 2018-09-07 深圳壹账通智能科技有限公司 Preprocess method, device, computer equipment and the storage medium of data
CN109460977A (en) * 2018-11-08 2019-03-12 国久大数据有限公司 The management method and device of Data-report
CN109803005A (en) * 2019-01-03 2019-05-24 深圳壹账通智能科技有限公司 Business breakpoint processing method, device, computer equipment and storage medium
CN110019111A (en) * 2017-08-15 2019-07-16 北京国双科技有限公司 Data processing method, device, storage medium and processor

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2012138581A2 (en) * 2011-04-05 2012-10-11 Beyondcore, Inc. Automating business process platforms
CN105243167A (en) * 2015-11-10 2016-01-13 中国建设银行股份有限公司 Data processing method and device
CN110019111A (en) * 2017-08-15 2019-07-16 北京国双科技有限公司 Data processing method, device, storage medium and processor
CN108509485A (en) * 2018-02-07 2018-09-07 深圳壹账通智能科技有限公司 Preprocess method, device, computer equipment and the storage medium of data
CN109460977A (en) * 2018-11-08 2019-03-12 国久大数据有限公司 The management method and device of Data-report
CN109803005A (en) * 2019-01-03 2019-05-24 深圳壹账通智能科技有限公司 Business breakpoint processing method, device, computer equipment and storage medium

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111563092A (en) * 2020-05-15 2020-08-21 中国银行股份有限公司 Public service data updating method and device
CN111563092B (en) * 2020-05-15 2023-12-22 中国银行股份有限公司 Public service data updating method and device
CN113962646A (en) * 2021-10-09 2022-01-21 中国农业银行股份有限公司河北省分行 Intelligent reminding method and system for bank counter business operation
CN115840771A (en) * 2023-02-14 2023-03-24 光大永明资产管理股份有限公司 Data processing system
CN115840771B (en) * 2023-02-14 2023-04-28 光大永明资产管理股份有限公司 Data processing system

Also Published As

Publication number Publication date
CN111125067B (en) 2024-02-23

Similar Documents

Publication Publication Date Title
CN102831052B (en) Test exemple automation generating apparatus and method
CN111125067A (en) Data maintenance method and device
US8839197B2 (en) Automated analysis of composite applications
CN114780641B (en) Multi-library multi-table synchronization method, device, computer equipment and storage medium
CN113434328A (en) Logic configuration compiling error correction method and system for distributed control system
CN108241720B (en) Data processing method, device and computer readable storage medium
CN110597821B (en) Method and device for changing database table structure
CN111581219A (en) Monitoring data acquisition method and device
CN109634585B (en) Method for adaptively displaying and updating server data based on form
CN110555185A (en) Page customization method and system based on PC client
CN103685471A (en) Method and system for updating software client sides in monopoly mode
CN115114325B (en) Data query method and device, electronic equipment and storage medium
CN116089518A (en) Data model extraction method and system, terminal and medium
CN114816363A (en) MyBatis-based data service API implementation method and device
US20120005614A1 (en) Account conversion of information technology systems
CN115617773A (en) Data migration method, device and system
CN112883050A (en) Data change method and device for database
CN108062329B (en) Data import method and device
CN111090638A (en) Method and device for comparing transaction functions in database migration
CN110908976A (en) Accumulation fund data acquisition method and system
KR101737575B1 (en) Method and device for verifying data based on sql sentences generated automatically
CN112347095B (en) Data table processing method, device and server
US11829336B1 (en) Systems and methods for automated data dictionary generation and validation
CN112860629B (en) Method and system for attributing performance, computer equipment and readable storage medium thereof
CN116627390B (en) ICD file substitution method and device in aviation software development

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