CN110704462A - Data change notification method, electronic device, computer device, and storage medium - Google Patents

Data change notification method, electronic device, computer device, and storage medium Download PDF

Info

Publication number
CN110704462A
CN110704462A CN201910841828.2A CN201910841828A CN110704462A CN 110704462 A CN110704462 A CN 110704462A CN 201910841828 A CN201910841828 A CN 201910841828A CN 110704462 A CN110704462 A CN 110704462A
Authority
CN
China
Prior art keywords
data
script file
project system
change notification
dictionary
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.)
Pending
Application number
CN201910841828.2A
Other languages
Chinese (zh)
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.)
Ping An Property and Casualty Insurance Company of China Ltd
Original Assignee
Ping An Property and Casualty Insurance Company 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 Ping An Property and Casualty Insurance Company of China Ltd filed Critical Ping An Property and Casualty Insurance Company of China Ltd
Priority to CN201910841828.2A priority Critical patent/CN110704462A/en
Publication of CN110704462A publication Critical patent/CN110704462A/en
Pending legal-status Critical Current

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/23Updating
    • G06F16/2358Change logging, detection, and notification

Landscapes

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

Abstract

The invention discloses a data change notification method, an electronic device, computer equipment and a storage medium, wherein a received new script file is compared with a corresponding original script file to acquire target data information; searching an object script file containing the object data from a project system, and taking the project system corresponding to the object script file as the target project system; and sending a data change notification to the associated user account of the target project system. According to the data change notification method, the electronic device, the computer and the storage medium, the associated downstream project device can be searched according to the target data information, and the data change notification is automatically sent to the associated user account of the downstream project device, so that the purpose of automatically notifying a person in charge of the associated downstream project device is achieved, and the efficiency and the accuracy of notifying the associated downstream project system are greatly improved.

Description

Data change notification method, electronic device, computer device, and storage medium
Technical Field
The present invention relates to the field of data processing technologies, and in particular, to a data change notification method, an electronic device, a computer device, and a storage medium.
Background
With the increase of insurance business year by year, the project system built every year is also in a linear rising trend. A newly created project system (upstream system) typically has an associated project system (downstream system) whose data is to be provided to the downstream system. If the data type is modified by the upstream system, if the relevant downstream system is not modified correspondingly, the data uploaded by the relevant downstream system is mistakenly reported when being put into a database. For example, the vehicle insurance underwriting system is an upstream system, the vehicle insurance claim settlement system is a downstream system, insurance applicant insurance information is settled after the vehicle is in insurance, at the moment, data of the vehicle insurance underwriting system is transferred to the vehicle insurance claim settlement system for claim settlement, and if the type of the policy field is modified in the vehicle insurance underwriting system and the type of the policy field is not modified correspondingly in the vehicle insurance claim settlement system, the vehicle insurance claim settlement system directly enters a warehouse and reports errors after receiving the data. At present, when a project system is modified, a mode of manually informing related downstream systems is adopted, so that the problems of missed notification or forgetting of notification and the like exist, and the efficiency is low.
Disclosure of Invention
In view of this, the present invention provides a data change notification method, an electronic device, a computer device, and a storage medium, which improve the efficiency and accuracy of notifying a related downstream project system.
First, in order to achieve the above object, the present invention provides a data change notification method, including:
comparing the received new script file with the corresponding original script file to obtain target data information;
searching an object script file containing the object data from a project system, and taking the project system corresponding to the object script file as the target project system; and
and sending a data change notification to the associated user account of the target project system.
Further, before the step of receiving the target data information, the method further includes:
establishing a data dictionary platform; and
and loading the script file of the project system into the data dictionary platform.
Further, the step of establishing a data dictionary platform further includes:
extracting a data directory in an industry data specification, and generating a data dictionary specification based on the data directory;
generating data dictionary model data according to the data dictionary specification; and
and establishing a data platform, and loading the data dictionary model data to the data platform to generate a data dictionary platform.
Further, the step of extracting a data directory in the industry data specification and generating a data dictionary specification based on the data directory further includes:
extracting an industry data directory in the industry data specification, and generating an enterprise level data dictionary specification based on the industry data directory; and
and extracting an enterprise data directory in the enterprise-level data dictionary specification, and generating a project-level data dictionary specification based on the enterprise data directory.
Further, after the step of loading the script file of the project system to the data dictionary platform, the method further includes:
and comparing the data in the script file with the data dictionary model data to judge whether the data in the script file conforms to the data dictionary specification.
Further, the step of comparing the received new script file with the corresponding original script file to obtain the target data information further includes:
receiving a new script file of the modified project system; and
and comparing the new script file with the corresponding original script file, and generating target data information according to the modified data information in the new script file.
Further, after the step of loading the script file of the project system by the data dictionary platform, the method further includes:
and loading a user account number associated with the project system.
In addition, to achieve the above object, the present invention also provides an electronic device, including:
the acquisition module is used for comparing the received new script file with the corresponding original script file to acquire target data information;
the searching module is used for searching an object script file containing the object data from the project system, and the project system corresponding to the object script file is taken as the target project system; and
and the sending module is used for sending a data change notification to the associated user account of the target project system.
Further, the electronic device further includes: the modeling module is used for establishing a data dictionary platform; and the loading module is used for loading the script file of the project system to the data dictionary platform.
Further, the modeling module is further configured to extract a data directory in an industry data specification, and generate a data dictionary specification based on the data directory; generating data dictionary model data according to the data dictionary specification; and establishing a data platform, and loading the data dictionary model data to the data platform to generate a data dictionary platform.
Further, the modeling module is further configured to extract an industry data directory in the industry data specification, and generate an enterprise-level data dictionary specification based on the industry data directory; and extracting the enterprise data directory in the enterprise-level data dictionary specification, and generating a project-level data dictionary specification based on the enterprise data directory.
Further, the loading module is further configured to compare the data in the script file with the data dictionary model data to determine whether the data in the script file conforms to the data dictionary specification.
Further, the obtaining module comprises: the receiving unit is used for receiving the modified new script file of the project system; and the comparison unit is used for comparing the new script file with the corresponding original script file and generating target data information according to the modified data information in the new script file.
Further, the loading module is further configured to load a user account associated with the project system.
To achieve the above object, the present invention further provides a computer device, which includes a memory, a processor, and a computer program stored on the memory and executable on the processor, wherein the processor implements the steps of the above method when executing the computer program.
To achieve the above object, the present invention also provides a computer-readable storage medium having stored thereon a computer program which, when being executed by a processor, carries out the steps of the above method.
Compared with the prior art, the data change notification method, the electronic device, the computer equipment and the storage medium provided by the invention can search the associated downstream project system according to the target data information and automatically send the data change notification to the associated user account of the downstream project system, so that the purpose of automatically notifying a responsible person of the associated downstream project system is realized, and the efficiency and the accuracy of notifying the associated downstream project system are greatly improved.
Drawings
FIG. 1 is a flow diagram illustrating a data change notification method in accordance with an exemplary embodiment of the present invention;
FIG. 2 is a flowchart illustrating a data change notification method in accordance with an exemplary embodiment of the present invention;
FIG. 3 is a flowchart illustrating a data change notification method in accordance with an exemplary embodiment of the present invention;
FIG. 4 is a flowchart illustrating a data change notification method in accordance with an exemplary embodiment of the present invention;
FIG. 5 is a flowchart illustrating a data change notification method in accordance with an exemplary embodiment of the present invention;
FIG. 6 is a flowchart illustrating a data change notification method in accordance with an exemplary embodiment of the present invention;
FIG. 7 is a flowchart illustrating a data change notification method in accordance with an exemplary embodiment of the present invention;
FIG. 8 is a schematic diagram illustrating program modules of an electronic device in accordance with an exemplary embodiment of the present invention;
fig. 9 is a hardware architecture diagram of a computer device shown in an exemplary embodiment of the invention.
Reference numerals:
Figure BDA0002193960700000041
Figure BDA0002193960700000051
the implementation, functional features and advantages of the objects of the present invention will be further explained with reference to the accompanying drawings.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
It should be noted that the description relating to "first", "second", etc. in the present invention is for descriptive purposes only and is not to be construed as indicating or implying relative importance or implicitly indicating the number of technical features indicated. Thus, a feature defined as "first" or "second" may explicitly or implicitly include at least one such feature. In addition, technical solutions between various embodiments may be combined with each other, but must be realized by a person skilled in the art, and when the technical solutions are contradictory or cannot be realized, such a combination should not be considered to exist, and is not within the protection scope of the present invention.
Referring to fig. 1, a flow chart of a data change notification method according to an exemplary embodiment of the present invention is shown, where the method includes the following steps:
step S110, comparing the received new script file with the corresponding original script file to obtain target data information;
step S120, searching an object script file containing the object data from a project system, and taking the project system corresponding to the object script file as the target project system; and
step S130, sending a data change notice to the associated user account of the target project system.
In insurance business, data flow exists among partial project systems, for example, insurance information of an applicant is settled after a vehicle is in insurance, and data of a vehicle insurance underwriting system (an upstream system) is transferred to a vehicle insurance settlement system (a downstream system) for settlement. Obviously, if the type of the insurance policy field is modified in the vehicle insurance underwriting system and the type of the insurance policy field is not modified correspondingly in the vehicle insurance claims settlement system, the vehicle insurance claims settlement system receives the data and then directly stores the data in a warehouse for error reporting. Therefore, after a script file of a certain project system is modified, for example, the length, type, etc. of a policy field are modified, information of data related to a modified place needs to be used as target data information, for example, a new script file of the modified project system is used, and the modified new script file is compared with a corresponding original script file, so that the target data information can be determined, whether the target data information is related to or not is searched from the script file of a downstream system, and if the script file relates to the target data information, the downstream system corresponding to the script file can be determined to be the target project system.
And after the target project system is found, sending a data change notification to the associated user account of the target project system so as to notify the user that data in the upstream project system changes, and please judge whether the project system in charge of the user needs to be modified correspondingly.
The data change notification method provided by the invention can search the associated downstream project system according to the target data information, and automatically send the data change notification to the associated user account of the downstream project system, thereby realizing the purpose of automatically notifying the responsible person of the associated downstream project system, and greatly improving the efficiency and accuracy of notifying the associated downstream project system.
In an embodiment of the present invention, before the step of receiving the target data information, the method may further include the following steps:
step S201, establishing a data dictionary platform; and
step S202, loading a script file of the project system to the data dictionary platform.
A data dictionary (data dictionary) is a collection of descriptions of data objects or items in a data model that facilitates programmers and others in need of reference. The first step in analyzing a user-exchanged object system is to identify each object and its relationship to other objects. This process is called data modeling and based on this result an object relationship graph is generated. After each data object and item has been given a descriptive name, its relationship is described (or is part of a structure that potentially describes the relationship), then the type of data (e.g., text or image, or binary value) is described, all possible predefined values are listed, and a simple textual description is provided. This collection is organized into a book form for reference, called a data dictionary. In an embodiment of the invention, data dictionary model data are set according to a data dictionary, and the data dictionary model data are loaded into an established data platform to obtain the data dictionary platform.
In an embodiment of the present invention, the step of establishing the data dictionary platform may further include the following steps:
step S301, extracting a data directory in an industry data specification, and generating a data dictionary specification based on the data directory;
step S302, generating data dictionary model data according to the data dictionary specification; and
step S303, a data platform is established, and the data dictionary model data is loaded to the data platform to generate a data dictionary platform.
Many industries have industry standards or industry specifications, and the industry standards are standards established by technical requirements which do not have national standards and need to be unified within a certain industry range throughout the country. Taking the insurance industry as an example, the China Bank Security Association issues an industry standard, wherein the industry standard comprises a plurality of industry data standards such as 'data standard special for elements of household property insurance service', and each insurance company formulates a data dictionary standard for guiding the operation of the company according to the industry data standard issued by the China Bank Security Association.
In an embodiment of the present invention, the step of extracting the data directory in the industry data specification and generating the data dictionary specification based on the data directory may further include the following steps:
step S401, an industry data directory in the industry data specification is extracted, and an enterprise level data dictionary specification is generated based on the industry data directory; and
step S402, extracting an enterprise data directory in the enterprise-level data dictionary specification, and generating a project-level data dictionary specification based on the enterprise data directory.
The insurance company usually makes enterprise-level data dictionary specifications for the company according to the industry data specifications issued by the China's bank insurance Authority, and because various insurance types such as life insurance, property insurance, automobile insurance, endowment insurance, health insurance, travel insurance and the like exist, specific data specifications exist for specific insurance projects, so that the project-level data dictionary specifications for the specific projects can be further made after the general policy of the enterprise-level data dictionary specifications is made.
According to the industry data specification issued by the China Bank insurance Authority, the data dictionary specification of the enterprise level in the major direction is formulated, so that the supervision requirement can be met, and the data quality of the enterprise can be improved; and formulating project level data dictionary specifications according to the enterprise level data dictionary specifications, thereby supplementing and enriching the enterprise level data dictionary specifications and simultaneously meeting the industry data specifications in a large direction.
And setting data dictionary model data according to the data dictionary specification, and loading the data dictionary model data to the established data platform to obtain the data dictionary platform. And loading the script file of the project system into the data dictionary platform to judge whether the data in the script file of the project system conforms to the data dictionary specification.
In an embodiment of the present invention, after the step of loading the script file of the project system to the data dictionary platform, the method may further include the following steps:
step S501, comparing the data in the script file with the data dictionary model data to judge whether the data in the script file conforms to the data dictionary specification.
The data dictionary specification specifies the type, length and the like of data, for example, the appointed number of installments, which is the number of installments for delivering insurance premium appointed by an insurance company and an applicant when the insurance is put into insurance, the data category is a numerical category, and the data format is n (representing an integer); the premium is a charge paid by the insurer to obtain insurance guarantee and is directed to the insurer according to the insurance contract, and the data type is money type, and the data format is 18n (2) (the data length is 18 bits, and the decimal number has 2 bits).
The type, the length and the like of data are also set in a script file of the project system, and after the script file of the project system is loaded to a data dictionary platform, the data in the script file can be compared with the data dictionary model data to judge whether the data in the script file conforms to the data dictionary specification. If the script file contains data which is not in accordance with the data dictionary specification, alarm prompt information can be sent to inform a user of modifying the data, so that the requirement for supervision is met, meanwhile, the problem that manual detection is mistaken and missed is avoided, the accuracy of the data is improved, and the data management cost caused by the fact that the data of a supervision department is reported to be not in accordance with the specification in the later period is saved.
In an embodiment of the present invention, the step of comparing the received new script file with the corresponding original script file to obtain the target data information may include the following steps:
step S601, receiving a new script file of the modified project system; and
step S602, the new script file is compared with the corresponding original script file, and target data information is generated according to the modified data information in the new script file.
Data in the project system needs to be modified due to system upgrade or industry data specification modification, however, in the insurance business, data flow exists among a part of project systems, for example, insurance information of an applicant is settled after a vehicle is in insurance, and data of a vehicle insurance underwriting system (an upstream system) is transferred to a vehicle insurance claim settlement system (a downstream system) for claim settlement. Obviously, if the type of the insurance policy field is modified in the vehicle insurance underwriting system and the type of the insurance policy field is not modified correspondingly in the vehicle insurance claims settlement system, the vehicle insurance claims settlement system receives the data and then directly stores the data in a warehouse for error reporting. Therefore, when a script file of a certain project system is modified, for example, the length, type, etc. of a policy field are modified, information of data related to the modified place needs to be used as target data information, for example, a new script file of the modified project system is compared with a corresponding original script file, so that the target data information can be determined.
The target data information may be determined manually, for example, after a user modifies a script file of the project system, it may be determined manually which data has been changed, the target data information may be set according to the changed data, and then the script file of the project system related to the data may be matched according to the target data information. However, manual setup may be missed. Therefore, an embodiment of the present invention further provides a method for automatically matching target data information.
As mentioned above, the script file of the project system is loaded into the data dictionary platform to detect whether the set data meets the requirements of the data dictionary specification. When a user modifies a script file of a project system, the modified new script file of the project system also needs to be loaded into the data dictionary platform. And matching an original script file according to the new script file in a data dictionary platform, and comparing the new script file with the corresponding original script file so as to determine modified data information in the new script file and further generate target data information according to the modified data information.
Because there may be a case that the script file of the project system needs to be modified many times, after the modified new script file is loaded in the data dictionary platform each time, the comparison can be performed only with one original script file with the latest loading time. Of course, after the target data information is obtained, the original script file may be deleted, so that only one script file is stored in one project system in the data dictionary platform, so as to facilitate subsequent revising of a new script file of the project system and uploading of the data dictionary platform, and only one original script file in the data dictionary platform is compared with the original script file.
In one embodiment of the invention, the new script file is compared with the corresponding original script file, so that the modified data information in the new script file is determined, and further, the target data information is generated according to the modified data information, and the accuracy and the comprehensiveness of obtaining the target data information are improved.
In an embodiment of the present invention, after the step of loading the script file of the project system into the data dictionary platform, the method may further include the following steps:
step S701, a user account associated with the project system is loaded.
The target project system corresponding to the target data information can be matched through the data dictionary platform, and in order to inform a corresponding user, a user account number associated with the target project system needs to be obtained. For this reason, when loading the script file of the project system into the data dictionary platform, the user account associated with the project system may also be loaded into the data dictionary platform. The user account can be a mailbox account, a mobile phone number and the like, and the form of the user account is not limited by the invention.
After the user account associated with the project system is loaded, test information can be sent to the user account to verify whether normal communication with the user account is available. Of course, after the user account associated with the project system is changed, the test information may be sent to the user account.
After the target data information is matched with the target project system, a data change notification can be sent to an account number of a related user of the target project system, wherein the data change notification can comprise the target data information, original data information corresponding to the target data information and the like, so that a user can conveniently analyze whether influence exists on the project system which is responsible for the user. Of course, if the user loads the new script file of the modified project system in the data dictionary platform and loads the release time of the modified project system at the same time, the data change notification may further include information such as expiration time, so as to remind the user to complete the modification of the script file of the project system in charge of the user before the expiration time.
In an embodiment of the invention, by loading the user account number associated with the project system, after the script file of the project system is modified, the data change notification can be directly sent to the found user account number of the target project system so as to notify the user of modifying the project system in charge of the user, and the notification efficiency and accuracy are improved.
To better explain the above data change notification scheme, a specific explanation will be given below by way of an example.
Example (c):
and establishing an enterprise-level data dictionary specification according to an industry data specification issued by the China Bank Security Authority, and establishing a project-level data dictionary specification according to the enterprise-level data dictionary specification. And when a script file of the project system is written, setting the length, the type and the like of data according to the project-level data dictionary specification.
And setting data dictionary model data according to the enterprise-level data dictionary specification and the project-level data dictionary specification, establishing a data platform, and loading the data dictionary model data to the data platform to establish the data dictionary platform.
Loading the written script files of the car insurance underwriting system, the script files of the car insurance claim settlement system, the script files of the financial system and the script files of the freight insurance underwriting system into a data dictionary platform, loading the associated user account for each system, comparing the data in the script files of the four systems with the data dictionary model data in the data dictionary platform, and judging whether the data in the script files meet the data dictionary specification or not. When data which do not conform to the data dictionary specification exist, alarm prompt information can be sent to the associated user account to inform the user of modifying the data.
This time, the insurance underwriting system needs to perform version upgrade, extend the policy number field (for example, extend the original 12 bits to 18 bits), and expect to release a new version 1/2019. And after the script file of the automobile insurance underwriting system is modified, loading the modified new script file of the automobile insurance underwriting system into a data dictionary platform, and adding a new version of release time 20190101. By comparing the new script file of the vehicle insurance underwriting system with the original script file, the policy number field in the new script file can be determined to be modified, and the target data information can be generated according to the policy number field.
Since the insurance premium of the insurance applicant will be transferred to the financial system after the vehicle insurance of the applicant becomes effective, the scenario file of the financial system will also relate to the policy number field of the vehicle insurance underwriting system. After the insurance applicant vehicle goes out of insurance, the vehicle insurance underwriting system transmits the insurance applicant information to the vehicle insurance claim settlement system for claim settlement, so the script file of the vehicle insurance claim settlement system also relates to the insurance policy number field of the vehicle insurance underwriting system.
Thus, a system that can find a target item that relates to the policy number field includes: and the financial system and the vehicle insurance claim settlement system send data change notifications to the associated user accounts of the financial system and the vehicle insurance claim settlement system. The data change notification may include the following: the insurance policy number field is modified by the car insurance underwriting system, 12 bits are modified into 18 bits, a new version is expected to be released in 1 month and 1 day in 2019, and a user is required to correspondingly modify the project system responsible for you in time.
Obviously, by adopting the method of the invention, the associated downstream project system can be searched according to the target data information, and the data change notice is automatically sent to the associated user account of the downstream project system, so that the purpose of automatically notifying the responsible person of the associated downstream project system is realized, and the efficiency and the accuracy of notifying the associated downstream project system are greatly improved.
The invention further provides an electronic device. Fig. 8 is a schematic diagram illustrating program modules of an electronic device 200 according to an exemplary embodiment of the invention.
The electronic device 200 includes:
an obtaining module 201, configured to compare the received new script file with the corresponding original script file, and obtain target data information;
a searching module 202, configured to search an object script file including the object data from a project system, where the project system corresponding to the object script file is used as the target project system; and
a sending module 203, configured to send a data change notification to the associated user account of the target project system.
By adopting the electronic device 200 of the invention, the associated downstream project system can be searched according to the target data information, and the data change notice is automatically sent to the associated user account of the downstream project system, so that the purpose of automatically notifying the responsible person of the associated downstream project system is realized, and the efficiency and the accuracy of notifying the associated downstream project system are greatly improved
Further, the electronic device 200 further includes: the modeling module is used for establishing a data dictionary platform; and the loading module is used for loading the script file of the project system to the data dictionary platform.
Further, the modeling module is further configured to extract a data directory in an industry data specification, and generate a data dictionary specification based on the data directory; generating data dictionary model data according to the data dictionary specification; and establishing a data platform, and loading the data dictionary model data to the data platform to generate a data dictionary platform.
Further, the modeling module is further configured to extract an industry data directory in the industry data specification, and generate an enterprise-level data dictionary specification based on the industry data directory; and extracting the enterprise data directory in the enterprise-level data dictionary specification, and generating a project-level data dictionary specification based on the enterprise data directory.
Further, the loading module is further configured to compare the data in the script file with the data dictionary model data to determine whether the data in the script file conforms to the data dictionary specification.
Further, the obtaining module 201 includes: the receiving unit is used for receiving the modified new script file of the project system; and the comparison unit is used for comparing the new script file with the corresponding original script file and generating target data information according to the modified data information in the new script file.
Further, the loading module is further configured to load a user account associated with the project system.
To achieve the above object, the present invention further provides a computer device 20, which includes a memory 21, a processor 22, and a computer program stored on the memory 21 and executable on the processor 22, wherein the processor 22 implements the steps of the above method when executing the computer program. The computer program may be stored in the memory 24.
To achieve the above object, the present invention also provides a computer-readable storage medium having stored thereon a computer program which, when being executed by a processor, carries out the steps of the above method.
The present invention also provides a computer device, such as a smart phone, a tablet computer, a notebook computer, a desktop computer, a rack server, a blade server, a tower server or a rack server (including an independent server or a server cluster composed of a plurality of servers) capable of executing programs, and the like. The computer device of the embodiment at least includes but is not limited to: memory, processor, etc. communicatively coupled to each other via a system bus.
The present embodiment also provides a computer-readable storage medium, such as a flash memory, a hard disk, a multimedia card, a card-type memory (e.g., SD or DX memory, etc.), a Random Access Memory (RAM), a Static Random Access Memory (SRAM), a read-only memory (ROM), an electrically erasable programmable read-only memory (EEPROM), a programmable read-only memory (PROM), a magnetic memory, a magnetic disk, an optical disk, a server, an App application mall, etc., on which a computer program is stored, which when executed by a processor implements corresponding functions. The computer-readable storage medium of the present embodiment is used in the computer device 20, and when executed by the processor 22, implements the data change notification method of the present invention.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which is stored in a storage medium (such as ROM/RAM, magnetic disk, optical disk) and includes instructions for enabling a terminal device (such as a mobile phone, a computer, a server, an air conditioner, or a network device) to execute the method according to the embodiments of the present invention.
The above description is only a preferred embodiment of the present invention, and not intended to limit the scope of the present invention, and all modifications of equivalent structures and equivalent processes, which are made by using the contents of the present specification and the accompanying drawings, or directly or indirectly applied to other related technical fields, are included in the scope of the present invention.

Claims (10)

1. A data change notification method, characterized in that the method comprises the steps of:
comparing the received new script file with the corresponding original script file to obtain target data information;
searching an object script file containing the object data from a project system, and taking the project system corresponding to the object script file as the target project system; and
and sending a data change notification to the associated user account of the target project system.
2. The data change notification method according to claim 1, wherein the step of receiving the target data information is preceded by the step of:
establishing a data dictionary platform; and
and loading a script file of the project system to the data dictionary platform.
3. The data change notification method according to claim 2, wherein the step of establishing a data dictionary platform further comprises:
extracting a data directory in an industry data specification, and generating a data dictionary specification based on the data directory;
generating data dictionary model data according to the data dictionary specification; and
and establishing a data platform, and loading the data dictionary model data to the data platform to generate a data dictionary platform.
4. The data change notification method of claim 3, wherein the step of extracting a data directory in an industry data specification and generating a data dictionary specification based on the data directory further comprises:
extracting an industry data directory in the industry data specification, and generating an enterprise level data dictionary specification based on the industry data directory; and
and extracting an enterprise data directory in the enterprise-level data dictionary specification, and generating a project-level data dictionary specification based on the enterprise data directory.
5. The data change notification method of claim 3, wherein after the step of loading the script file of the project system to the data dictionary platform, further comprising:
and comparing the data in the script file with the data dictionary model data to judge whether the data in the script file conforms to the data dictionary specification.
6. The method of claim 2, wherein the step of comparing the received new script file with the corresponding original script file to obtain the target data information further comprises:
receiving a new script file of the modified project system; and
and comparing the new script file with the corresponding original script file, and generating target data information according to the modified data information in the new script file.
7. The data change notification method of claim 2, wherein after the step of loading a script file of the project system to the data dictionary platform, further comprising:
and loading a user account number associated with the project system.
8. An electronic device, comprising:
the acquisition module is used for comparing the received new script file with the corresponding original script file to acquire target data information;
the searching module is used for searching an object script file containing the object data from the project system, and the project system corresponding to the object script file is taken as the target project system; and
and the sending module is used for sending a data change notification to the associated user account of the target project system.
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 steps of the data change notification method according to any of claims 1 to 7 when executing the computer program.
10. A computer-readable storage medium having stored thereon a computer program, characterized in that: the computer program when being executed by a processor carries out the steps of the data change notification method of any one of claims 1 to 7.
CN201910841828.2A 2019-09-06 2019-09-06 Data change notification method, electronic device, computer device, and storage medium Pending CN110704462A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910841828.2A CN110704462A (en) 2019-09-06 2019-09-06 Data change notification method, electronic device, computer device, and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910841828.2A CN110704462A (en) 2019-09-06 2019-09-06 Data change notification method, electronic device, computer device, and storage medium

Publications (1)

Publication Number Publication Date
CN110704462A true CN110704462A (en) 2020-01-17

Family

ID=69194324

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910841828.2A Pending CN110704462A (en) 2019-09-06 2019-09-06 Data change notification method, electronic device, computer device, and storage medium

Country Status (1)

Country Link
CN (1) CN110704462A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114710531A (en) * 2022-03-31 2022-07-05 中国银行股份有限公司 Information processing method and device
CN114936915A (en) * 2022-02-28 2022-08-23 北京百度网讯科技有限公司 Data processing method and device, electronic equipment and storage medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109064345A (en) * 2018-08-14 2018-12-21 中国平安人寿保险股份有限公司 Message treatment method, system and computer readable storage medium
CN109829012A (en) * 2018-12-13 2019-05-31 山东亚华电子股份有限公司 The synchronous method and apparatus of data

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109064345A (en) * 2018-08-14 2018-12-21 中国平安人寿保险股份有限公司 Message treatment method, system and computer readable storage medium
CN109829012A (en) * 2018-12-13 2019-05-31 山东亚华电子股份有限公司 The synchronous method and apparatus of data

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114936915A (en) * 2022-02-28 2022-08-23 北京百度网讯科技有限公司 Data processing method and device, electronic equipment and storage medium
CN114710531A (en) * 2022-03-31 2022-07-05 中国银行股份有限公司 Information processing method and device
CN114710531B (en) * 2022-03-31 2024-03-08 中国银行股份有限公司 Information processing method and device

Similar Documents

Publication Publication Date Title
US20220301051A1 (en) Systems and methods for managing a loan application
CN111325617B (en) File-based account checking method and device, computer equipment and readable storage medium
CN111078140B (en) Nuclear power station file uploading management method and device, terminal equipment and medium
CN110704521A (en) Interface data access method and system
CN110599354A (en) Online reconciliation method, system, computer device and computer-readable storage medium
CN110704462A (en) Data change notification method, electronic device, computer device, and storage medium
CN107133233B (en) Processing method and device for configuration data query
CN108170551B (en) Crawler system based front-end and back-end error processing method, server and storage medium
US20120030756A1 (en) User Permissions In Computing Systems
CN109214362B (en) Document processing method and related equipment
CN113221036B (en) Method and device for processing electronic bill mail
CN108805725B (en) Risk event confirmation method, server, and computer-readable storage medium
CN113362025A (en) Data accounting system, method, computer readable storage medium, electronic device
CN110866834A (en) Batch processing program execution method and system
CN113672429B (en) Code exception pushing method, device, equipment and storage medium
CN115294586A (en) Invoice identification method and device, storage medium and electronic equipment
CN114511314A (en) Payment account management method and device, computer equipment and storage medium
CN111241082B (en) Data correction method and device
CN109828884B (en) Hanging service data processing method, system, computer equipment and storage medium
CN115082179A (en) Data processing method, device, equipment and storage medium
CN110865990B (en) Non-real-time data exchange method, system and computer equipment
CN112417085A (en) Message comparison method and device, computer equipment and storage medium
CN116755745A (en) Plug-in updating method, device and equipment of code editor and storage medium
CN117573665A (en) Service data quality monitoring method, device, equipment, medium and program product
CN116744243A (en) Industry short message office data anomaly detection method, device, computer system and storage medium

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