CN116628079A - Data synchronization method and device for business system, storage medium and computer equipment - Google Patents

Data synchronization method and device for business system, storage medium and computer equipment Download PDF

Info

Publication number
CN116628079A
CN116628079A CN202310298942.1A CN202310298942A CN116628079A CN 116628079 A CN116628079 A CN 116628079A CN 202310298942 A CN202310298942 A CN 202310298942A CN 116628079 A CN116628079 A CN 116628079A
Authority
CN
China
Prior art keywords
data
target service
field value
source
value
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
CN202310298942.1A
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.)
Yuanguang Software Co Ltd
Original Assignee
Yuanguang Software Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Yuanguang Software Co Ltd filed Critical Yuanguang Software Co Ltd
Priority to CN202310298942.1A priority Critical patent/CN116628079A/en
Publication of CN116628079A publication Critical patent/CN116628079A/en
Pending legal-status Critical Current

Links

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/27Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor
    • 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/24Querying
    • G06F16/242Query formulation
    • G06F16/2428Query predicate definition using graphical user interfaces, including menus and forms
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/953Querying, e.g. by the use of web search engines
    • G06F16/9535Search customisation based on user profiles and personalisation
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/55Push-based network services
    • 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)
  • General Engineering & Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Computing Systems (AREA)
  • Software Systems (AREA)
  • Human Computer Interaction (AREA)
  • Mathematical Physics (AREA)
  • Computational Linguistics (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The embodiment of the application discloses a data synchronization method and device of a service system, a storage medium and computer equipment, and relates to the field of finance. The application filters at least one piece of source service data to be synchronized in the source service system based on the synchronization page, then queries the matched target service field value in the target service system according to the source service field value in the source service data, maps the target service field value by the source service parameter value related to the source service field value if the source service field value is queried, fills the source service data and the target service data into the data table of the synchronization page after mapping, and then executes the data synchronization operation, thereby improving the efficiency and the flexibility of the data synchronization.

Description

Data synchronization method and device for business system, storage medium and computer equipment
Technical Field
The present application relates to the field of finance, and in particular, to a data synchronization method and apparatus for a business system, a storage medium, and a computer device.
Background
With the improvement of enterprise informatization, a plurality of different service systems are generally deployed to realize different service management requirements. Data synchronization between two business systems is often involved in practical applications, for example: the data synchronization of the financial statement in the two financial systems is generally performed by the current method for data synchronization of the two business systems: the data report in the business system is manually synchronized in a copying and pasting mode, so that the operation efficiency is low; or a fixed operation formula is adopted to synchronize data of fixed fields, so that the flexibility is not high, and various application scenes can not be met.
Disclosure of Invention
The embodiment of the application provides a data synchronization method, a data synchronization device, a storage medium and computer equipment of a service system, which can solve the problems of low data synchronization efficiency and poor flexibility of the service system in the prior art. The technical scheme is as follows:
in a first aspect, an embodiment of the present application provides a data synchronization method of a service system, where the method includes:
displaying the synchronous page through a display unit; the synchronous page is provided with a data screening control and a data table;
determining data screening conditions according to the input operation of a user on the data screening control;
filtering at least one piece of source service data in a source service system according to the data screening condition, and filling the filtered at least one piece of source service data into a first area of the data table; the source service data consists of a source service field value and a source service parameter value;
if the source service field value is matched with the corresponding target service field value in the target service system according to the source service field value, mapping the source service parameter value associated with the source service field value with the target service field value, and taking the mapped source service parameter value as the target service parameter value of the target service field value;
filling the target service data which is successfully mapped into a second area of the data table, and synchronizing the target service parameter value into the target service system; the target service data consists of a target service field value and a target service parameter value.
In a second aspect, an embodiment of the present application provides a data synchronization apparatus for a service system, where the apparatus includes:
the pushing unit is used for displaying the synchronous page through the display unit; the synchronous page is provided with a data screening control and a data table;
the determining unit is used for determining data screening conditions according to the input operation of the user on the data screening control;
the filtering unit is used for filtering at least one piece of source service data in the source service system according to the data screening condition, and filling the filtered at least one piece of source service data into a first area of the data table; the source service data consists of a source service field value and a source service parameter value;
a mapping unit, configured to map, if the source service field value matches the corresponding target service field value in the target service system according to the source service field value, a source service parameter value associated with the source service field value with the target service field value, and then use the mapped source service parameter value as a target service parameter value of the target service field value;
the synchronization unit is used for filling the target service data which is successfully mapped into the second area of the data table and synchronizing the target service parameter value into the target service system; the target service data consists of a target service field value and a target service parameter value.
In a third aspect, embodiments of the present application provide a computer storage medium storing a plurality of instructions adapted to be loaded by a processor and to perform the above-described method steps.
In a fourth aspect, embodiments of the present application provide a computer device, which may include: a processor and a memory; wherein the memory stores a computer program adapted to be loaded by the processor and to perform the above-mentioned method steps.
The technical scheme provided by the embodiments of the application has the beneficial effects that at least:
filtering at least one piece of source service data to be synchronized in a source service system based on a synchronization page, inquiring a matched target service field value in a target service system according to a source service field value in the source service data, mapping a source service parameter value associated with the source service field value to the target service field value if the source service field value is inquired, filling the source service data and the target service data into a data table of the synchronization page after mapping, and then executing data synchronization operation. Therefore, the user can flexibly select the source service data to be synchronized according to actual demands, the flexibility of data synchronization is improved, the field values and the mapping relations to be synchronized are displayed on the synchronization page, and the user can conveniently and accurately grasp whether the field values and the mapping relations to be synchronized are accurate or not. And inquiring the corresponding target service field value in the target service system in an automatic matching mode, so that the steps of manual operation are reduced, and the efficiency of data synchronization is improved.
Drawings
In order to more clearly illustrate the embodiments of the application or the technical solutions in the prior art, the drawings that are required in the embodiments or the description of the prior art will be briefly described, it being obvious that the drawings in the following description are only some embodiments of the application, and that other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
Fig. 1 is a schematic diagram of a network architecture according to an embodiment of the present application;
fig. 2 is a flow chart of a data synchronization method of a service system according to an embodiment of the present application;
FIG. 3 is a schematic diagram of a synchronization page provided by an embodiment of the present application;
FIG. 4 is a schematic diagram of a configuration page provided by an embodiment of the present application;
fig. 5 is a schematic structural diagram of a data synchronization device of a service system according to the present application;
fig. 6 is a schematic structural diagram of a computer device according to the present application.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more apparent, the following detailed description of the embodiments of the present application will be given with reference to the accompanying drawings.
It should be noted that, the data synchronization method of the service system provided by the present application is generally executed by a computer device, and correspondingly, the data synchronization device of the service system is generally disposed in the computer device.
Fig. 1 shows an exemplary system architecture of a data synchronization method of a service system or a data synchronization device of a service system, which can be applied to the present application.
As shown in fig. 1, the system architecture may include: a computer device 101 and a server 102. Communication between the computer device 101 and the server 102 may be through a network that is used as a medium to provide communication links between the various elements described above. The network may include various types of wired or wireless communication links, such as: the wired communication link includes an optical fiber, a twisted pair wire, a coaxial cable, or the like, and the WIreless communication link includes a bluetooth communication link, a WIreless-FIdelity (Wi-Fi) communication link, a microwave communication link, or the like.
Wherein the server 102 deploys at least two business systems for the bank, such as: the source business system and the target business system, the business systems can be financial systems, warehouse management systems or sales systems, and further, different business systems can be deployed on different servers, and the application is not limited. The user interacts with the various business systems deployed in the server 102 via the computer device 101 to synchronize data in one business system to another, for example: the cost report in one financial system is synchronized to the cost report of another business system.
The computer device 101 and the server 102 may be hardware or software. When the computer device 101 and the server 102 are hardware, they may be implemented as a distributed server cluster formed by a plurality of servers, or as a single server. When the computer device 101 and the server 102 are software, they may be implemented as a plurality of software or software modules (for example, to provide distributed services), or may be implemented as a single software or software module, which is not specifically limited herein.
Various communication client applications may be installed on the computer device of the present application, such as: video recording applications, video playing applications, voice interaction applications, search class applications, instant messaging tools, mailbox clients, social platform software, and the like.
The computer device may be hardware or software. When the computer device is hardware, it may be a variety of computer devices with a display screen including, but not limited to, smartphones, tablet computers, laptop and desktop computers, and the like. When the computer device is software, the computer device may be installed in the above-listed computer device. Which may be implemented as multiple software or software modules (e.g., to provide distributed services), or as a single software or software module, without limitation.
When the computer equipment is hardware, a display device and a camera can be arranged on the computer equipment, the display device can be various equipment capable of realizing the display function, and the camera is used for collecting video streams; for example: the display device may be a cathode ray tube (CR) display, a light-emitting diode (LED) display, an electronic ink screen, a Liquid Crystal Display (LCD), a Plasma Display Panel (PDP), or the like. A user may utilize a display device on a computer device to view displayed text, pictures, video, etc.
It should be understood that the number of computer devices, networks, and servers in fig. 1 are illustrative only. Any number of computer devices, networks, and servers may be used as desired for implementation.
The data synchronization method of the service system provided by the embodiment of the application will be described in detail with reference to fig. 2. The data synchronization device of the service system in the embodiment of the present application may be a computer device shown in fig. 1.
Referring to fig. 2, a flow chart of a data synchronization method of a service system is provided in an embodiment of the present application. As shown in fig. 2, the method according to the embodiment of the present application may include the following steps:
s201, displaying the synchronous page through a display unit.
The synchronous page is a graphical page, a user performs data synchronization between a source service system and a target service system based on the synchronous page, the synchronous page is provided with a data screening control and a data table, the data screening control is a graphical control, and the data table is used for displaying source service data filtered by the user and corresponding target service data.
S202, determining data screening conditions according to the input operation of the user on the data screening control.
Wherein, the input operation includes but is not limited to mouse operation, keyboard operation or touch operation, and the data screening condition includes but is not limited to: one or more of budget task, budget time, keywords.
For example, referring to the schematic diagram of the sync page shown in fig. 3, the sync page is provided with a data filtering control: the budget task filters the drop-down box, budgets time filters the drop-down box and keyword input box. The user triggers a budget task to screen a drop-down control through an input device, then displays a plurality of candidate budget tasks, and then selects one budget task from the plurality of budget tasks; the user triggers a budget time drop-down frame through an input device, then displays a plurality of candidate budget times, and then selects one budget time from the plurality of budget times; the user inputs a keyword in the keyword input box through the input device. The computer equipment determines budget tasks according to the controls: budgeting in 2019, budgeting time: 2019.
s203, filtering at least one piece of source service data in the source service system according to the data screening condition, and filling the filtered at least one piece of source service data into a first area of the data table.
The computer device filters at least one piece of source service data in the source service system according to the data screening condition determined in S202, the source service data is composed of a source service field value and a source service parameter value, the filtered at least one piece of source service data is filled in a first area of the data table, and each piece of source service data is located in different rows.
For example, referring to the synchronization page shown in fig. 3, one piece of source service data is composed of a value of a rating standard name and a value of a rating standard value, 12 pieces of source service data are screened out in the source service system according to data screening conditions (2019 budget task, 2019), and then are filled into the 2 nd column and the 4 th column of the data table, and different source service data are located in different rows for 12 rows in total.
S204, if the target service system is matched with the corresponding target service field value according to the source service field value, mapping the source service parameter value associated with the source service field value with the target service field value, and taking the mapped source service parameter value and the target service parameter value as the target service field value.
And for each piece of inquired source service data, inquiring in a target service system according to the source service field value, if a matched target service field value is inquired in the target service system, mapping the source service parameter value associated with the source service field value with the target service field value, and taking the mapped source service parameter value as the target service parameter value of the target service field value. Further, if the text similarity of the target service field value and the source service field value is greater than a threshold, the two field values are matched, otherwise the two field values are not matched. The method for calculating the text similarity can be as follows: encoding the target service field value and the source service field value by using an artificial neural network to obtain characterization vectors of two texts, then calculating cosine similarity of the two characterization vectors, and comparing the cosine similarity with a threshold value, wherein the threshold value can be determined according to actual requirements, for example: the threshold is 0.8, if the cosine similarity is greater than 0.8, the two texts are matched, otherwise the two texts are not matched.
For example: referring to the sync page shown in fig. 3, the sync page is provided with a mapping control, for example: the mapping control is an automatic corresponding control, and when the computer equipment detects the triggering action on the mapping control, the source service field value is automatically matched and mapped. Taking source service data in the 1 st row in a data table as an example, the value of a rated standard name of the source service data in the 1 st row is a 1000kV-GIS station, inquiring a matched target service field value in a target service system according to the 1000kV-GIS station, inquiring that the matched target service field value (the value of a cost standard class name) exists as a result of the inquiry, and binding the value of the rated standard name 1490545.56 with the value of the cost standard class name 1000kV-GIS station to serve as the value of a measuring and calculating result of the 1 st row.
Also for example: the value of the rated standard name of the 2 nd row is "+/-800 kV-converter station", the matched target service field value is inquired in a target service system according to the "+/-800 kV-converter station", the inquired result is that the value of the matched cost standard class name exists "+/-800 kV-converter station", and the value of the rated standard value is mapped with the value of the cost standard class name "+/-800 kV-converter station" to be used as the value of the measuring result of the 1 st row.
Further, in some embodiments of the present application, for a certain source service data, if a matching target service field value is not queried in a target system, the matching method may include: the mapping configuration control is set in each cell in the data table for storing the target service field value, for example: the mapping configuration control in the cell of fig. 3 is an ellipsis "…" set at the back of the cell, and the computer device responds to the triggering action for the mapping configuration control to display a configuration page through the display unit, where a field value screening control is set, for example: in the configuration page in fig. 4, the field value screening control is a budget quota classifying drop-down box and a keyword input box, the field value screening conditions are determined according to the field value screening control, then the target service field values meeting the requirements are filtered out in the target service system according to the field value screening conditions, and then one of the filtered target service field values is selected as a final target service field value based on a selection instruction of a user. For example: referring to the configuration page shown in fig. 4, when a certain source service field is matched, 7 candidate target service field values are filtered in a target service system according to a field value filtering condition, then after a user uses an input device to obtain a certain candidate target service field value, the target service field value is displayed in a highlight state, and after the user uses the input device to click a confirm button of the configuration page, the selected target service field value is filled in a cell designated in a data table. The configuration method can manually map the source and target fields which are not automatically matched, and improves the integrity of data synchronization operation.
In some embodiments of the present application, for the source service field value that is automatically matched, the user may also check the mapping relationship, and if the mapping relationship is found to be unqualified, the mapping relationship between the source service field value and the target service field value may also be manually adjusted in the above manner, so as to improve the mapping accuracy.
S205, filling the target service data which is successfully mapped into a second area of the data table, and synchronizing the target service parameter value into the target service system.
Wherein the target service data is composed of a target service field value and a target service parameter value, for example: the target service field value represents the value of the cost standard class name, the target service parameter value represents the value of the measuring and calculating result, refer to the data table shown in fig. 3, the target service data which is mapped successfully is filled into the 3 rd row and the 5 th row of the data table, different target service data are located in different rows, the computer equipment automatically performs data synchronization after mapping, or the computer equipment responds to the triggering action of the synchronous button on the synchronous page to execute the data synchronization operation, namely, the source service parameter value in the source service system is synchronized to the corresponding target service parameter value, so that the target service parameter value and the source service parameter value are kept consistent.
In some embodiments of the present application, the data table has an editing function, the values in the cells can be manually modified, and if the source service field value and the target service field value in a certain row of the data table are not equal, a prompt is given. For example: the value of the quota standard value in the 1 st row of the data table is not equal to the value of the measuring result, and the numerical value in the cell is highlighted to prompt the user to pay attention. Furthermore, the computer device can lock the data table after the data synchronization operation is executed, and the data of each cell in the data table after locking is not modifiable and is only readable, so that errors are avoided.
Further, when the data table is in the unlocked state, the user may delete the data row in the data table, which specifically includes: at least one data row is selected in response to a row selection operation of a user on the data table; and deleting the selected at least one data line based on the deleting operation of the user, and deleting the corresponding source service data and target service data in the source service system and the target service system.
For example: referring to the synchronization page shown in fig. 3, the synchronization page is provided with a deletion control "clear correspondence", a user selects at least one data line in a data table based on an input device, the selected data line is highlighted, then the user deletes the selected data line after triggering the deletion control, and then deletes the corresponding source service data and target service data in the source service system and the target service system, thereby improving the efficiency of service system data editing in a visual editing mode.
When executing data synchronization of two service systems, the embodiment of the application filters at least one piece of source service data to be synchronized in a source service system based on a synchronization page, then queries a matched target service field value in a target service system according to a source service field value in the source service data, maps the target service field value by a source service parameter value related to the source service field value if the source service field value is queried, fills the source service data and the target service data into a data table of the synchronization page after mapping, and then executes data synchronization operation. Therefore, the user can flexibly select the source service data to be synchronized according to actual demands, the flexibility of data synchronization is improved, the field values and the mapping relations to be synchronized are displayed on the synchronization page, and the user can conveniently and accurately grasp whether the field values and the mapping relations to be synchronized are accurate or not. And inquiring the corresponding target service field value in the target service system in an automatic matching mode, so that the steps of manual operation are reduced, and the efficiency of data synchronization is improved.
The following are examples of the apparatus of the present application that may be used to perform the method embodiments of the present application. For details not disclosed in the embodiments of the apparatus of the present application, please refer to the embodiments of the method of the present application.
Referring to fig. 5, a schematic structural diagram of a data synchronization device of a service system according to an exemplary embodiment of the present application is shown, which is hereinafter referred to as device 5. The apparatus 5 may be implemented as all or part of a computer device by software, hardware or a combination of both. The device 5 comprises: push unit 501, determination unit 502, filtering unit 503, mapping unit 504, synchronization unit 505.
A pushing unit 501, configured to display the synchronization page through a display unit; the synchronous page is provided with a data screening control and a data table;
a determining unit 502, configured to determine a data filtering condition according to an input operation of the user on the data filtering control;
a filtering unit 503, configured to filter at least one piece of source service data in the source service system according to the data filtering condition, and fill the filtered at least one piece of source service data into the first area of the data table; the source service data consists of a source service field value and a source service parameter value;
a mapping unit 504, configured to map, if the source service field value matches the corresponding target service field value in the target service system according to the source service field value, the source service parameter value associated with the source service field value with the target service field value, and then, after mapping, the source service parameter value is used as the target service parameter value of the target service field value;
a synchronization unit 505, configured to fill the mapped target service data into the second area of the data table, and synchronize the target service parameter value into the target service system; the target service data consists of a target service field value and a target service parameter value.
In one or more possible embodiments, the source traffic field value is the value of the rating standard name and the source traffic parameter value is the value of the rating standard value; the target service field value is the value of the cost standard class name, and the target service parameter value is the value of the measuring result.
In one or more possible embodiments, the data screening conditions include: one or more of budget task, budget time, keywords.
In one or more possible embodiments, when the text similarity of the source traffic field value and the target traffic field value is greater than a preset threshold, then the two are matched.
In one or more possible embodiments, further comprising:
and the prompting unit is used for prompting operation if the source service parameter value and the target service parameter value which are positioned in the same row in the data table are not equal.
In one or more possible embodiments, further comprising:
an editing unit, configured to select at least one data row in response to a user selecting an operation on a row in the data table;
and deleting the selected at least one data line based on the deleting operation of the user, and deleting the corresponding source service data and target service data in the source service system and the target service system.
In one or more possible embodiments, a mapping configuration control is set in each cell storing the target service field value;
wherein, still include:
the configuration unit is used for responding to the triggering action of the user on the configuration control if the source service field value is matched with the corresponding target service field value in the target service system, and displaying a configuration page through the display unit; the configuration page is provided with a field value screening control;
determining a field value screening condition according to the input operation of a user on the field value screening control, and filtering candidate target service field values in the target service system according to the field value screening condition;
and selecting one target service field value from the candidate target service field values based on a selection instruction of a user to match with the source service field value.
It should be noted that, when the apparatus 5 provided in the foregoing embodiment performs the data synchronization method of the service system, only the division of the foregoing functional modules is used as an example, and in practical application, the foregoing functional allocation may be performed by different functional modules according to needs, that is, the internal structure of the device is divided into different functional modules to complete all or part of the foregoing functions. In addition, the data synchronization device of the service system provided in the foregoing embodiment and the data synchronization method embodiment of the service system belong to the same concept, which embody detailed implementation procedures in the method embodiment, and are not described herein again.
The foregoing embodiment numbers of the present application are merely for the purpose of description, and do not represent the advantages or disadvantages of the embodiments.
The embodiment of the present application further provides a computer storage medium, where the computer storage medium may store a plurality of instructions, where the instructions are adapted to be loaded by a processor and execute the steps of the method shown in the embodiment of fig. 2, and the specific execution process may refer to the specific description of the embodiment shown in fig. 2, which is not repeated herein.
The present application also provides a computer program product storing at least one instruction that is loaded and executed by the processor to implement the data synchronization method of the business system according to the above embodiments.
Referring to fig. 6, a schematic structural diagram of a computer device is provided in an embodiment of the present application. As shown in fig. 6, the computer device 600 may include: at least one processor 601, at least one network interface 604, a user interface 603, a memory 605, at least one communication bus 602.
Wherein the communication bus 602 is used to enable connected communications between these components.
The user interface 603 may include a Display screen (Display), a Camera (Camera), and the optional user interface 603 may further include a standard wired interface, a wireless interface.
The network interface 604 may optionally include a standard wired interface, a wireless interface (e.g., WI-FI interface), among others.
Wherein the processor 601 may include one or more processing cores. The processor 601 utilizes various interfaces and lines to connect various portions of the overall computer device 600, perform various functions of the computer device 600 and process data by executing or executing instructions, programs, code sets, or instruction sets stored in the memory 605, and invoking data stored in the memory 605. Alternatively, the processor 601 may be implemented in at least one hardware form of digital signal processing (DigitalSignalProcessing, DSP), field Programmable gate array (Field-ProgrammableGateArray, FPGA), programmable Logic Array (PLA). The processor 601 may integrate one or a combination of several of a Central processor (Central ProcessingUnit, CPU), an image processor (GraphicsProcessingUnit, GPU), a modem, and the like. The CPU mainly processes an operating system, a user interface, an application program and the like; the GPU is used for rendering and drawing the content required to be displayed by the display screen; the modem is used to handle wireless communications. It will be appreciated that the modem may not be integrated into the processor 601 and may be implemented by a single chip.
The memory 605 may include a random access memory (RandomAccessMemory, RAM) or a Read-only memory (Read-only memory). Optionally, the memory 605 includes a non-transitory computer readable medium (non-transitoroompter-readabblestonemachineum). Memory 605 may be used to store instructions, programs, code, sets of codes, or sets of instructions. The memory 605 may include a stored program area and a stored data area, wherein the stored program area may store instructions for implementing an operating system, instructions for at least one function (such as a touch function, a sound playing function, an image playing function, etc.), instructions for implementing the various method embodiments described above, etc.; the storage data area may store data or the like referred to in the above respective method embodiments. The memory 605 may also optionally be at least one storage device located remotely from the processor 601. As shown in fig. 6, an operating system, a network communication module, a user interface module, and application programs may be included in the memory 605, which is one type of computer storage medium.
In the computer device 600 shown in fig. 6, the user interface 603 is mainly used for providing an input interface for a user, and acquiring data input by the user; the processor 601 may be configured to invoke an application program stored in the memory 605 and specifically execute the method shown in fig. 2, and the specific process may be shown in fig. 2, which is not repeated herein.
Those skilled in the art will appreciate that implementing all or part of the above-described methods in accordance with the embodiments may be accomplished by way of a computer program stored on a computer readable storage medium, which when executed may comprise the steps of the embodiments of the methods described above. The storage medium may be a magnetic disk, an optical disk, a read-only memory, a random access memory, or the like.
The foregoing disclosure is illustrative of the present application and is not to be construed as limiting the scope of the application, which is defined by the appended claims.

Claims (10)

1. A method for synchronizing data of a service system, comprising:
displaying the synchronous page through a display unit; the synchronous page is provided with a data screening control and a data table;
determining data screening conditions according to the input operation of a user on the data screening control;
filtering at least one piece of source service data in a source service system according to the data screening condition, and filling the filtered at least one piece of source service data into a first area of the data table; the source service data consists of a source service field value and a source service parameter value;
if the source service field value is matched with the corresponding target service field value in the target service system according to the source service field value, mapping the source service parameter value associated with the source service field value with the target service field value, and taking the mapped source service parameter value as the target service parameter value of the target service field value;
filling the target service data which is successfully mapped into a second area of the data table, and synchronizing the target service parameter value into the target service system; the target service data consists of a target service field value and a target service parameter value.
2. The method of claim 1, wherein the source traffic field value is a value of a rating standard name and the source traffic parameter value is a value of a rating standard value; the target service field value is the value of the cost standard class name, and the target service parameter value is the value of the measuring result.
3. The method of claim 1 or 2, wherein the data screening conditions comprise: one or more of budget task, budget time, keywords.
4. A method according to claim 3, wherein the source traffic field value and the target traffic field value are matched when their text similarity is greater than a preset threshold.
5. The method according to claim 1 or 2 or 4, further comprising:
and if the source service parameter value and the target service parameter value in the same row in the data table are not equal, prompting operation is carried out.
6. The method as recited in claim 5, further comprising:
at least one data row is selected in response to a row selection operation of a user on the data table;
and deleting the selected at least one data line based on the deleting operation of the user, and deleting the corresponding source service data and target service data in the source service system and the target service system.
7. The method of claim 1, 2, 4 or 6, wherein a mapping configuration control is provided in each cell storing the target service field value;
wherein the method further comprises:
if the target service system is matched with the corresponding target service field value according to the source service field value, responding to the triggering action of the user on the configuration control, and displaying a configuration page through a display unit; the configuration page is provided with a field value screening control;
determining a field value screening condition according to the input operation of a user on the field value screening control, and filtering candidate target service field values in the target service system according to the field value screening condition;
and selecting one target service field value from the candidate target service field values based on a selection instruction of a user to match with the source service field value.
8. A data synchronization apparatus for a business system, comprising:
the pushing unit is used for displaying the synchronous page through the display unit; the synchronous page is provided with a data screening control and a data table;
the determining unit is used for determining data screening conditions according to the input operation of the user on the data screening control;
the filtering unit is used for filtering at least one piece of source service data in the source service system according to the data screening condition, and filling the filtered at least one piece of source service data into a first area of the data table; the source service data consists of a source service field value and a source service parameter value;
a mapping unit, configured to map, if the source service field value matches the corresponding target service field value in the target service system according to the source service field value, a source service parameter value associated with the source service field value with the target service field value, and then use the mapped source service parameter value as a target service parameter value of the target service field value;
the synchronization unit is used for filling the target service data which is successfully mapped into the second area of the data table and synchronizing the target service parameter value into the target service system; the target service data consists of a target service field value and a target service parameter value.
9. A computer storage medium storing a plurality of instructions adapted to be loaded by a processor and to perform the method steps of any one of claims 1 to 7.
10. A computer device, comprising: a processor and a memory; wherein the memory stores a computer program adapted to be loaded by the processor and to perform the method steps of any of claims 1-7.
CN202310298942.1A 2023-03-24 2023-03-24 Data synchronization method and device for business system, storage medium and computer equipment Pending CN116628079A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310298942.1A CN116628079A (en) 2023-03-24 2023-03-24 Data synchronization method and device for business system, storage medium and computer equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310298942.1A CN116628079A (en) 2023-03-24 2023-03-24 Data synchronization method and device for business system, storage medium and computer equipment

Publications (1)

Publication Number Publication Date
CN116628079A true CN116628079A (en) 2023-08-22

Family

ID=87612263

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310298942.1A Pending CN116628079A (en) 2023-03-24 2023-03-24 Data synchronization method and device for business system, storage medium and computer equipment

Country Status (1)

Country Link
CN (1) CN116628079A (en)

Similar Documents

Publication Publication Date Title
US11079909B2 (en) Macro building tool with an information pane and a macro building pane for compiling an ordered macro and determining data dependency
US11797258B2 (en) Conversational analytics with data visualization snapshots
CN113485781A (en) Report generation method and device, electronic equipment and computer readable medium
CN108121579B (en) Method and device for modifying rule file
CN115618032A (en) View generation method and device, electronic equipment and storage medium
CN112035555B (en) Information display method, device and equipment
CN111143408B (en) Event processing method and device based on business rule
CN110110153A (en) A kind of method and apparatus of node searching
CN116992092A (en) Method and device for establishing flow model, storage medium and terminal equipment
CN116664060A (en) Method, system and device for generating expense reimbursement basic data
CN115936302A (en) Cost sharing method and device, storage medium and computer equipment
CN116089490A (en) Data analysis method, device, terminal and storage medium
CN115080271A (en) Event data processing method and device, electronic equipment and storage medium
CN113407749B (en) Picture index construction method and device, electronic equipment and storage medium
CN115130442A (en) Report generation method and device, storage medium and computer equipment
CN115222500A (en) Capital monitoring method, device, storage medium and computer equipment
CN116628079A (en) Data synchronization method and device for business system, storage medium and computer equipment
CN114995931A (en) Display method and device of project bulletin board, storage medium and computer equipment
CN115049369A (en) Project management method and device, electronic equipment and storage medium
US20120016890A1 (en) Assigning visual characteristics to records
CN115687704A (en) Information display method and device, electronic equipment and computer readable storage medium
CN112860725A (en) SQL automatic generation method and device, storage medium and electronic equipment
CN112417259A (en) Media resource processing method, device, equipment and storage medium
CN113706209B (en) Operation data processing method and related device
CN113360797B (en) Information processing method, apparatus, device, storage medium, and computer program product

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