WO2021012904A1 - 一种数据更新方法及相关设备 - Google Patents

一种数据更新方法及相关设备 Download PDF

Info

Publication number
WO2021012904A1
WO2021012904A1 PCT/CN2020/099249 CN2020099249W WO2021012904A1 WO 2021012904 A1 WO2021012904 A1 WO 2021012904A1 CN 2020099249 W CN2020099249 W CN 2020099249W WO 2021012904 A1 WO2021012904 A1 WO 2021012904A1
Authority
WO
WIPO (PCT)
Prior art keywords
target
data
storage node
processing
document
Prior art date
Application number
PCT/CN2020/099249
Other languages
English (en)
French (fr)
Inventor
闭君能
Original Assignee
平安科技(深圳)有限公司
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 平安科技(深圳)有限公司 filed Critical 平安科技(深圳)有限公司
Publication of WO2021012904A1 publication Critical patent/WO2021012904A1/zh

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/22Indexing; Data structures therefor; Storage structures
    • G06F16/2228Indexing structures
    • G06F16/2246Trees, e.g. B+trees
    • 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
    • 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

Definitions

  • This application belongs to the field of big data, and in particular relates to a data update method and related equipment.
  • users can update the data of any document through the document management platform, and the data update may include deletion, addition, and modification of the document data.
  • the inventor found that within a period of time, users can update any document multiple times according to their own needs, and each update will use the current document data to update the previous historical document data.
  • it is necessary to compare all historical document data of the last update of the document with the current document data to obtain the updated content.
  • the document data that has not been updated is also compared. This method leads to the performance consumption of comparing the historical document data of the documents and the unnecessary data, and the update efficiency is low.
  • the embodiments of the present application provide a data update method and related equipment to solve the problem of low efficiency of the existing historical document data update.
  • the first aspect of the embodiments of the present application provides a data update method, which is applied to a server, and the method includes: when receiving user processing result information for a target processing item under a target document, based on the processing result information
  • the included document identifier obtains the pre-stored historical document data of the target document, and determines at least one corresponding to the target processing item from the correspondence between the pre-configured processing item and each storage node in the tree storage structure
  • the first storage node extracts the processing data corresponding to each first storage node from the processing result information based on the node identification of each first storage node, and determines from the historical document data that each first storage node corresponds to each
  • the historical document sub-data of each first storage node is compared with the respective corresponding historical document sub-data to determine the target storage node from the at least one first storage node, the target storage node
  • the corresponding processing data is different from the corresponding historical document sub-data, and the historical document sub-data under the target storage node in the tree
  • a second aspect of the embodiments of the present application provides a data update device, which includes a module for executing the method of the first aspect.
  • a third aspect of the embodiments of the present application provides a server, the server includes a processor, a network interface, and a memory, the processor, the network interface, and the memory are connected to each other, wherein the network interface is controlled by the processor Used to send and receive messages, the memory is used to store a computer program that supports the server to execute the above method, the computer program includes program instructions, and the processor is configured to call the program instructions to execute the method of the above first aspect.
  • the fourth aspect of the embodiments of the present application provides a computer-readable storage medium, the computer-readable storage medium stores a computer program, the computer-readable storage medium stores a computer program, and the computer program includes program instructions, The program instructions, when executed by the processor, cause the processor to perform the method of the first aspect described above.
  • the efficiency of updating historical document data is improved.
  • FIG. 1 is a schematic flowchart of a data update method provided by an embodiment of the present application.
  • FIG. 2 is a schematic flowchart of another data update method provided by an embodiment of the present application.
  • Fig. 3a is a schematic diagram of a tree storage structure of a target document provided by an embodiment of the present application.
  • Fig. 3b is a schematic diagram of another tree-like storage structure of target documents provided by an embodiment of the present application.
  • Fig. 3c is a schematic diagram of another tree storage structure of a target document provided by an embodiment of the present application.
  • Fig. 4 is a schematic block diagram of a data update device provided by an embodiment of the present application.
  • Fig. 5 is a schematic block diagram of a server provided by an embodiment of the present application.
  • the technical solution of the present application can be applied to the field of big data technology, and can be based on data analysis of the user's processing result information for the target processing item under the target document, so as to realize the rapid update of historical document data.
  • a data update method proposed in this application can be applied to a server corresponding to a document management platform, which is used to provide related services of document management.
  • the document has different meanings.
  • the document in the insurance field, the document can refer to an insurance policy; in other fields (such as the financial field, real estate, etc.), the document can refer to a signed agreement or contract, etc.
  • each document records a large amount of document information (such as the insured information corresponding to the insurance policy, the insurance target, the information of both parties to the contract, the contract target information, etc.).
  • FIG. 1 is a schematic flowchart of a data update method provided by an embodiment of the present application. The method is applied to a server and can be executed by the server, as detailed below.
  • the server applied in this application may be a server corresponding to the document management platform, and the user can process the target document through the document management platform, thereby realizing the management of the document.
  • the document management platform when the document management platform detects a user's application for processing a target document, it can display multiple preset processing categories, and determine the target category from the multiple preset processing categories based on the user's selection. After the target category is displayed, at least one processing item corresponding to the target category can be displayed. Further, the user can determine a target processing item from the displayed at least one processing item based on his own needs, so as to update the document data of the target document under the target processing item, and submit a completion instruction when the data processing is completed.
  • the document management platform when the document management platform detects the user's completion instruction, it can generate the user's processing result information for the target processing item under the target document, and send the processing result information to the server.
  • the processing result information represents the user's processing of the document data under the target processing item for the target document.
  • the foregoing preset processing categories may include: personal auto insurance, personal property insurance, personal accident insurance, group wealth, and group intentions.
  • the processing items corresponding to personal auto insurance surrender recovery, retroactive surrender, new car registration, modification of dispute resolution method, cancellation, vehicle information, dispute resolution method, insurance expiration date, insured, driving license owner, modification of special agreement, driving Person, beneficiary, surrender, suspension and resumption of driving, insurance transfer rate factor, insured, special agreement, vehicle and vessel tax, driving area.
  • the document management platform pre-establishes the corresponding relationship between the preset processing category and the processing item.
  • the user may be shown at least one processing item corresponding to the target category based on the corresponding relationship. .
  • the processing items corresponding to each property insurance modify the insured, modify the subject of insurance, retroactively surrender, modify the insurance expiration date, modify the insurance plan, reduce the insured and subject, modify the insured , Add the insured and the subject, modify the text information, modify the related information of automatic renewal.
  • Processing items corresponding to individual insurance reduce the insured, modify the insured or beneficiary, modify the insured, replace the insured, add new plans, cancel the contract, modify the automatic renewal related information, process the subject information, Add people to the original plan, modify the insurance plan, and modify the insurance expiration date.
  • the tree-like storage structure corresponding to the server stores the historical document data corresponding to each insurance policy and the document identification corresponding to each insurance policy.
  • the user's processing result information for the target processing item under the target document is received, it can be based on
  • the document identifier included in the processing result information obtains the historical document data of the target document stored in association with the document identifier from the tree storage structure.
  • the corresponding relationship between the processing item and each storage node in the tree storage structure can be configured according to whether the processing content corresponding to the processing item is associated with the storage content corresponding to the storage node.
  • the storage content corresponding to storage node 1 is the applicant’s name
  • the storage content corresponding to storage node 2 is the applicant’s ID number
  • the storage content corresponding to storage node 3 is the applicant’s contact
  • the storage node 1, storage node 2, and storage node 3 are all associated with the processing content corresponding to the processing item "modify the policyholder”
  • the storage node 1, storage node 2, and storage Correspondence between node 3 and the processing item "modify applicant”. That is, if the target processing item is “modify the applicant”, then at least one first storage node corresponding to the target processing item includes: storage node 1, storage node 2, and storage node 3.
  • the tree storage structure corresponding to the target document may include at least one storage node, each storage node stores the historical document sub-information corresponding to the target document, and the historical document sub-information under each storage node corresponds to The node identifier of the storage node, and the processing result information includes at least one processing data.
  • the server may obtain the historical document sub-information stored in each first storage node based on the node identifier of each first storage node.
  • the server may extract processing data corresponding to each first storage node from the processing result information based on the node identification of each first storage node.
  • the first storage node includes storage node 1, storage node 2, and storage node 3.
  • the node identifier corresponding to storage node 1 is the name of the applicant
  • the node identifier corresponding to storage node 2 is the applicant’s ID number
  • the storage node 3 The corresponding node identifier is the contact information of the applicant.
  • the server can extract the data corresponding to the applicant’s name 1 and the data corresponding to the applicant’s ID number from the above processing result information based on the node identifiers corresponding to each of the storage node 1, storage node 2 and storage node 3.
  • Data 3 corresponding to the contact information of the applicant (that is, the processing data corresponding to each first storage node).
  • the server may compare the respective processing data corresponding to each first storage node with the respective historical document sub-data.
  • the second A storage node is determined as the target storage node until all the first storage nodes are compared, so as to determine the target storage node from the at least one first storage node.
  • the processing data under the target storage node can update the historical document sub-information under the target storage node in the tree storage structure, thereby realizing the user's current processing update for the target document.
  • the server when the server receives the user's processing result information for the target processing item under the target document, it can obtain the pre-stored historical document data of the target document, as well as from the pre-configured processing items and tree storage structure. In the correspondence between storage nodes, at least one first storage node corresponding to the target processing item is determined. Further, the server may extract the respective processing data corresponding to each first storage node from the processing result information based on the node identification of each first storage node, and determine from the historical receipt data the respective historical receipt sub-file corresponding to each first storage node.
  • the processing data corresponding to each first storage node is compared with the respective historical document sub-data to determine the target storage node from at least one first storage node, and the tree is updated according to the processing data corresponding to the target storage node
  • the historical document sub-data under the target storage node in the state storage structure In this way, the historical document data can be updated, and the efficiency of updating the historical document data can be improved.
  • Figure 2 is a schematic flowchart of another data update method provided by an embodiment of the present application. The method is applied to a server and can be executed by the server. As shown in the figure, the data update method may include:
  • the processing result information includes processing data for the target document
  • the server obtains the pre-stored historical document data of the target document based on the document identifier included in the processing result information, when the user receives the target document processing data for the target document.
  • the processing result information of the item it can be detected whether the processing data matches the preset format corresponding to the target processing item. If it is detected that the processing data matches the preset format, the execution is triggered to obtain the pre-stored based on the document identifier included in the processing result information. The step of the historical document data of the target document.
  • a prompt message is output, and the prompt information is used to prompt the user to input the processed data in the preset format.
  • the target document is the policy P and the target processing item is the policy holder item.
  • the user processes the document number of a certain policy holder, it is detected that the number of document numbers entered by the user is incorrect based on the user's processing result information for the policy holder item, or It can be determined that the certificate number filled in by the user does not conform to the preset format corresponding to the target processing item if it is the same as the certificate number of other applicants.
  • the processing result information includes processing data for the target document
  • the server obtains the pre-stored historical document data of the target document based on the document identifier included in the processing result information, when the user receives the target document processing data for the target document.
  • the user can determine the content that is missing in the current processing, and prompt the user to input the missing content.
  • the server may pre-establish the correspondence between the processing item and the processing content.
  • the processing content corresponding to the modification of the applicant may include modifying the applicant's name, gender, certificate number, and so on.
  • the target processing item is to increase the insured person A
  • it is detected that the user has only processed the name of the insured person A in the processing process, and the ID number and gender of the insured person A are not filled in the user can be prompted to increase the number of the In the case of insurer A, the certificate number and gender of insured A must also be filled in.
  • step 203 Extract the processing data corresponding to each first storage node from the processing result information based on the node identifier of each first storage node, and determine the historical document sub-data corresponding to each first storage node from the historical document data.
  • step 201 to step 203 reference may be made to the related description of step 101 to step 103 in the foregoing embodiment, which will not be repeated here.
  • the server may determine the level of each first storage node in the tree-like storage structure, and compare the processing data corresponding to each first storage node with the corresponding historical documents according to the order from high to low. Data. When the processed data under any first storage node is different from the historical document sub-data, the first storage node is determined as the target storage node.
  • the target option for processing is: modify responsibility a
  • the content of this processing is: increase the insurance amount of responsibility a to 2000.
  • the specific processing process can be seen in Figure 3a to Figure 3b, where the storage structure of the original document data before the current processing of the target document is shown in Figure 3a, and the processing result information indicates that the amount under responsibility a is 2000.
  • the server can determine responsibility a as the first storage node.
  • the amount under the first storage node in Figure 3a is 1000, and the processing data corresponding to "responsibility a" in the processing result information represents the amount under responsibility a as 2000, after comparison, it can be determined that the data under the first storage node "responsibility a" has changed, then the "responsibility a" can be determined as the target storage node, and the amount 1000 under the target storage node is updated to 1000.
  • the updated result can be seen in Figure 3b.
  • 206 Detect whether there is an upper-level storage node in the target storage node in the above-mentioned tree-like storage structure. If it is detected that the target storage node has an upper-level storage node, compare the historical documents corresponding to the upper-level storage node based on the updated document sub-data under the target storage node The sub-data is updated.
  • step 205 to update the historical document sub-data under the target storage node in the tree storage structure according to the processing data corresponding to the target storage node to obtain the document corresponding to the target document
  • the information is shown in Figure 3b.
  • the server can further detect that the target storage node "responsibility a" has the upper-level storage node "Article 1" and "Scheme 1", and then perform the historical document sub-data corresponding to the upper-level storage node based on the updated bill sub-data under the target storage node.
  • Update, the obtained document information corresponding to the target document is shown in Figure 3c, and the amounts corresponding to the upper storage nodes "Article 1" and “Scheme 1" are both revised to 2000.
  • the server may also generate an update record in the leaf node corresponding to the target storage node.
  • the update record includes the historical document sub-data before the update under the target storage node, and the document sub-data after the historical document sub-data is updated.
  • the server before the server obtains the pre-stored historical document data of the target document based on the document identifier included in the processing result information, if the target processing item is detected as a preset amount processing item, the processing result information is analyzed to obtain the target processing The processing amount of the item, and determine whether the processing amount is greater than the preset amount corresponding to the target processing item, and if the processing amount is greater than the preset amount corresponding to the target processing item, the user is authenticated. Further, when the server passes the identity verification of the user, the execution of the step of obtaining the pre-stored historical document data of the target document based on the document identifier included in the processing result information may be triggered.
  • the server before the server obtains the pre-stored historical document data of the target document based on the document identifier included in the processing result information, when receiving the user's processing result information for the target processing item under the target document, it may also use a preset
  • the verification method performs identity verification on the user corresponding to the acquisition request, and the preset verification method includes biometric information verification and/or password verification. If it is detected that the user's identity verification is passed, the step of obtaining the pre-stored historical document data of the target document based on the document identifier included in the processing result information is triggered.
  • the server may collect the user's biometric information, and compare the biometric information with pre-stored biometric sample information of the user. If the biometric information matches the biological sample information, it is determined that the user’s identity verification is passed.
  • the biometric information may include fingerprint information, face information, iris information, and so on.
  • the collection of the biometric information can be completed by an electronic device that establishes a communication connection with the server. After the collection is completed, the electronic device sends the collected biometric information to the server.
  • the electronic device may be a fingerprint collector for collecting fingerprint information of users; it may also be a camera device for collecting facial information or iris information of users; it may also be configured with fingerprint collecting Device and/or camera device.
  • the server may collect the biological sample information of the user in advance, and store the collected biological sample characteristic information and the user identification information in a database in association with each other.
  • the server may output prompt information, which is used to prompt the user to input biometric information.
  • the server may collect the biometric information input by the user through the electronic device that establishes the communication connection, and obtain the biological sample information corresponding to the identification information from the database based on the identification information of the user carried in the processing result information, and then the biometric information
  • the characteristic information is compared with the pre-stored biological sample information of the user, and if the comparison shows that the biological characteristic information input by the user matches the biological sample information, it is determined that the user's identity verification is passed.
  • the server may collect the password information currently entered by the user, and compare the password information with pre-stored user password sample information. If the password information matches the password sample information, it is determined that the user's identity verification is passed.
  • the server may extract the processing data corresponding to each first storage node from the processing result information based on the node identification of each first storage node, and determine the corresponding processing data of each first storage node from the historical document data.
  • Historical document sub-data the processing data corresponding to each first storage node is compared with the corresponding historical document sub-data to determine the target storage node from at least one first storage node, and then according to the processing corresponding to the target storage node
  • the data updates the historical document sub-data under the target storage node in the tree storage structure.
  • the server may also update the historical document sub-data corresponding to the upper-level storage node based on the updated document sub-data under the target storage node. In this way, the historical document data can be updated, and the efficiency of updating the historical document data can be improved.
  • the embodiment of the application also provides a data update device.
  • the device includes a module for executing the method described in FIG. 1 or FIG. 2, and is configured on a server.
  • FIG. 4 is a schematic block diagram of a data update apparatus provided in an embodiment of the present application.
  • the data update device of this embodiment includes:
  • the communication module 40 is configured to receive user processing result information for the target processing item under the target document;
  • the processing module 41 is configured to obtain the pre-stored historical document of the target document based on the document identifier included in the processing result information when the communication module 40 receives the processing result information of the user for the target processing item under the target document Data, the storage structure corresponding to the historical receipt data is a tree storage structure, and the historical receipt data is stored in each storage node of the tree storage structure;
  • the processing module 41 is further configured to determine at least one first storage node corresponding to the target processing item from the correspondence between a pre-configured processing item and each storage node in the tree storage structure;
  • the processing module 41 is further configured to extract the processing data corresponding to each first storage node from the processing result information based on the node identification of each first storage node, and determine each first storage node from the historical document data.
  • the processing module 41 is further configured to compare the processing data corresponding to each first storage node with the corresponding historical document sub-data to determine the target storage node from the at least one first storage node.
  • the processing data corresponding to the target storage node is different from the corresponding historical document sub-data;
  • the processing module 41 is further configured to update the historical document sub-data under the target storage node in the tree storage structure according to the processing data corresponding to the target storage node.
  • the processing result information includes processing data for the target document
  • the processing module 41 is further configured to detect the processing result information of the user for the target processing item under the target document. Whether the processed data matches the preset format corresponding to the target processing item; if it is detected that the processed data matches the preset format, trigger the execution of the pre-stored acquisition based on the document identifier included in the processing result information If it is detected that the processed data does not match the preset format, output prompt information, the prompt information is used to prompt the user to enter the preset format Data processing.
  • the processing result information includes processing data for the target document
  • the processing module 41 is further configured to, when receiving the user processing result information for the target processing item under the target document, start from the pre-established In the correspondence between each processing item and each preprocessing content, the target preprocessing content corresponding to the target processing item is determined; if it is detected that the processing data includes the target preprocessing content, the The document identifier included in the processing result information obtains pre-stored historical document data of the target document.
  • the processing module 41 is specifically configured to determine the level of each first storage node in the tree-like storage structure, and compare the respective corresponding ones of each first storage node according to the order from high to low.
  • the processing module 41 is further configured to detect whether the target storage node has an upper-level storage node in the tree storage structure; if it is detected that the target storage node has an upper-level storage node, it is based on The updated bill sub-data under the target storage node updates the historical bill sub-data corresponding to the upper-level storage node.
  • the processing module 41 is further configured to generate an update record in the leaf node corresponding to the target storage node, the update record includes the historical document subdata before the update under the target storage node, and The document sub-data after updating the historical document sub-data.
  • the processing module 41 is further configured to, if it is detected that the target processing item is a preset amount processing item, analyze the processing result information to obtain the processing amount for the target processing item; Whether the processing amount is greater than the preset amount corresponding to the target processing item, and if the processing amount is greater than the preset amount corresponding to the target processing item, the user is authenticated; when the user’s identity is verified When passed, trigger execution of the step of obtaining pre-stored historical document data of the target document based on the document identifier included in the processing result information.
  • FIG. 5 is a schematic block diagram of a server provided by an embodiment of the present application.
  • the server includes a processor 501, a memory 502 and a network interface 503.
  • the above-mentioned processor 501, memory 502, and network interface 503 may be connected through a bus or other methods.
  • the connection through a bus is taken as an example.
  • the network interface 503 is controlled by the processor to send and receive messages
  • the memory 502 is used to store a computer program
  • the computer program includes program instructions
  • the processor 501 is used to execute the program instructions stored in the memory 502.
  • the processor 501 is configured to call the program instructions to execute: when receiving the user's processing result information for the target processing item under the target document through the network interface 503, obtain advance information based on the document identifier included in the processing result information.
  • the stored historical document data of the target document, the storage structure corresponding to the historical document data is a tree storage structure, and the historical document data is stored in each storage node of the tree storage structure; from the pre-configured processing In the correspondence between items and each storage node in the tree-like storage structure, at least one first storage node corresponding to the target processing item is determined; extracting from the processing result information based on the node identifier of each first storage node
  • the processing data corresponding to each first storage node, and the historical document sub-data corresponding to each first storage node is determined from the historical document data; the processing data corresponding to each first storage node and the corresponding history The document sub-data is compared to determine the target storage node from the at least one first storage node, and the processing data corresponding to the target
  • the processing result information includes processing data for the target document
  • the processor 501 is further configured to detect that the processing result information of the user for the target processing item under the target document is received. Whether the processed data matches the preset format corresponding to the target processing item; if it is detected that the processed data matches the preset format, trigger the execution of the pre-stored acquisition based on the document identifier included in the processing result information If it is detected that the processed data does not match the preset format, output prompt information, the prompt information is used to prompt the user to enter the preset format Data processing.
  • the processing result information includes processing data for the target document
  • the processor 501 is further configured to, when receiving the user processing result information for the target processing item under the target document, start from the pre-established In the correspondence between each processing item and each preprocessing content, the target preprocessing content corresponding to the target processing item is determined; if it is detected that the processing data includes the target preprocessing content, the The document identifier included in the processing result information obtains pre-stored historical document data of the target document.
  • the processor 501 is specifically configured to determine the level of each first storage node in the tree-like storage structure, and compare the respective corresponding to each first storage node according to the order of hierarchy. The processed data and their respective corresponding historical document sub-data; when the processed data under any first storage node is different from the historical document sub-data, the first storage node is determined as the target storage node.
  • the processor 501 is further configured to detect whether the target storage node has an upper-level storage node in the tree storage structure; if it is detected that the target storage node has an upper-level storage node, then The updated bill sub-data under the target storage node updates the historical bill sub-data corresponding to the upper-level storage node.
  • the processor 501 is further configured to generate an update record in the leaf node corresponding to the target storage node, the update record including the historical document sub-data under the target storage node before being updated, and The document sub-data after updating the historical document sub-data.
  • the processor 501 is further configured to, if it is detected that the target processing item is a preset amount processing item, analyze the processing result information to obtain the processing amount for the target processing item; Whether the processing amount is greater than the preset amount corresponding to the target processing item, and if the processing amount is greater than the preset amount corresponding to the target processing item, the user is authenticated; when the user’s identity is verified When passed, trigger execution of the step of obtaining pre-stored historical document data of the target document based on the document identifier included in the processing result information.
  • the so-called processor 501 may be a central processing unit (Central Processing Unit, CPU), and the processor 501 may also be other general-purpose processors or digital signal processors (Digital Signal Processors). Processor, DSP), Application Specific Integrated Circuit (Application Specific Integrated Circuit, ASIC), ready-made programmable gate array (Field-Programmable Gate Array, FPGA) or other programmable logic devices, discrete gates or transistor logic devices, discrete hardware components, etc.
  • the general-purpose processor may be a microprocessor or the processor may also be any conventional processor or the like.
  • the memory 502 may include a read-only memory and a random access memory, and provides instructions and data to the processor 501.
  • a part of the memory 502 may also include a non-volatile random access memory.
  • the memory 502 may also store device type information.
  • the processor 501, the memory 502, and the network interface 503 described in the embodiment of this application can perform the implementation described in the method embodiment described in FIG. 1 or FIG.
  • the implementation of the data update device described in the embodiment of the present application will not be repeated here.
  • a computer-readable storage medium In another embodiment of the present application, a computer-readable storage medium is provided.
  • the computer-readable storage medium may be non-volatile or volatile.
  • the computer-readable storage medium stores a computer program, and the computer program includes program instructions.
  • the program instructions are implemented when executed by a processor:
  • the document identifier included in the processing result information obtains pre-stored historical document data of the target document, the storage structure corresponding to the historical document data is a tree storage structure, and the historical document data is stored in the tree storage structure In each of the storage nodes; determine at least one first storage node corresponding to the target processing item from the correspondence between a pre-configured processing item and each storage node in the tree storage structure; Extract the respective processing data corresponding to each first storage node from the processing result information, and determine the historical document sub-data corresponding to each first storage node from the historical document data; store each first storage node The processing data corresponding to each node is compared with the corresponding historical document sub-data to determine the target storage
  • the computer-readable storage medium may be the internal storage unit of the server described in any of the foregoing embodiments, such as the hard disk or memory of the server.
  • the computer-readable storage medium may also be an external storage device of the server, such as a plug-in hard disk equipped on the server, a smart memory card (Smart Media Card, SMC), or a Secure Digital (SD) card. , Flash Card, etc.
  • the computer-readable storage medium may also include both an internal storage unit of the server and an external storage device.
  • the computer-readable storage medium is used to store the computer program and other programs and data required by the server.
  • the computer-readable storage medium can also be used to temporarily store data that has been output or will be output.
  • the program can be stored in a computer readable storage medium. During execution, it may include the procedures of the above-mentioned method embodiments.
  • the storage medium may be a magnetic disk, an optical disc, a read-only memory (Read-Only Memory, ROM), or a random access memory (Random Access Memory, RAM), etc.

Abstract

一种数据更新方法及相关设备,涉及数据处理,应用于数据处理技术领域,所述方法包括:服务器从预先配置的处理项与树状存储结构中各个存储节点的对应关系中,确定出目标处理项对应的至少一个第一存储节点;将各个第一存储节点各自对应的处理数据与各自对应的历史单据子数据进行对比,以从至少一个第一存储节点中确定出目标存储节点,进而根据目标存储节点对应的处理数据更新树状存储结构中目标存储节点下的历史单据子数据。采用这样的方式,可以实现对历史单据数据的更新,提高更新历史单据数据的效率。

Description

一种数据更新方法及相关设备
本申请要求于2019年7月23日提交中国专利局、申请号为201910669258.3、申请名称为“一种数据更新方法及相关设备”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。
技术领域
本申请属于大数据领域,尤其涉及一种数据更新方法及相关设备。
背景技术
目前,用户可以通过单据管理平台实现对任一单据的数据更新,该数据更新可以包括对单据数据的删除、增加以及修改。然而,发明人发现,在一段时间内,用户可以结合自身需求对任一单据进行多次更新,每一次的更新均会使用当前次的单据数据去更新上一次的历史单据数据。在更新的过程中,需要对单据上一次更新的所有历史单据数据与当次的单据数据进行比对,以获取更新内容。未发生更新的单据数据也进行会进行比对,这样的方式,导致了多获取了单据的历史单据数据和不必要数据对比的性能消耗,更新效率低下。
技术问题
有鉴于此,本申请实施例提供了一种数据更新方法及相关设备,以解决现有的历史单据数据更新效率较低的问题。
技术解决方案
本申请实施例的第一方面提供了一种数据更新方法,该方法应用于服务器,该方法包括:当接收到用户针对目标单据下目标处理项的处理结果信息时,基于所述处理结果信息中包括的单据标识获取预先存储的所述目标单据的历史单据数据,从预先配置的处理项与所述树状存储结构中各个存储节点的对应关系中,确定出所述目标处理项对应的至少一个第一存储节点,基于各个第一存储节点的节点标识从所述处理结果信息中提取各个第一存储节点各自对应的处理数据,并从所述历史单据数据中确定出各个第一存储节点各自对应的历史单据子数据,将各个第一存储节点各自对应的处理数据与各自对应的历史单据子数据进行对比,以从所述至少一个第一存储节点中确定出目标存储节点,所述目标存储节点对应的处理数据与对应的历史单据子数据不同,根据所述目标存储节点对应的处理数据更新所述树状存储结构中所述目标存储节点下的历史单据子数据。
本申请实施例的第二方面提供了一种数据更新装置,该数据更新装置包括用于执行上述第一方面的方法的模块。
本申请实施例的第三方面提供了一种服务器,该服务器包括处理器、网络接口和存储器,所述处理器、网络接口和存储器相互连接,其中,所述网络接口受所述处理器的控制用于收发消息,所述存储器用于存储支持服务器执行上述方法的计算机程序,所述计算机程序包括程序指令,所述处理器被配置用于调用所述程序指令,执行上述第一方面的方法。
本申请实施例的第四方面提供了一种计算机可读存储介质,所述计算机可读存储介质存储有计算机程序,所述计算机可读存储介质存储有计算机程序,所述计算机程序包括程序指令,所述程序指令当被处理器执行时使所述处理器执行上述第一方面的方法。
有益效果
本申请实施例中,提高了更新历史单据数据的效率。
附图说明
图1是本申请实施例提供的一种数据更新方法的流程示意图。
图2是本申请实施例提供的另一种数据更新方法的流程示意图。
图3a是本申请实施例提供的一种目标单据的树状存储结构示意图。
图3b是本申请实施例提供的另一种目标单据的树状存储结构示意图。
图3c是本申请实施例提供的又一种目标单据的树状存储结构示意图。
图4是本申请实施例提供的一种数据更新装置的示意性框图。
图5是本申请实施例提供的一种服务器的示意性框图。
本发明的实施方式
以下描述中,为了说明而不是为了限定,提出了诸如特定系统结构、技术之类的具体细节,以便理解本申请实施例。
应当理解,此处所描述的具体实施例仅用以解释本申请,并不用于限定本申请。
本申请的技术方案可应用于大数据技术领域,可基于对用户针对目标单据下目标处理项的处理结果信息进行数据分析,实现历史单据数据的快速更新。
本申请提出的一种数据更新方法可以应用于单据管理平台对应的服务器,该单据管理平台用于提供单据管理的相关服务。在不同的业务场景,该单据具有不同的含义。例如,在保险领域,该单据可以指保单;在其他领域(如金融领域、房产领域等等),该单据可以指签订的协议或者合同等等。其中,每一个单据记录了大量的单据信息(如保单对应的被保人信息、保险标的、合同签订双方的信息、合同标的信息等等)。
参见图1,图1是本申请实施例提供的一种数据更新方法的流程示意图,该方法应用于服务器,可由服务器执行,详述如下。
101:当接收到用户针对目标单据下目标处理项的处理结果信息时,基于处理结果信息中包括的单据标识获取预先存储的目标单据的历史单据数据,该历史单据数据对应的存储结构为树状存储结构,该历史单据数据存储于树状存储结构的各个存储节点中。
在一个实施例中,本申请应用的服务器可以为单据管理平台对应的服务器,用户可以通过单据管理平台对目标单据进行处理,从而实现对单据的管理。在一个实施例中,当单据管理平台检测到用户针对目标单据的处理申请时,可以展示多个预设处理类别,并基于用户的选择从多个预设处理类别中确定出目标类别,当确定出目标类别后,可以展示目标类别对应的至少一个处理项。进一步地,用户可以基于自身的需要从展示的该至少一个处理项中确定出目标处理项,以实现对目标单据在目标处理项下单据数据的更新,并在数据处理完成时,提交完成指令。这种情况下,当单据管理平台检测到用户的该完成指令时,可以生成用户针对目标单据下目标处理项的处理结果信息,并将该处理结果信息发送至服务器。其中,该处理结果信息表征了用户针对目标单据在目标处理项下单据数据的处理。
示例性地,以保险领域为例,上述预设处理类别可以包括:个人车险、个人财险、个人意外险、团财和团意。其中,个人车险对应的处理项:退保恢复、追溯退保、新车上牌、修改争议解决方式、注销、车辆信息、争议解决方式、保险止期、投保人、行驶证车主、修改特别约定、驾驶人、受益人、退保、停复驶、险别过户费率因子、被保险人、特别约定、车船税、行驶区域。
在一个实施例中,单据管理平台预先建立有预设处理类别与处理项的对应关系,当确定出用户选择的目标类别后,可以基于该对应关系,向用户展示目标类别对应的至少一个处理项。
示例性地,以保险领域为例,个财险对应的处理项:修改投保人、修改保险标的、追溯退保、修改保险止期、修改保险方案、减少被保险人和标的、修改被保险人、增加被保险人和标的、修改文本信息、修改自动续保相关信息。
个意险对应的处理项:减少被保险人、修改被保险人或受益人、修改投保人、更换被保险人、新增方案加人、契撤、修改自动续保相关信息、处理标的信息、原方案加人、修改保险方案、修改保险止期。
在一个实施例中,服务器对应的树状存储结构中存储有各个保单对应的历史单据数据以及各个保单对应的单据标识,当接收到用户针对目标单据下目标处理项的处理结果信息时,可以基于该处理结果信息中包括的单据标识从树状存储结构中获取预先与该单据标识关联存储的目标单据的历史单据数据。
102:从预先配置的处理项与树状存储结构中各个存储节点的对应关系中,确定出目标处理项对应的至少一个第一存储节点。
在一个实施例中,可以依据处理项对应的处理内容和存储节点对应的存储内容是否关联,来配置处理项与树状存储结构中各个存储节点的对应关系。示例性地,假设处理项为修改投保人,存储节点1对应的存储内容为投保人姓名,存储节点2对应的存储内容为投保人身份证号,存储节点3对应的存储内容为投保人的联系方式,这种情况下,由于存储节点1、存储节点2以及存储节点3对应的存储内容均与处理项“修改投保人”对应的处理内容关联,则可以建立存储节点1、存储节点2、存储节点3与处理项“修改投保人”的对应关系。也即,若目标处理项为“修改投保人”,那么该目标处理项对应的至少一个第一存储节点包括:存储节点1、存储节点2以及存储节点3。
103:基于各个第一存储节点的节点标识从处理结果信息中提取各个第一存储节点各自对应的处理数据,并从历史单据数据中确定出各个第一存储节点各自对应的历史单据子数据。
在一个实施例中,目标单据对应的树状存储结构可以包括至少一个存储节点,每一个存储节点存储有该目标单据对应的历史单据子信息,每一个存储节点下的历史单据子信息均对应有该存储节点的节点标识,处理结果信息中包括至少一个处理数据。在一个实施例中,服务器可以基于各个第一存储节点的节点标识,获取存储于各个第一存储节点下的历史单据子信息。
在一个实施例中,服务器可以基于各个第一存储节点的节点标识从处理结果信息中提取各个第一存储节点各自对应的处理数据。示例性地,假设第一存储节点包括存储节点1、存储节点2以及存储节点3,存储节点1对应的节点标识为投保人姓名,存储节点2对应的节点标识为投保人身份证号,存储节点3对应的节点标识为投保人的联系方式。这种情况下,服务器可以基于存储节点1、存储节点2以及存储节点3各自对应的节点标识,从上述处理结果信息中提取出投保人姓名对应的数据1、投保人身份证号对应的数据2、投保人联系方式对应的数据3(即各个第一存储节点各自对应的处理数据)。
104:将各个第一存储节点各自对应的处理数据与各自对应的历史单据子数据进行对比,以从至少一个第一存储节点中确定出目标存储节点,该目标存储节点对应的处理数据与对应的历史单据子数据不同。
105:根据目标存储节点对应的处理数据更新树状存储结构中目标存储节点下的历史单据子数据。
在一个实施例中,服务器可以对比各个第一存储节点各自对应的处理数据与各自对应的历史单据子数据,当任一第一存储节点下的处理数据与历史单据子数据不同,则将该第一存储节点确定为目标存储节点,直至将所有的第一存储节点对比完毕,以实现从至少一个第一存储节点中确定出目标存储节点。进一步地,当服务器确定出目标存储节点后,可以目标存储节点下的处理数据更新树状存储结构中该目标存储节点下的历史单据子信息,从而实现用户本次针对目标单据进行处理的更新。
可以看出,采用这样的方式,一方面无需获取目标单据的所有历史单据信息,只需获取历史单据信息中各个第一存储节点下的历史单据子数据,而无需获取所有存储节点下的数据;另一方面,在进行数据对比时,也只需对比第一存储节点下的处理数据和第一存储节点下的历史单据子数据,而无需对比所有节点下的数据。采用这样的方式,减少了多获取目标单据的历史单据数据和不必要数据对比的性能消耗,有利于提高针对目标单据的更新效率。
本申请实施例中,当服务器接收到用户针对目标单据下目标处理项的处理结果信息时,可以获取预先存储的目标单据的历史单据数据,以及从预先配置的处理项与树状存储结构中各个存储节点的对应关系中,确定出目标处理项对应的至少一个第一存储节点,。进一步地,服务器可以基于各个第一存储节点的节点标识从处理结果信息中提取各个第一存储节点各自对应的处理数据,并从历史单据数据中确定出各个第一存储节点各自对应的历史单据子数据,将各个第一存储节点各自对应的处理数据与各自对应的历史单据子数据进行对比,以从至少一个第一存储节点中确定出目标存储节点,进而根据目标存储节点对应的处理数据更新树状存储结构中目标存储节点下的历史单据子数据。采用这样的方式,可以实现对历史单据数据的更新,提高更新历史单据数据的效率。
参见图2,图2是本申请实施例提供的另一种数据更新方法的流程示意图,该方法应用于服务器,可由服务器执行,如图所示,该数据更新方法可包括:
201:当接收到用户针对目标单据下目标处理项的处理结果信息时,基于处理结果信息中包括的单据标识获取预先存储的目标单据的历史单据数据,该历史单据数据对应的存储结构为树状存储结构,该历史单据数据存储于树状存储结构的各个存储节点中。
在一个实施例中,上述处理结果信息包括针对目标单据的处理数据,服务器基于处理结果信息中包括的单据标识获取预先存储的目标单据的历史单据数据之前,当接收到用户针对目标单据下目标处理项的处理结果信息时,可以检测处理数据是否与目标处理项对应的预设格式匹配,若检测到处理数据与预设格式匹配,则触发执行基于处理结果信息中包括的单据标识获取预先存储的目标单据的历史单据数据的步骤。
或者,若检测到处理数据与预设格式不匹配,则输出提示信息,该提示信息用于提示用户输入预设格式的处理数据。例如,目标单据为保单P,目标处理项为投保人项,用户处理某一投保人的证件号码后,基于用户针对投保人项的处理结果信息检测到该用户输入的证件号码的数量不对,或者与其他投保人的证件号码相同,均可以确定该用户填写的证件号码不符合目标处理项对应的预设格式。
在一个实施例中,上述处理结果信息包括针对目标单据的处理数据,服务器基于处理结果信息中包括的单据标识获取预先存储的目标单据的历史单据数据之前,当接收到用户针对目标单据下目标处理项的处理结果信息时,还可以从预先建立的各个处理项与各个预处理内容的对应关系中,确定出目标处理项对应的目标预处理内容,若检测到处理数据包括目标预处理内容,则触发执行基于处理结果信息中包括的单据标识获取预先存储的目标单据的历史单据数据。
若检测到处理数据中未包括目标预处理内容,则可以确定用户本次处理所缺失的内容,并提示用户输入该缺失的内容。
在一个实施例中,服务器可以预先建立处理项与处理内容的对应关系。例如处理项为修改投保人,那么该修改投保人对应的处理内容则可以包括修改投保人的姓名、性别、证件号码等等。这种情况下,当检测用户针对目标单据下目标处理项提交的处理结果信息时,可以检测本次处理的目标处理项对应处理内容是否全部处理,若是,则可以确定用户本次处理完成,继续执行后续的步骤。若否,可以提示用户该目标处理项对应处理内容未全部处理。例如,目标处理项为增加被保险人A,检测到用户在处理过程中仅处理了被保险人A的姓名,未填写被保险人A的证件号码和性别,则可以提示用户本次针对增加被保险人A的处理,还需填写被保险人A的证件号码和性别。
202:从预先配置的处理项与树状存储结构中各个存储节点的对应关系中,确定出目标处理项对应的至少一个第一存储节点。
203:基于各个第一存储节点的节点标识从处理结果信息中提取各个第一存储节点各自对应的处理数据,并从历史单据数据中确定出各个第一存储节点各自对应的历史单据子数据。其中,步骤201~步骤203的具体实施方式,可以参见上述实施例中步骤101~步骤103的相关描述,此处不再赘述。
204:将各个第一存储节点各自对应的处理数据与各自对应的历史单据子数据进行对比,以从至少一个第一存储节点中确定出目标存储节点,该目标存储节点对应的处理数据与对应的历史单据子数据不同。
在一个实施例中,服务器可以确定各个第一存储节点在树状存储结构中的层级,并依据层级由高至低的顺序对比各个第一存储节点各自对应的处理数据与各自对应的历史单据子数据,当任一第一存储节点下的处理数据与历史单据子数据不同,则将第一存储节点确定为目标存储节点。
示例性地,以保险领域为例,假设本次处理的目标单据为单据P,处理的目标选项为:修改责任a,本次处理的内容为:将责任a保额增加为2000。具体的处理过程可以参见图3a~图3b,其中,该目标单据本次处理前的原始单据数据对应的存储结构如图3a所示,该处理结果信息表征了责任a下的金额为2000。这种情况下,服务器可以将责任a确定为第一存储节点,图3a中第一存储节点下的金额为1000,处理结果信息中“责任a”对应的处理数据表征了责任a下的金额为2000,经过对比,可以确定出第一存储节点“责任a”下数据发生变化,则可以将该“责任a”确定为目标存储节点,并将该目标存储节点下的金额1000更新为1000。更新后的结果可以参见图3b所示。
205:根据目标存储节点对应的处理数据更新树状存储结构中目标存储节点下的历史单据子数据。
206:检测在上述树状存储结构中目标存储节点是否存在上级存储节点,若检测到目标存储节点存在上级存储节点,则基于目标存储节点下更新后的单据子数据对上级存储节点对应的历史单据子数据进行更新。
示例性地,依然参见图3a和图3b的示例,假设服务器执行步骤205根据目标存储节点对应的处理数据更新树状存储结构中目标存储节点下的历史单据子数据之后,得到目标单据对应的单据信息如图3b所示。服务器可以进一步,检测出目标存储节点“责任a”存在上级存储节点“条款1”和“方案1”,进而依据目标存储节点下更新后的单据子数据对上级存储节点对应的历史单据子数据进行更新,得到的目标单据对应的单据信息如图3c所示,上级存储节点“条款1”和“方案1”对应的金额均修改为2000。
在一个实施例中,服务器基于目标存储节点下更新后的单据子数据对所述上级存储节点对应的历史单据子数据进行更新之后,还可以在目标存储节点对应的叶子节点中生成更新记录,该更新记录包括目标存储节点下更新前的历史单据子数据,以及对历史单据子数据更新后的单据子数据。
在一个实施例中,服务器基于处理结果信息中包括的单据标识获取预先存储的目标单据的历史单据数据之前,若检测到目标处理项为预设金额处理项,则解析处理结果信息得到针对目标处理项的处理金额,并判断处理金额是否大于目标处理项对应的预设金额,若处理金额大于目标处理项对应的预设金额,则对用户进行身份验证。进一步地,当服务器对用户的身份验证通过时,可以触发执行基于处理结果信息中包括的单据标识获取预先存储的目标单据的历史单据数据的步骤。
在一个实施例中,服务器基于处理结果信息中包括的单据标识获取预先存储的目标单据的历史单据数据之前,当接收到用户针对目标单据下目标处理项的处理结果信息时,还可以采用预设验证方式对获取请求对应用户进行身份验证,该预设验证方式包括生物特征信息验证和/或密码验证。若检测到对用户的身份验证通过,则触发执行基于处理结果信息中包括的单据标识获取预先存储的目标单据的历史单据数据的步骤。
在一个实施例中,当该预设验证方式包括生物特征信息验证时,服务器可以采集用户的生物特征信息,并将该生物特征信息与预先存储的用户的生物样本信息进行对比,若对比得到用户的生物特征信息与生物样本信息匹配,则确定对用户的身份验证通过。其中,该生物特征信息可以包括指纹信息、人脸信息、虹膜信息等等。在一个实施例中,该生物特征信息的采集可以通过与该服务器建立通信连接的电子设备来完成,当采集完成后,再由该电子设备将采集到的生物特征信息发送至服务器。示例性地,该电子设备可以为一种指纹采集器,用于采集用户的指纹信息;也可以为一种摄像装置,用于采集用户的人脸信息或者虹膜信息;还可以为配置有指纹采集器和/或摄像装置的设备。
作为一种可行的实施方式,服务器可以预先采集用户的生物样本信息,并将采集到的生物样本特征信息与用户标识信息关联存储至数据库中。当服务器接收到用户提交的获取请求时,可以输出提示信息,该提示信息用于提示用户输入生物特征信息。进一步,服务器可以通过建立通信连接的电子设备采集用户输入的生物特征信息,并基于处理结果信息中携带的该用户的标识信息从数据库中获取到该标识信息对应的生物样本信息,进而将该生物特征信息与预先存储的用户的生物样本信息进行对比,若对比得到该用户输入的生物特征信息与该生物样本信息匹配,则确定对用户的身份验证通过。
在一个实施例中,当该预设验证方式包括密码信息验证时,服务器可以采集用户当前输入的密码信息,并将该密码信息与预先存储的用户的密码样本信息进行对比,若对比得到用户的密码信息与密码样本信息匹配,则确定对用户的身份验证通过。
本申请实施例中,服务器可以基于各个第一存储节点的节点标识从处理结果信息中提取各个第一存储节点各自对应的处理数据,并从历史单据数据中确定出各个第一存储节点各自对应的历史单据子数据,将各个第一存储节点各自对应的处理数据与各自对应的历史单据子数据进行对比,以从至少一个第一存储节点中确定出目标存储节点,进而根据目标存储节点对应的处理数据更新树状存储结构中目标存储节点下的历史单据子数据。进一步地,服务器还可以基于目标存储节点下更新后的单据子数据对上级存储节点对应的历史单据子数据进行更新。采用这样的方式,可以实现对历史单据数据的更新,提高更新历史单据数据的效率。
本申请实施例还提供了一种数据更新装置。该装置包括用于执行前述图1或者图2所述的方法的模块,配置于服务器。具体地,参见图4,是本申请实施例提供的数据更新装置的示意框图。本实施例的数据更新装置包括:
通信模块40,用于接收用户针对目标单据下目标处理项的处理结果信息;
处理模块41,用于当所述通信模块40接收到用户针对目标单据下目标处理项的处理结果信息时,基于所述处理结果信息中包括的单据标识获取预先存储的所述目标单据的历史单据数据,所述历史单据数据对应的存储结构为树状存储结构,所述历史单据数据存储于所述树状存储结构的各个存储节点中;
所述处理模块41,还用于从预先配置的处理项与所述树状存储结构中各个存储节点的对应关系中,确定出所述目标处理项对应的至少一个第一存储节点;
所述处理模块41,还用于基于各个第一存储节点的节点标识从所述处理结果信息中提取各个第一存储节点各自对应的处理数据,并从所述历史单据数据中确定出各个第一存储节点各自对应的历史单据子数据;
所述处理模块41,还用于将各个第一存储节点各自对应的处理数据与各自对应的历史单据子数据进行对比,以从所述至少一个第一存储节点中确定出目标存储节点,所述目标存储节点对应的处理数据与对应的历史单据子数据不同;
所述处理模块41,还用于根据所述目标存储节点对应的处理数据更新所述树状存储结构中所述目标存储节点下的历史单据子数据。
在一个实施例中,所述处理结果信息包括针对所述目标单据的处理数据,所述处理模块41,还用于当接收到用户针对目标单据下目标处理项的处理结果信息时,检测所述处理数据是否与所述目标处理项对应的预设格式匹配;若检测到所述处理数据与所述预设格式匹配,则触发执行所述基于所述处理结果信息中包括的单据标识获取预先存储的所述目标单据的历史单据数据的步骤;若检测到所述处理数据与所述预设格式不匹配,则输出提示信息,所述提示信息用于提示所述用户输入所述预设格式的处理数据。
在一个实施例中,所述处理结果信息包括针对所述目标单据的处理数据,所述处理模块41,还用于当接收到用户针对目标单据下目标处理项的处理结果信息时,从预先建立的各个处理项与各个预处理内容的对应关系中,确定出所述目标处理项对应的目标预处理内容;若检测到所述处理数据包括所述目标预处理内容,则触发执行所述基于所述处理结果信息中包括的单据标识获取预先存储的所述目标单据的历史单据数据。
在一个实施例中,所述处理模块41,具体用于确定各个第一存储节点在所述树状存储结构中的层级,并依据层级由高至低的顺序对比各个第一存储节点各自对应的处理数据与各自对应的历史单据子数据;当任一第一存储节点下的处理数据与历史单据子数据不同,则将所述第一存储节点确定为目标存储节点。
在一个实施例中,所述处理模块41,还用于检测在所述树状存储结构中所述目标存储节点是否存在上级存储节点;若检测到所述目标存储节点存在上级存储节点,则基于所述目标存储节点下更新后的单据子数据对所述上级存储节点对应的历史单据子数据进行更新。
在一个实施例中,所述处理模块41,还用于在所述目标存储节点对应的叶子节点中生成更新记录,所述更新记录包括所述目标存储节点下更新前的历史单据子数据,以及对所述历史单据子数据更新后的单据子数据。
在一个实施例中,所述处理模块41,还用于若检测到所述目标处理项为预设金额处理项,则解析所述处理结果信息得到针对所述目标处理项的处理金额;判断所述处理金额是否大于所述目标处理项对应的预设金额,若所述处理金额大于所述目标处理项对应的预设金额,则对所述用户进行身份验证;当对所述用户的身份验证通过时,触发执行所述基于所述处理结果信息中包括的单据标识获取预先存储的所述目标单据的历史单据数据的步骤。
需要说明的是,本申请实施例所描述的数据更新装置的各功能模块的功能可根据图1或者图2所述的方法实施例中的方法具体实现,其具体实现过程可以参照图1或者图2的方法实施例的相关描述,此处不再赘述。
请参见图5,图5是本申请实施例提供的一种服务器的示意性框图,如图5所示,该服务器包括,处理器501、存储器502和网络接口503。上述处理器501、存储器502和网络接口503可通过总线或其他方式连接,在本申请实施例所示图5中以通过总线连接为例。其中,网络接口503受所述处理器的控制用于收发消息,存储器502用于存储计算机程序,所述计算机程序包括程序指令,处理器501用于执行存储器502存储的程序指令。其中,处理器501被配置用于调用所述程序指令执行:当通过网络接口503接收到用户针对目标单据下目标处理项的处理结果信息时,基于所述处理结果信息中包括的单据标识获取预先存储的所述目标单据的历史单据数据,所述历史单据数据对应的存储结构为树状存储结构,所述历史单据数据存储于所述树状存储结构的各个存储节点中;从预先配置的处理项与所述树状存储结构中各个存储节点的对应关系中,确定出所述目标处理项对应的至少一个第一存储节点;基于各个第一存储节点的节点标识从所述处理结果信息中提取各个第一存储节点各自对应的处理数据,并从所述历史单据数据中确定出各个第一存储节点各自对应的历史单据子数据;将各个第一存储节点各自对应的处理数据与各自对应的历史单据子数据进行对比,以从所述至少一个第一存储节点中确定出目标存储节点,所述目标存储节点对应的处理数据与对应的历史单据子数据不同;根据所述目标存储节点对应的处理数据更新所述树状存储结构中所述目标存储节点下的历史单据子数据。
在一个实施例中,所述处理结果信息包括针对所述目标单据的处理数据,所述处理器501,还用于当接收到用户针对目标单据下目标处理项的处理结果信息时,检测所述处理数据是否与所述目标处理项对应的预设格式匹配;若检测到所述处理数据与所述预设格式匹配,则触发执行所述基于所述处理结果信息中包括的单据标识获取预先存储的所述目标单据的历史单据数据的步骤;若检测到所述处理数据与所述预设格式不匹配,则输出提示信息,所述提示信息用于提示所述用户输入所述预设格式的处理数据。
在一个实施例中,所述处理结果信息包括针对所述目标单据的处理数据,所述处理器501,还用于当接收到用户针对目标单据下目标处理项的处理结果信息时,从预先建立的各个处理项与各个预处理内容的对应关系中,确定出所述目标处理项对应的目标预处理内容;若检测到所述处理数据包括所述目标预处理内容,则触发执行所述基于所述处理结果信息中包括的单据标识获取预先存储的所述目标单据的历史单据数据。
在一个实施例中,所述处理器501,具体用于确定各个第一存储节点在所述树状存储结构中的层级,并依据层级由高至低的顺序对比各个第一存储节点各自对应的处理数据与各自对应的历史单据子数据;当任一第一存储节点下的处理数据与历史单据子数据不同,则将所述第一存储节点确定为目标存储节点。
在一个实施例中,所述处理器501,还用于检测在所述树状存储结构中所述目标存储节点是否存在上级存储节点;若检测到所述目标存储节点存在上级存储节点,则基于所述目标存储节点下更新后的单据子数据对所述上级存储节点对应的历史单据子数据进行更新。
在一个实施例中,所述处理器501,还用于在所述目标存储节点对应的叶子节点中生成更新记录,所述更新记录包括所述目标存储节点下更新前的历史单据子数据,以及对所述历史单据子数据更新后的单据子数据。
在一个实施例中,所述处理器501,还用于若检测到所述目标处理项为预设金额处理项,则解析所述处理结果信息得到针对所述目标处理项的处理金额;判断所述处理金额是否大于所述目标处理项对应的预设金额,若所述处理金额大于所述目标处理项对应的预设金额,则对所述用户进行身份验证;当对所述用户的身份验证通过时,触发执行所述基于所述处理结果信息中包括的单据标识获取预先存储的所述目标单据的历史单据数据的步骤。
应当理解,在本申请实施例中,所称处理器501可以是中央处理单元(Central Processing Unit,CPU),该处理器501还可以是其他通用处理器、数字信号处理器(Digital Signal Processor,DSP)、专用集成电路(Application Specific Integrated Circuit,ASIC)、现成可编程门阵列(Field-Programmable Gate Array,FPGA)或者其他可编程逻辑器件、分立门或者晶体管逻辑器件、分立硬件组件等。通用处理器可以是微处理器或者该处理器也可以是任何常规的处理器等。
该存储器502可以包括只读存储器和随机存取存储器,并向处理器501提供指令和数据。存储器502的一部分还可以包括非易失性随机存取存储器。例如,存储器502还可以存储设备类型的信息。
具体实现中,本申请实施例中所描述的处理器501、存储器502和网络接口503可执行本申请实施例提供的图1或者图2所述的方法实施例所描述的实现方式,也可执行本申请实施例所描述的数据更新装置的实现方式,在此不再赘述。
在本申请的另一实施例中提供一种计算机可读存储介质,可选地,该计算机可读存储介质可以是非易失性的,也可以是易失性的。所述计算机可读存储介质存储有计算机程序,所述计算机程序包括程序指令,所述程序指令被处理器执行时实现:当接收到用户针对目标单据下目标处理项的处理结果信息时,基于所述处理结果信息中包括的单据标识获取预先存储的所述目标单据的历史单据数据,所述历史单据数据对应的存储结构为树状存储结构,所述历史单据数据存储于所述树状存储结构的各个存储节点中;从预先配置的处理项与所述树状存储结构中各个存储节点的对应关系中,确定出所述目标处理项对应的至少一个第一存储节点;基于各个第一存储节点的节点标识从所述处理结果信息中提取各个第一存储节点各自对应的处理数据,并从所述历史单据数据中确定出各个第一存储节点各自对应的历史单据子数据;将各个第一存储节点各自对应的处理数据与各自对应的历史单据子数据进行对比,以从所述至少一个第一存储节点中确定出目标存储节点,所述目标存储节点对应的处理数据与对应的历史单据子数据不同;根据所述目标存储节点对应的处理数据更新所述树状存储结构中所述目标存储节点下的历史单据子数据。
所述计算机可读存储介质可以是前述任一实施例所述的服务器的内部存储单元,例如服务器的硬盘或内存。所述计算机可读存储介质也可以是所述服务器的外部存储设备,例如所述服务器上配备的插接式硬盘,智能存储卡(Smart Media Card,SMC),安全数字(Secure Digital,SD)卡,闪存卡(Flash Card)等。进一步地,所述计算机可读存储介质还可以既包括所述服务器的内部存储单元也包括外部存储设备。所述计算机可读存储介质用于存储所述计算机程序以及所述服务器所需的其他程序和数据。所述计算机可读存储介质还可以用于暂时地存储已经输出或者将要输出的数据。
本领域普通技术人员可以理解实现上述实施例方法中的全部或部分流程,是可以通过计算机程序来指令相关的硬件来完成,所述的程序可存储于一计算机可读取存储介质中,该程序在执行时,可包括如上述各方法的实施例的流程。其中,所述的存储介质可为磁碟、光盘、只读存储记忆体(Read-Only Memory,ROM)或随机存储记忆体(Random Access Memory,RAM)等。
以上所揭露的仅为本申请的部分实施例而已,当然不能以此来限定本申请之权利范围,本领域普通技术人员可以理解实现上述实施例的全部或部分流程,并依本申请权利要求所作的等同变化,仍属于发明所涵盖的范围。

Claims (20)

  1. 一种数据更新方法,其中,所述方法包括:
    当接收到用户针对目标单据下目标处理项的处理结果信息时,基于所述处理结果信息中包括的单据标识获取预先存储的所述目标单据的历史单据数据,所述历史单据数据对应的存储结构为树状存储结构,所述历史单据数据存储于所述树状存储结构的各个存储节点中;
    从预先配置的处理项与所述树状存储结构中各个存储节点的对应关系中,确定出所述目标处理项对应的至少一个第一存储节点;
    基于各个第一存储节点的节点标识从所述处理结果信息中提取各个第一存储节点各自对应的处理数据,并从所述历史单据数据中确定出各个第一存储节点各自对应的历史单据子数据;
    将各个第一存储节点各自对应的处理数据与各自对应的历史单据子数据进行对比,以从所述至少一个第一存储节点中确定出目标存储节点,所述目标存储节点对应的处理数据与对应的历史单据子数据不同;
    根据所述目标存储节点对应的处理数据更新所述树状存储结构中所述目标存储节点下的历史单据子数据。
  2. 根据权利要求1所述的方法,其中,所述处理结果信息包括针对所述目标单据的处理数据,所述基于所述处理结果信息中包括的单据标识获取预先存储的所述目标单据的历史单据数据之前,所述方法还包括:
    当接收到用户针对目标单据下目标处理项的处理结果信息时,检测所述处理数据是否与所述目标处理项对应的预设格式匹配;
    若检测到所述处理数据与所述预设格式匹配,则触发执行所述基于所述处理结果信息中包括的单据标识获取预先存储的所述目标单据的历史单据数据的步骤;
    若检测到所述处理数据与所述预设格式不匹配,则输出提示信息,所述提示信息用于提示所述用户输入所述预设格式的处理数据。
  3. 根据权利要求1所述的方法,其中,所述处理结果信息包括针对所述目标单据的处理数据,所述基于所述处理结果信息中包括的单据标识获取预先存储的所述目标单据的历史单据数据之前,所述方法还包括:
    当接收到用户针对目标单据下目标处理项的处理结果信息时,从预先建立的各个处理项与各个预处理内容的对应关系中,确定出所述目标处理项对应的目标预处理内容;
    若检测到所述处理数据包括所述目标预处理内容,则触发执行所述基于所述处理结果信息中包括的单据标识获取预先存储的所述目标单据的历史单据数据。
  4. 根据权利要求1所述的方法,其中,所述将各个第一存储节点各自对应的处理数据与各自对应的历史单据子数据进行对比,以从所述至少一个第一存储节点中确定出目标存储节点,包括:
    确定各个第一存储节点在所述树状存储结构中的层级,并依据层级由高至低的顺序对比各个第一存储节点各自对应的处理数据与各自对应的历史单据子数据;
    当任一第一存储节点下的处理数据与历史单据子数据不同,则将所述第一存储节点确定为目标存储节点。
  5. 根据权利要求1所述的方法,其中,所述根据所述目标存储节点对应的处理数据更新所述树状存储结构中所述目标存储节点下的历史单据子数据之后,所述方法还包括:
    检测在所述树状存储结构中所述目标存储节点是否存在上级存储节点;
    若检测到所述目标存储节点存在上级存储节点,则基于所述目标存储节点下更新后的单据子数据对所述上级存储节点对应的历史单据子数据进行更新。
  6. 根据权利要求5所述的方法,其中,所述基于所述目标存储节点下更新后的单据子数据对所述上级存储节点对应的历史单据子数据进行更新之后,所述方法还包括:
    在所述目标存储节点对应的叶子节点中生成更新记录,所述更新记录包括所述目标存储节点下更新前的历史单据子数据,以及对所述历史单据子数据更新后的单据子数据。
  7. 根据权要求1所述的方法,其中,所述基于所述处理结果信息中包括的单据标识获取预先存储的所述目标单据的历史单据数据之前,所述方法还包括:
    若检测到所述目标处理项为预设金额处理项,则解析所述处理结果信息得到针对所述目标处理项的处理金额;
    判断所述处理金额是否大于所述目标处理项对应的预设金额,若所述处理金额大于所述目标处理项对应的预设金额,则对所述用户进行身份验证;
    当对所述用户的身份验证通过时,触发执行所述基于所述处理结果信息中包括的单据标识获取预先存储的所述目标单据的历史单据数据的步骤。
  8. 一种数据更新装置,其中,所述装置包括:
    通信模块,用于接收用户针对目标单据下目标处理项的处理结果信息;
    处理模块,用于当所述通信模块接收到用户针对目标单据下目标处理项的处理结果信息时,基于所述处理结果信息中包括的单据标识获取预先存储的所述目标单据的历史单据数据,所述历史单据数据对应的存储结构为树状存储结构,所述历史单据数据存储于所述树状存储结构的各个存储节点中;
    所述处理模块,还用于从预先配置的处理项与所述树状存储结构中各个存储节点的对应关系中,确定出所述目标处理项对应的至少一个第一存储节点;
    所述处理模块,还用于基于各个第一存储节点的节点标识从所述处理结果信息中提取各个第一存储节点各自对应的处理数据,并从所述历史单据数据中确定出各个第一存储节点各自对应的历史单据子数据;
    所述处理模块,还用于将各个第一存储节点各自对应的处理数据与各自对应的历史单据子数据进行对比,以从所述至少一个第一存储节点中确定出目标存储节点,所述目标存储节点对应的处理数据与对应的历史单据子数据不同;
    所述处理模块,还用于根据所述目标存储节点对应的处理数据更新所述树状存储结构中所述目标存储节点下的历史单据子数据。
  9. 一种服务器,其中,包括处理器和存储器,所述处理器和所述存储器相互连接,其中,所述存储器用于存储计算机程序,所述计算机程序包括程序指令,所述处理器被配置调用所述程序指令,用于当接收到用户针对目标单据下目标处理项的处理结果信息时,基于所述处理结果信息中包括的单据标识获取预先存储的所述目标单据的历史单据数据,所述历史单据数据对应的存储结构为树状存储结构,所述历史单据数据存储于所述树状存储结构的各个存储节点中;从预先配置的处理项与所述树状存储结构中各个存储节点的对应关系中,确定出所述目标处理项对应的至少一个第一存储节点;基于各个第一存储节点的节点标识从所述处理结果信息中提取各个第一存储节点各自对应的处理数据,并从所述历史单据数据中确定出各个第一存储节点各自对应的历史单据子数据;将各个第一存储节点各自对应的处理数据与各自对应的历史单据子数据进行对比,以从所述至少一个第一存储节点中确定出目标存储节点,所述目标存储节点对应的处理数据与对应的历史单据子数据不同;根据所述目标存储节点对应的处理数据更新所述树状存储结构中所述目标存储节点下的历史单据子数据。
  10. 根据权利要求9所述的服务器,其中,所述处理结果信息包括针对所述目标单据的处理数据,所述处理器,还用于当接收到用户针对目标单据下目标处理项的处理结果信息时,检测所述处理数据是否与所述目标处理项对应的预设格式匹配;若检测到所述处理数据与所述预设格式匹配,则触发执行所述基于所述处理结果信息中包括的单据标识获取预先存储的所述目标单据的历史单据数据的步骤;若检测到所述处理数据与所述预设格式不匹配,则输出提示信息,所述提示信息用于提示所述用户输入所述预设格式的处理数据。
  11. 根据权利要求9所述的服务器,其中,所述处理结果信息包括针对所述目标单据的处理数据,所述处理器,还用于当接收到用户针对目标单据下目标处理项的处理结果信息时,从预先建立的各个处理项与各个预处理内容的对应关系中,确定出所述目标处理项对应的目标预处理内容;若检测到所述处理数据包括所述目标预处理内容,则触发执行所述基于所述处理结果信息中包括的单据标识获取预先存储的所述目标单据的历史单据数据。
  12. 根据权利要求9所述的服务器,其中,所述处理器,具体用于确定各个第一存储节点在所述树状存储结构中的层级,并依据层级由高至低的顺序对比各个第一存储节点各自对应的处理数据与各自对应的历史单据子数据;当任一第一存储节点下的处理数据与历史单据子数据不同,则将所述第一存储节点确定为目标存储节点。
  13. 根据权利要求9所述的服务器,其中,所述处理器,还用于检测在所述树状存储结构中所述目标存储节点是否存在上级存储节点;若检测到所述目标存储节点存在上级存储节点,则基于所述目标存储节点下更新后的单据子数据对所述上级存储节点对应的历史单据子数据进行更新。
  14. 根据权利要求13所述的服务器,其中,所述处理器,还用于在所述目标存储节点对应的叶子节点中生成更新记录,所述更新记录包括所述目标存储节点下更新前的历史单据子数据,以及对所述历史单据子数据更新后的单据子数据。
  15. 根据权要求9所述的服务器,其中,所述处理器,还用于若检测到所述目标处理项为预设金额处理项,则解析所述处理结果信息得到针对所述目标处理项的处理金额;判断所述处理金额是否大于所述目标处理项对应的预设金额,若所述处理金额大于所述目标处理项对应的预设金额,则对所述用户进行身份验证;当对所述用户的身份验证通过时,触发执行所述基于所述处理结果信息中包括的单据标识获取预先存储的所述目标单据的历史单据数据的步骤。
  16. 一种计算机可读存储介质,其中,所述计算机可读存储介质存储有计算机程序,所述计算机程序被处理器执行以实现如下步骤:
    当接收到用户针对目标单据下目标处理项的处理结果信息时,基于所述处理结果信息中包括的单据标识获取预先存储的所述目标单据的历史单据数据,所述历史单据数据对应的存储结构为树状存储结构,所述历史单据数据存储于所述树状存储结构的各个存储节点中;
    从预先配置的处理项与所述树状存储结构中各个存储节点的对应关系中,确定出所述目标处理项对应的至少一个第一存储节点;
    基于各个第一存储节点的节点标识从所述处理结果信息中提取各个第一存储节点各自对应的处理数据,并从所述历史单据数据中确定出各个第一存储节点各自对应的历史单据子数据;
    将各个第一存储节点各自对应的处理数据与各自对应的历史单据子数据进行对比,以从所述至少一个第一存储节点中确定出目标存储节点,所述目标存储节点对应的处理数据与对应的历史单据子数据不同;
    根据所述目标存储节点对应的处理数据更新所述树状存储结构中所述目标存储节点下的历史单据子数据。
  17. 根据权利要求16所述的计算机可读存储介质,其中,所述处理结果信息包括针对所述目标单据的处理数据,所述基于所述处理结果信息中包括的单据标识获取预先存储的所述目标单据的历史单据数据之前,还实现以下步骤:
    当接收到用户针对目标单据下目标处理项的处理结果信息时,检测所述处理数据是否与所述目标处理项对应的预设格式匹配;
    若检测到所述处理数据与所述预设格式匹配,则触发执行所述基于所述处理结果信息中包括的单据标识获取预先存储的所述目标单据的历史单据数据的步骤;
    若检测到所述处理数据与所述预设格式不匹配,则输出提示信息,所述提示信息用于提示所述用户输入所述预设格式的处理数据。
  18. 根据权利要求16所述的计算机可读存储介质,其中,所述处理结果信息包括针对所述目标单据的处理数据,所述基于所述处理结果信息中包括的单据标识获取预先存储的所述目标单据的历史单据数据之前,还实现以下步骤:
    当接收到用户针对目标单据下目标处理项的处理结果信息时,从预先建立的各个处理项与各个预处理内容的对应关系中,确定出所述目标处理项对应的目标预处理内容;
    若检测到所述处理数据包括所述目标预处理内容,则触发执行所述基于所述处理结果信息中包括的单据标识获取预先存储的所述目标单据的历史单据数据。
  19. 根据权利要求16所述的计算机可读存储介质,其中,所述将各个第一存储节点各自对应的处理数据与各自对应的历史单据子数据进行对比,以从所述至少一个第一存储节点中确定出目标存储节点时,实现如下步骤:
    确定各个第一存储节点在所述树状存储结构中的层级,并依据层级由高至低的顺序对比各个第一存储节点各自对应的处理数据与各自对应的历史单据子数据;
    当任一第一存储节点下的处理数据与历史单据子数据不同,则将所述第一存储节点确定为目标存储节点。
  20. 根据权利要求16所述的计算机可读存储介质,其中,所述根据所述目标存储节点对应的处理数据更新所述树状存储结构中所述目标存储节点下的历史单据子数据之后,还实现以下步骤:
    检测在所述树状存储结构中所述目标存储节点是否存在上级存储节点;
    若检测到所述目标存储节点存在上级存储节点,则基于所述目标存储节点下更新后的单据子数据对所述上级存储节点对应的历史单据子数据进行更新。
PCT/CN2020/099249 2019-07-23 2020-06-30 一种数据更新方法及相关设备 WO2021012904A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201910669258.3A CN110489415B (zh) 2019-07-23 2019-07-23 一种数据更新方法及相关设备
CN201910669258.3 2019-07-23

Publications (1)

Publication Number Publication Date
WO2021012904A1 true WO2021012904A1 (zh) 2021-01-28

Family

ID=68548084

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2020/099249 WO2021012904A1 (zh) 2019-07-23 2020-06-30 一种数据更新方法及相关设备

Country Status (2)

Country Link
CN (1) CN110489415B (zh)
WO (1) WO2021012904A1 (zh)

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110489415B (zh) * 2019-07-23 2023-11-03 平安科技(深圳)有限公司 一种数据更新方法及相关设备
CN111382161B (zh) * 2020-03-31 2023-08-29 北京达佳互联信息技术有限公司 状态数据处理方法、装置、电子设备及存储介质
CN112365944A (zh) * 2020-10-23 2021-02-12 零氪科技(北京)有限公司 一种树状数据节点处理系统、方法、电子设备及存储介质
CN112307087B (zh) * 2020-11-02 2024-03-05 平安科技(深圳)有限公司 基于决策树的业务数据投被关系匹配方法和装置
CN112732710A (zh) * 2020-12-25 2021-04-30 北京知因智慧科技有限公司 数据处理方法、装置以及电子设备
CN113139033A (zh) * 2021-05-13 2021-07-20 平安国际智慧城市科技股份有限公司 文本处理方法、装置、设备及存储介质
CN113703685B (zh) * 2021-08-31 2023-09-08 网易(杭州)网络有限公司 一种数据存储方法、装置、设备及介质
CN114465944B (zh) * 2022-02-16 2023-06-16 北京升哲科技有限公司 一种节点信息的更新方法、装置、设备及存储介质

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100262617A1 (en) * 2007-12-28 2010-10-14 S. Grants Co., Ltd. Database index key update method and program
US20170083554A1 (en) * 2015-09-20 2017-03-23 Freescale Semiconductor Inc. Tree-Search Temporal-Miss Handling
CN109614371A (zh) * 2018-10-23 2019-04-12 平安科技(深圳)有限公司 存储信息的方法、装置、计算机设备及存储介质
CN109960474A (zh) * 2019-04-12 2019-07-02 苏州浪潮智能科技有限公司 基于自动精简配置的数据更新方法、装置、设备及介质
CN110489415A (zh) * 2019-07-23 2019-11-22 平安科技(深圳)有限公司 一种数据更新方法及相关设备

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10831783B2 (en) * 2017-04-25 2020-11-10 Salesforce.Com, Inc. Updating a hierarchical data structure
CN110489416B (zh) * 2019-07-23 2024-02-09 中国平安财产保险股份有限公司 一种基于数据处理的信息存储方法及相关设备

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100262617A1 (en) * 2007-12-28 2010-10-14 S. Grants Co., Ltd. Database index key update method and program
US20170083554A1 (en) * 2015-09-20 2017-03-23 Freescale Semiconductor Inc. Tree-Search Temporal-Miss Handling
CN109614371A (zh) * 2018-10-23 2019-04-12 平安科技(深圳)有限公司 存储信息的方法、装置、计算机设备及存储介质
CN109960474A (zh) * 2019-04-12 2019-07-02 苏州浪潮智能科技有限公司 基于自动精简配置的数据更新方法、装置、设备及介质
CN110489415A (zh) * 2019-07-23 2019-11-22 平安科技(深圳)有限公司 一种数据更新方法及相关设备

Also Published As

Publication number Publication date
CN110489415A (zh) 2019-11-22
CN110489415B (zh) 2023-11-03

Similar Documents

Publication Publication Date Title
WO2021012904A1 (zh) 一种数据更新方法及相关设备
US7690032B1 (en) Method and system for confirming the identity of a user
US11348104B2 (en) Methods and devices for acquiring and recording tracking information on blockchain
US11151566B2 (en) Authentication and fraud prevention in provisioning a mobile wallet
CN105590055A (zh) 用于在网络交互系统中识别用户可信行为的方法及装置
CN112036890B (zh) 客户身份认证方法及装置
EP3928230B1 (en) Efficient removal of personal information from a data set
CN204680060U (zh) 基于网络和生物特征的身份识别和支付装置
WO2021151291A1 (zh) 疾病风险的分析方法、装置、电子设备及计算机存储介质
CN103810635A (zh) 贷款业务处理流程核查实现方法及装置
WO2019027970A1 (en) MOBILE AUTOMATIC INFORMATION SYNTHESIS APPLICATION
CN104809614A (zh) 基于网络和生物特征的身份识别和支付装置及其实现方法
CN111476640A (zh) 认证方法、系统、存储介质及大数据认证平台
CN114219596A (zh) 一种基于决策树模型的数据处理方法及相关设备
CN109862006A (zh) 一种区块链系统接入方法、装置及系统
CN110489434B (zh) 一种信息处理方法及相关设备
US10210684B2 (en) System and method for identity verification in a detention environment
US20180060379A1 (en) Automated correlation and deduplication of identities
EP2254093B1 (en) Method and system for confirming the identity of a user
CN115034882A (zh) 基于5g消息的信用卡额度调整方法及装置
CN112184237A (zh) 一种数据处理方法、装置及计算机可读存储介质
CN113239126A (zh) 一种基于bor方法的业务活动信息标准化方案
CN112785410A (zh) 依赖方风险调整指示符系统和方法
AU2009227510B2 (en) Method and system for confirming the identity of a user
CN116881878B (zh) 一种项目数据分析管理系统

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 20843069

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 20843069

Country of ref document: EP

Kind code of ref document: A1