WO2019041753A1 - Information modification method, apparatus, computer device and computer-readable storage medium - Google Patents

Information modification method, apparatus, computer device and computer-readable storage medium Download PDF

Info

Publication number
WO2019041753A1
WO2019041753A1 PCT/CN2018/075109 CN2018075109W WO2019041753A1 WO 2019041753 A1 WO2019041753 A1 WO 2019041753A1 CN 2018075109 W CN2018075109 W CN 2018075109W WO 2019041753 A1 WO2019041753 A1 WO 2019041753A1
Authority
WO
WIPO (PCT)
Prior art keywords
modification
information
data
terminal
modified
Prior art date
Application number
PCT/CN2018/075109
Other languages
French (fr)
Chinese (zh)
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 WO2019041753A1 publication Critical patent/WO2019041753A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/23Updating
    • G06F16/2379Updates performed during online database operations; commit processing
    • G06F16/2386Bulk updating operations

Definitions

  • the present application relates to the field of data processing technologies, and in particular, to an information modification method, apparatus, computer device, and computer readable storage medium.
  • the application provides an information modification method, device, computer device and computer readable storage medium, which can improve the efficiency of batch modification of information.
  • the application provides a method for modifying information, including:
  • the application provides an information modification apparatus, including:
  • An instruction obtaining unit configured to acquire a batch modification instruction, where the batch modification instruction includes a template file identifier corresponding to the data to be modified;
  • a display unit configured to display a corresponding template file according to the template file identifier
  • An information obtaining unit configured to acquire a plurality of pieces of data information input by the user in the template file, where the data information includes query conditions and modification information for querying the data to be modified;
  • a modifying unit configured to search for corresponding data to be modified according to the query condition, and modify the to-be-modified data according to the modification information.
  • the present application further provides a computer device comprising a memory, a processor, and a computer program stored on the memory and operable on the processor, wherein when the processor executes the program
  • a computer device comprising a memory, a processor, and a computer program stored on the memory and operable on the processor, wherein when the processor executes the program
  • the present application also provides a computer readable storage medium, wherein the computer readable storage medium stores a computer program, the computer program comprising program instructions, when executed by a processor The processor performs the information modification method of any one of the inventions provided by the invention.
  • the application provides an information modification method, apparatus, computer device and computer readable storage medium.
  • the information modification method can realize the function of mass modifying information, improve the efficiency of batch modification of information, reduce the workload of the staff, and save staff time.
  • FIG. 1 is a schematic flowchart of a method for modifying information according to an embodiment of the present application
  • FIG. 2 is a schematic diagram of interaction between a terminal and a server in an embodiment of the present application
  • FIG. 3 is another schematic flowchart of a method for modifying information according to an embodiment of the present application
  • FIG. 4 is a schematic block diagram of an information modification apparatus according to an embodiment of the present application.
  • FIG. 5 is a schematic block diagram of an information modification apparatus according to an embodiment of the present application.
  • FIG. 6 is a schematic block diagram of an information modification apparatus according to an embodiment of the present application.
  • FIG. 7 is a schematic block diagram of an information modification apparatus according to an embodiment of the present application.
  • FIG. 8 is a schematic block diagram of a computer device according to an embodiment of the present application.
  • FIG. 1 is a schematic flowchart of a method for modifying information provided by an embodiment of the present application.
  • the information modification method is applied to terminals such as desktop computers, laptop computers, tablet computers, personal digital assistants (PDAs), smart phones (such as Android mobile phones, IOS mobile phones, etc.).
  • terminals such as desktop computers, laptop computers, tablet computers, personal digital assistants (PDAs), smart phones (such as Android mobile phones, IOS mobile phones, etc.).
  • PDAs personal digital assistants
  • smart phones such as Android mobile phones, IOS mobile phones, etc.
  • the batch modification instruction includes a template file identifier corresponding to the data to be modified. For example, when the user needs to modify the premium in the policy in batches, the premium is the data to be modified.
  • the terminal When the user clicks the “Batch Modify Premium” button on the terminal, the terminal will obtain the batch modification instruction generated when the user clicks the button.
  • the batch modification instruction carries the template file identifier corresponding to the premium.
  • the template file identifier may be a template file number, a storage address, a name, and the like.
  • the template file identifier corresponding to the premium may be a "premium template file", or "001", etc., and the specific form of the template file identifier is not limited herein.
  • the corresponding template file is searched according to the template file identifier, and the template file is displayed, so that the user can input relevant information in the template file.
  • the template file may be a CSV (Comma-Separated Values) file.
  • the CSV file stores the form data in plain text. It can be understood that, in other embodiments, the template file may also adopt files in other formats, and is not specifically limited herein.
  • the terminal After the terminal displays the template file, the user can input multiple pieces of data information according to the content and format of the template file. In this way, the terminal can obtain the multiple pieces of data information through the template file.
  • the data information includes query conditions and modification information for querying data to be modified.
  • the query condition for inquiring the premium is the policy number
  • the modification information is the latest premium amount corresponding to the premium to be modified.
  • the corresponding template file can have a "policy number” column and a "latest premium amount” column, as shown in Table 1.
  • the user enters the policy number corresponding to the premium to be modified in the “Policy Number” column, and enters the latest premium amount of the premium to be modified in the “Latest Premium Amount” column, so that the terminal can obtain the The plurality of policy numbers and the latest premium amount are executed in step S104.
  • the format of the template file is not limited to the format shown in Table 1.
  • the format shown in Table 1 is only one of a variety of formats. Table 1 cannot be used to limit the format and content of the template file in this application.
  • the corresponding data to be modified is searched according to the query condition in each piece of data information, and then the data to be modified is modified into modification information, thereby completing the task of modifying the data to be modified in batches. For example, if the information to be modified is a premium, the terminal will read the data information one by one after obtaining 1000 pieces of data information, and find the corresponding policy according to the policy number in each piece of data information, and modify the original premium to the latest premium. Amount.
  • FIG. 2 is a schematic diagram of interaction between a terminal and a server in an embodiment.
  • the terminal searches for the corresponding data to be modified according to the query condition, where the data acquisition request is sent to the server, where the data acquisition request includes the query condition; and the receiving server feeds back the query.
  • the data to be modified corresponding to the condition.
  • the modified data is sent to the server for storage.
  • the data to be modified is stored in the server, which can alleviate the storage pressure of the terminal.
  • the content and the number of interactions between the terminal and the server are not limited to the case shown in FIG. 2, and may include other content.
  • the template file in step S102 can also be stored in the server. After obtaining the template file identifier, the terminal sends a template file request to the server, where the template file request includes the template file identifier, and the server searches for the template file according to the template file identifier, and sends the template file to the terminal. The terminal receives the template file sent by the server and performs the step of displaying the template file.
  • the information to be modified, the template file, and the like can also be directly stored in the terminal, so that when the terminal needs to execute the modified data, the related data to be modified can be directly read from the memory, thereby reducing the relationship between the terminal and the server. Data interaction.
  • the method further includes: It also displays the number of currently processed data information and the number of unprocessed data information.
  • the information modification method in the embodiment of the present application can implement the function of mass modifying information, improve the efficiency of batch modifying information, reduce the workload of the staff, and save staff time.
  • FIG. 3 is another schematic flowchart of an information modification method according to an embodiment of the present application.
  • the information modification method is applied to terminals such as desktop computers, laptop computers, tablet computers, personal digital assistants (PDAs), smart phones (such as Android mobile phones, IOS mobile phones, etc.).
  • terminals such as desktop computers, laptop computers, tablet computers, personal digital assistants (PDAs), smart phones (such as Android mobile phones, IOS mobile phones, etc.).
  • PDAs personal digital assistants
  • smart phones such as Android mobile phones, IOS mobile phones, etc.
  • the method includes steps S201 to S210.
  • the batch modification instruction includes a template file identifier corresponding to the data to be modified.
  • the premium is the data to be modified.
  • the terminal will obtain the batch modification instruction generated when the user clicks the button.
  • the batch modification instruction carries the template file identifier corresponding to the premium.
  • the template file identifier may be a template file number, a storage address, a name, and the like, and the specific form of the template file identifier is not limited herein.
  • the corresponding template file is searched according to the template file identifier, and the template file is displayed, so that the user can input relevant information in the template file.
  • the template file may be a CSV (Comma-Separated Values) file.
  • the CSV file stores the form data in plain text. It can be understood that, in other embodiments, the template file may also adopt files in other formats, and is not specifically limited herein.
  • the terminal After the terminal displays the template file, the user can input multiple pieces of data information according to the content and format of the template file. In this way, the terminal can obtain the multiple pieces of data information through the template file.
  • the data information includes query conditions and modification information for querying data to be modified.
  • the query condition for inquiring the premium is the policy number
  • the modification information is the latest premium amount corresponding to the premium to be modified.
  • the corresponding template file can have a "policy number” column and a "latest premium amount” column.
  • the user enters the policy number corresponding to the premium to be modified, and enters the latest premium amount of the premium to be modified in the "Latest premium amount” column, so that the terminal can obtain multiple policy numbers according to the obtained policy.
  • the method further includes: generating a file to be modified according to the plurality of pieces of the data information and the template file. In this way, when the batch modification is performed subsequently, multiple pieces of data information in the file to be modified may be sequentially read. At the same time, if the terminal does not meet the preset modification condition, the file to be modified may be temporarily stored, and the batch modification operation is performed after the terminal satisfies the preset modification condition.
  • the terminal After acquiring a plurality of pieces of data information input by the user in the template file, the terminal performs step S204.
  • step S204 Determine whether the terminal meets the preset modification condition; if the terminal meets the preset modification condition, step S205 is performed; if the terminal does not satisfy the preset modification condition, step S206 is performed.
  • determining whether the terminal meets the preset modification condition comprises: determining whether the current time of the terminal is within a preset modification time period. If the current time of the terminal is within the preset modification time period, it is determined that the terminal meets the preset modification condition.
  • the preset modification time period is from 18 o'clock every day to 8 o'clock in the morning, that is, the off-duty time period.
  • the terminal may perform step S205.
  • determining whether the terminal meets the preset modification condition comprises: determining whether the terminal is in an idle state. If the terminal is in an idle state, it is determined that the terminal meets the preset modification condition. For example, when the user does not use the terminal to process the transaction, or the terminal uses less processing transactions, the terminal has more resources to process other transactions, and then the terminal is determined to be in an idle state. That is to say, it is determined that the terminal meets the preset modification condition, and the terminal may perform step S205.
  • the preset modification condition is not limited to the preset modification time period and the idle state described above. In other embodiments, other conditions may also be used, and no specific limitation is imposed herein.
  • the terminal When the terminal meets the preset modification condition, the terminal reads each piece of data information one by one, and searches for corresponding data to be modified according to the query condition in each piece of data information, and then, the data to be modified is modified into modification information, thereby completing the batch. The task of modifying the modified data.
  • the method further includes: It also displays the number of currently processed data information and the number of unprocessed data information.
  • step S205 When the terminal performs step S205, sometimes a failure occurs and the data information cannot be successfully processed. For example, the corresponding policy is not found according to the policy number in the data information. At this time, the piece of data information is data information that has not been successfully processed. Of course, there are many cases where unsuccessfully processed data information occurs, and it is not limited to the above.
  • the terminal When there is data information that has not been successfully processed, the terminal will perform step S207.
  • step S206 Store a plurality of pieces of the data information, and return to step S204.
  • step S204 When it is determined in step S204 that the terminal does not satisfy the preset modification condition, in order not to affect the user using the terminal, the terminal stores a plurality of pieces of data information, and returns to step S204 until it is determined that the terminal meets the preset modification condition.
  • the terminal if the terminal generates a file to be modified according to the plurality of pieces of data information and the template file, if the step S204 determines that the terminal does not meet the preset modification condition, the terminal stores the file to be modified and returns to step S204. Until it is determined that the terminal satisfies the condition to be modified.
  • the data information that has not been successfully processed is added to the asynchronous task.
  • the terminal can temporarily skip the unsuccessfully processed data information and continue processing the subsequent data information.
  • the unsuccessfully processed data information is added to the asynchronous task, and the unsuccessfully processed data information can be processed again after the terminal satisfies certain conditions.
  • step S208 Determine whether the number of times the terminal processes the unsuccessfully processed data information exceeds a preset number of times; if the preset number of times is not exceeded, step S209 is performed; if the preset number of times is exceeded, step is performed S210.
  • the terminal After the terminal adds the unsuccessfully processed data information to the asynchronous task, it is determined whether the number of times the unsuccessfully processed data information is processed exceeds a preset number of times.
  • the preset number of times may be three times.
  • the preset number of times may be other values, and no specific limitation is imposed here.
  • the unsuccessfully processed data information is reprocessed when the terminal meets the preset modification condition. It can be understood that the process of the terminal processing the unsuccessfully processed data information can be performed in parallel with the process of the terminal processing the unprocessed data information.
  • the terminal determines that the number of times the unsuccessfully processed data information is processed does not exceed the preset number of times, after the terminal processes the entire portion of the data information, the unsuccessfully processed data information is re-processed. Process it.
  • the terminal determines that the number of times the unsuccessfully processed data information is processed exceeds the preset number of times, the terminal cannot modify the unsuccessfully processed data information, and the terminal displays the prompt information to prompt the user to manually process the Successfully processed data information.
  • the user when the terminal batchly modifies the information, the user does not delay the use of the terminal to process other transactions, improve the efficiency of batch modification of information, reduce the workload of the staff, and save staff time.
  • the embodiment of the present application further provides an information modification apparatus, which is used to execute any of the foregoing information modification methods.
  • FIG. 4 is a schematic block diagram of an information modification apparatus according to an embodiment of the present application.
  • the information modification device 300 can be installed in a terminal such as a desktop computer, a tablet computer, a laptop computer, a smart phone, a personal digital assistant (PAD), or a tablet computer.
  • a terminal such as a desktop computer, a tablet computer, a laptop computer, a smart phone, a personal digital assistant (PAD), or a tablet computer.
  • PDA personal digital assistant
  • the information modification apparatus 300 includes an instruction acquisition unit 310, a display unit 320, an information acquisition unit 330, and a modification unit 340.
  • the instruction obtaining unit 310 is configured to acquire a batch modification instruction, where the batch modification instruction includes a template file identifier corresponding to the data to be modified.
  • the display unit 320 is configured to display its corresponding template file according to the template file identifier.
  • the information obtaining unit 330 is configured to obtain a plurality of pieces of data information input by the user in the template file, where the data information includes query conditions and modification information for querying the data to be modified.
  • the modifying unit 340 is configured to search for corresponding data to be modified according to the query condition, and modify the data to be modified according to the modification information.
  • the information modification apparatus 300 further includes a statistical display unit 350.
  • the statistical display unit 350 is configured to count and display the number of pieces of currently processed data information and the number of pieces of unprocessed data information.
  • the information modification apparatus 300 in the embodiment of the present application can implement the function of mass modifying information, improve the efficiency of batch modification of information, reduce the workload of the staff, and save staff time.
  • FIG. 6 is another schematic block diagram of an information modification apparatus according to an embodiment of the present application.
  • the information modification device 400 can be installed in a terminal such as a desktop computer, a tablet computer, a laptop computer, a smart phone, a personal digital assistant (PAD), or a tablet computer.
  • a terminal such as a desktop computer, a tablet computer, a laptop computer, a smart phone, a personal digital assistant (PAD), or a tablet computer.
  • PDA personal digital assistant
  • the information modification apparatus 400 includes an instruction acquisition unit 410, a display unit 420, an information acquisition unit 430, a first determination unit 440, a modification unit 450, an addition unit 460, and a second determination unit 470.
  • the instruction obtaining unit 410 is configured to acquire a batch modification instruction, where the batch modification instruction includes a template file identifier corresponding to the data to be modified.
  • the display unit 420 is configured to display a corresponding template file according to the template file identifier.
  • the information obtaining unit 430 is configured to acquire a plurality of pieces of data information input by the user in the template file, where the data information includes query conditions and modification information for querying the data to be modified.
  • the first determining unit 440 is configured to determine whether the terminal meets the preset modification condition.
  • the modifying unit 450 is configured to: if the terminal meets the preset modification condition, search for corresponding data to be modified according to the query condition, and modify the to-be-modified data according to the modification information.
  • the information modification apparatus 400 further includes a statistical display unit 480 in order to facilitate the user to know the progress of the batch modification information in real time.
  • the statistical display unit 480 is configured to count and display the number of pieces of currently processed data information and the number of pieces of unprocessed data information.
  • the modifying unit 450 passes the unsuccessfully processed data information to the adding unit 460.
  • the adding unit 460 is configured to add the unsuccessfully processed data information to the asynchronous task if there is data information that is not successfully processed.
  • the second determining unit 470 is configured to determine whether the number of times the terminal processes the unsuccessfully processed data information exceeds a preset number of times.
  • the information modifying apparatus 400 cannot perform the modifying operation on the unsuccessfully processed data information.
  • the second determining unit 470 The second signal is transmitted to the display unit 420 such that the display unit 420 displays the prompt information according to the second signal to prompt the user to manually process the unsuccessfully processed data information.
  • the second determining unit 470 when the second determining unit 470 determines that the number of times of processing the unsuccessfully processed data information does not exceed the preset number of times, the second determining unit 470 sends a third signal to the modifying unit 450, so that the modifying unit After receiving the third signal, the 450 reprocesses the unsuccessfully processed data information when the terminal meets the preset modification condition.
  • the second determining unit 470 when the second determining unit 470 determines that the number of times of processing the unsuccessfully processed data information does not exceed the preset number of times, the second determining unit 470 sends a fourth signal to the modifying unit 450 to cause the modification. After receiving the fourth signal, the unit 450 re-processes the unsuccessfully processed data information after processing the complete portion of the data information.
  • the information modification apparatus 400 when the information modification apparatus 400 batchly modifies information, the user is not delayed in using the terminal to process other transactions, the efficiency of batch modification of information is improved, the workload of the staff is reduced, and the time of the staff is saved.
  • FIG. 8 is a schematic block diagram of a computer device according to an embodiment of the present application.
  • the computer device 500 device can be a terminal.
  • the terminal can be a communication-enabled electronic device such as a smart phone, a tablet computer, a notebook computer, a desktop computer, a personal digital assistant, and a wearable device.
  • the computer device 500 includes a processor 520, a memory, and a network interface 550 connected by a system bus 510, wherein the memory can include a non-volatile storage medium 530 and an internal memory 540.
  • the non-volatile storage medium 530 can store an operating system 531 and a computer program 532.
  • the processor 520 can be caused to perform an information modification method.
  • the processor 520 is used to provide computing and control capabilities to support the operation of the entire computer device 500.
  • the internal memory 540 can store a computer program that, when executed by the processor 520, can cause the processor 520 to perform an information modification method.
  • the network interface 550 is used for network communication, such as sending assigned tasks and the like. It will be understood by those skilled in the art that the structure shown in FIG. 8 is only a block diagram of a part of the structure related to the solution of the present application, and does not constitute a limitation of the computer device 500 to which the solution of the present application is applied, and a specific computer device. 500 may include more or fewer components than shown, or some components may be combined, or have different component arrangements.
  • the processor 520 is configured to run the program code stored in the memory to implement a function of: acquiring a batch modification instruction, where the batch modification instruction includes a template file identifier corresponding to the data to be modified; according to the template file The identifier displays the corresponding template file; the plurality of pieces of data information input by the user in the template file are obtained, wherein the data information includes query conditions and modification information for querying the data to be modified; and searching according to the query condition Corresponding data to be modified, and modifying the data to be modified according to the modification information.
  • the processor 520 after performing the acquiring multiple pieces of data information input by the user in the template file, the processor 520 further executes the following steps: determining whether the terminal meets the preset modification condition; if the terminal meets the preset The condition is modified, and the corresponding data to be modified is searched according to the query condition, and the data to be modified is modified according to the modification information.
  • the processor 520 when performing the determining whether the terminal meets the preset modification condition, specifically executes the following procedure: determining whether the current time of the terminal is within a preset modification time period; if the current time of the terminal is During the preset modification period, it is determined that the terminal meets the preset modification condition.
  • the processor 520 when performing the determining whether the terminal meets the preset modification condition, specifically performs the following steps: determining whether the terminal is in an idle state; and if the terminal is in an idle state, determining that the terminal meets the Preset modification conditions.
  • the processor 520 after performing the search for the corresponding data to be modified according to the query condition, and modifying the data to be modified according to the modification information, the processor 520 further executes the following procedure: if there is an unsuccessfully processed Data information, the unsuccessfully processed data information is added to the asynchronous task; determining whether the number of times the terminal processes the unsuccessfully processed data information exceeds a preset number of times; if the preset number of times is exceeded, displaying The prompt message prompts the user to manually modify it.
  • the processor 520 may be a central processing unit, and the processor 520 may also be other general purpose processors, digital signal processors, application specific integrated circuits, off-the-shelf programmable gate arrays, 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 be any conventional processor or the like.
  • computer device 500 architecture illustrated in FIG. 8 does not constitute a limitation to computer device 500, may include more or fewer components than illustrated, or may combine certain components, or different components. Arrangement.
  • a computer readable storage medium is stored, the computer readable storage medium storing a computer program, wherein the computer program comprises program instructions.
  • the method is: acquiring a batch modification instruction, where the batch modification instruction includes a template file identifier corresponding to the data to be modified; displaying the corresponding template file according to the template file identifier; a plurality of pieces of data information input in the template file, wherein the data information includes query conditions and modification information for querying the data to be modified; searching for corresponding data to be modified according to the query condition, and according to the modification information The data to be modified is modified.
  • the method further determines: determining whether the terminal meets the preset modification condition; if the terminal meets the preset The condition is modified, and the corresponding data to be modified is searched according to the query condition, and the data to be modified is modified according to the modification information.
  • the program instruction is executed by the processor to determine whether the terminal meets the preset modification condition: determining whether the current time of the terminal is within a preset modification time period; if the current time of the terminal is in the During the preset modification period, it is determined that the terminal satisfies the preset modification condition.
  • the specific implementation when the program instruction is executed by the processor to determine whether the terminal meets the preset modification condition, the specific implementation is: determining whether the terminal is in an idle state; and if the terminal is in an idle state, determining that the terminal meets the pre- Set the modification conditions.
  • the program instruction is executed by the processor to search for the corresponding data to be modified according to the query condition, and after modifying the to-be-modified data according to the modification information, further implementing: if there is an unsuccessfully processed Data information, the unsuccessfully processed data information is added to the asynchronous task; determining whether the number of times the terminal processes the unsuccessfully processed data information exceeds a preset number of times; if the preset number of times is exceeded, displaying The prompt message prompts the user to manually modify it.
  • the computer readable storage medium may be any medium that can store program code, such as a USB flash drive, a removable hard disk, a Read-Only Memory (ROM), a magnetic disk, or an optical disk.
  • program code such as a USB flash drive, a removable hard disk, a Read-Only Memory (ROM), a magnetic disk, or an optical disk.
  • each unit in each embodiment of the present application may be integrated into one processing unit, or each unit may exist physically separately, or two or more units may be integrated into one unit.
  • the above integrated unit can be implemented in the form of hardware or in the form of a software functional unit.
  • the integrated unit if implemented in the form of a software functional unit and sold or used as a standalone product, can be stored in a computer readable storage medium.
  • the technical solution of the present application may be in essence or part of the contribution to the prior art, or all or part of the technical solution may be embodied in the form of a software product stored in a storage medium.
  • There are a number of instructions for causing a computer device (which may be a personal computer, terminal, or network device, etc.) to perform all or part of the steps of the methods described in various embodiments of the present application.

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

An information modification method, an apparatus, a computer device and a computer-readable storage medium. The method comprises: acquiring a batch modification command, the batch modification command comprising a template file identifier corresponding to data to be modified (S101); according to the template file identifier, displaying a template file corresponding thereto (S102); acquiring multiple pieces of data information that are inputted by a user in the template file, wherein the data information comprises a query condition that is used for querying the data to be modified, as well as modification information (S103); searching for the corresponding data to be modified according to the query condition and modifying the data to be modified according to the modification information (S104).

Description

信息修改方法、装置、计算机设备及计算机可读存储介质Information modification method, device, computer device and computer readable storage medium
本申请要求于2017年8月30日提交中国专利局、申请号为201710764242.1、发明名称为“信息修改方法、装置、计算机设备及计算机可读存储介质”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。The present application claims priority to Chinese Patent Application No. 200910764242.1, entitled "Information Modification Method, Apparatus, Computer Equipment, and Computer Readable Storage Medium", filed on August 30, 2017, the entire contents of which are hereby incorporated by reference. This is incorporated herein by reference.
技术领域Technical field
本申请涉及数据处理技术领域,尤其涉及一种信息修改方法、装置、计算机设备及计算机可读存储介质。The present application relates to the field of data processing technologies, and in particular, to an information modification method, apparatus, computer device, and computer readable storage medium.
背景技术Background technique
在银行的保险产品中,经常会出现批量修改保单中销售信息、标的信息和整单保费等信息。现有的做法是工作人员访问相关系统,逐一调取保单,并对保单中的相关信息进行修改,这势必会占用工作人员较多的时间,给工作人员带来较多的工作量,降低批量保单修改效率。In the bank's insurance products, information such as sales information, subject information, and whole-book premiums in the policy is frequently modified. The existing practice is that the staff accesses the relevant system, retrieves the policy one by one, and modifies the relevant information in the policy. This will inevitably take more time for the staff, bring more work to the staff, and reduce the batch. Policy modification efficiency.
发明内容Summary of the invention
本申请提供了一种信息修改方法、装置、计算机设备及计算机可读存储介质,可以提高批量修改信息的效率。The application provides an information modification method, device, computer device and computer readable storage medium, which can improve the efficiency of batch modification of information.
第一方面,本申请提供了一种信息修改方法,其包括:In a first aspect, the application provides a method for modifying information, including:
获取批量修改指令,其中所述批量修改指令包括与待修改数据对应的模板文件标识;Obtaining a batch modification instruction, where the batch modification instruction includes a template file identifier corresponding to the data to be modified;
根据所述模板文件标识显示其对应的模板文件;Displaying a corresponding template file according to the template file identifier;
获取用户在所述模板文件中输入的多条数据信息,其中,所述数据信息包括用于查询所述待修改数据的查询条件和修改信息;Acquiring a plurality of pieces of data information input by the user in the template file, where the data information includes query conditions and modification information for querying the data to be modified;
根据所述查询条件查找对应的待修改数据,并根据所述修改信息对所述待修改数据进行修改。Searching for corresponding data to be modified according to the query condition, and modifying the data to be modified according to the modification information.
第二方面,本申请提供了一种信息修改装置,其包括:In a second aspect, the application provides an information modification apparatus, including:
指令获取单元,用于获取批量修改指令,其中所述批量修改指令包括待修 改数据对应的模板文件标识;An instruction obtaining unit, configured to acquire a batch modification instruction, where the batch modification instruction includes a template file identifier corresponding to the data to be modified;
显示单元,用于根据所述模板文件标识显示其对应的模板文件;a display unit, configured to display a corresponding template file according to the template file identifier;
信息获取单元,用于获取用户在所述模板文件中输入的多条数据信息,其中,所述数据信息包括用于查询所述待修改数据的查询条件和修改信息;An information obtaining unit, configured to acquire a plurality of pieces of data information input by the user in the template file, where the data information includes query conditions and modification information for querying the data to be modified;
修改单元,用于根据所述查询条件查找对应的待修改数据,并根据所述修改信息对所述待修改数据进行修改。And a modifying unit, configured to search for corresponding data to be modified according to the query condition, and modify the to-be-modified data according to the modification information.
第三方面,本申请又提供了一种计算机设备,包括存储器、处理器及存储在所述存储器上并可在所述处理器上运行的计算机程序,其中,所述处理器执行所述程序时实现发明提供的任一项所述的信息修改方法。In a third aspect, the present application further provides a computer device comprising a memory, a processor, and a computer program stored on the memory and operable on the processor, wherein when the processor executes the program The information modification method described in any one of the inventions is provided.
第四方面,本申请还提供了一种计算机可读存储介质,其中所述计算机可读存储介质存储有计算机程序,所述计算机程序包括程序指令,所述程序指令当被处理器执行时使所述处理器执行发明提供的任一项所述的信息修改方法。In a fourth aspect, the present application also provides a computer readable storage medium, wherein the computer readable storage medium stores a computer program, the computer program comprising program instructions, when executed by a processor The processor performs the information modification method of any one of the inventions provided by the invention.
本申请提供一种信息修改方法、装置、计算机设备及计算机可读存储介质。该信息修改方法可以实现批量修改信息的功能,提高批量修改信息的效率,降低工作人员的工作量,节省工作人员的时间。The application provides an information modification method, apparatus, computer device and computer readable storage medium. The information modification method can realize the function of mass modifying information, improve the efficiency of batch modification of information, reduce the workload of the staff, and save staff time.
附图说明DRAWINGS
为了更清楚地说明本申请实施例技术方案,下面将对实施例描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图是本申请的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他的附图。In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings used in the description of the embodiments will be briefly described below. It is obvious that the drawings in the following description are some embodiments of the present application. For the ordinary technicians, other drawings can be obtained based on these drawings without paying creative labor.
图1为本申请一实施例提供的一种信息修改方法的示意流程图;FIG. 1 is a schematic flowchart of a method for modifying information according to an embodiment of the present application;
图2为本申请一实施例中终端与服务器的交互示意图;2 is a schematic diagram of interaction between a terminal and a server in an embodiment of the present application;
图3为本申请一实施例提供的一种信息修改方法的另一示意流程图;FIG. 3 is another schematic flowchart of a method for modifying information according to an embodiment of the present application;
图4为本申请一实施例提供的一种信息修改装置的一示意性框图;FIG. 4 is a schematic block diagram of an information modification apparatus according to an embodiment of the present application;
图5为本申请一实施例提供的一种信息修改装置的一示意性框图;FIG. 5 is a schematic block diagram of an information modification apparatus according to an embodiment of the present application;
图6为本申请一实施例提供的一种信息修改装置的一示意性框图;FIG. 6 is a schematic block diagram of an information modification apparatus according to an embodiment of the present application;
图7为本申请一实施例提供的一种信息修改装置的一示意性框图;FIG. 7 is a schematic block diagram of an information modification apparatus according to an embodiment of the present application;
图8为本申请一实施例提供的一种计算机设备的一示意性框图。FIG. 8 is a schematic block diagram of a computer device according to an embodiment of the present application.
具体实施方式Detailed ways
下面将结合本申请实施例中的附图,对本申请实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例是本申请一部分实施例,而不是全部的实施例。基于本申请中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其他实施例,都属于本申请保护的范围。The technical solutions in the embodiments of the present application are clearly and completely described in the following with reference to the drawings in the embodiments of the present application. It is obvious that the described embodiments are a part of the embodiments of the present application, and not all of the embodiments. All other embodiments obtained by a person of ordinary skill in the art based on the embodiments of the present application without departing from the inventive scope are the scope of the present application.
应当理解,当在本说明书和所附权利要求书中使用时,术语“包括”和“包含”指示所描述特征、整体、步骤、操作、元素和/或组件的存在,但并不排除一个或多个其它特征、整体、步骤、操作、元素、组件和/或其集合的存在或添加。The use of the terms "comprising", "comprising", "","," The presence or addition of a plurality of other features, integers, steps, operations, elements, components, and/or collections thereof.
还应当理解,在此本申请说明书中所使用的术语仅仅是出于描述特定实施例的目的而并不意在限制本申请。如在本申请说明书和所附权利要求书中所使用的那样,除非上下文清楚地指明其它情况,否则单数形式的“一”、“一个”及“该”意在包括复数形式。The terminology used herein is for the purpose of describing particular embodiments and is not intended to be limiting. As used in the specification and the appended claims, the claims
还应当进一步理解,在本申请说明书和所附权利要求书中使用的术语“和/或”是指相关联列出的项中的一个或多个的任何组合以及所有可能组合,并且包括这些组合。It is further understood that the term "and/or" used in the specification and the appended claims means any combination of one or more of the associated listed items and all possible combinations, and includes the combinations .
请参阅图1,图1是本申请实施例提供的一种信息修改方法的示意流程图。该信息修改方法应用于台式电脑、手提电脑、平板电脑、个人数字助理(PDA)、智能手机(如Android手机、IOS手机等)等终端中。如图1所示,该方法包括步骤S101~S104。Please refer to FIG. 1. FIG. 1 is a schematic flowchart of a method for modifying information provided by an embodiment of the present application. The information modification method is applied to terminals such as desktop computers, laptop computers, tablet computers, personal digital assistants (PDAs), smart phones (such as Android mobile phones, IOS mobile phones, etc.). As shown in FIG. 1, the method includes steps S101 to S104.
S101、获取批量修改指令,其中所述批量修改指令包括与待修改数据对应的模板文件标识。S101. Acquire a batch modification instruction, where the batch modification instruction includes a template file identifier corresponding to the data to be modified.
当用户需要批量修改某些信息时,用户可以在终端中点击批量修改按钮,这样终端会获取到批量修改指令。其中,该批量修改指令包括待修改数据对应的模板文件标识。譬如,当用户需要批量修改保单中的保费时,该保费即为该待修改数据。用户在终端上点击“批量修改保费”按钮,终端会获取到用户点击按钮时产生的批量修改指令。在该批量修改指令中携带有保费对应的模板文件标识。When the user needs to modify some information in batches, the user can click the batch modification button in the terminal, so that the terminal will obtain the batch modification instruction. The batch modification instruction includes a template file identifier corresponding to the data to be modified. For example, when the user needs to modify the premium in the policy in batches, the premium is the data to be modified. When the user clicks the “Batch Modify Premium” button on the terminal, the terminal will obtain the batch modification instruction generated when the user clicks the button. The batch modification instruction carries the template file identifier corresponding to the premium.
在一实施例中,模板文件标识可以为模板文件的编号、存储地址、名称等。譬如,与保费对应的模板文件标识可以为“保费模板文件”,或者“001”等, 在此不对模板文件标识的具体形式做限制。In an embodiment, the template file identifier may be a template file number, a storage address, a name, and the like. For example, the template file identifier corresponding to the premium may be a "premium template file", or "001", etc., and the specific form of the template file identifier is not limited herein.
S102、根据所述模板文件标识显示其对应的模板文件。S102. Display a corresponding template file according to the template file identifier.
当获取到模板文件标识后,将根据该模板文件标识查找对应的模板文件,并将模板文件显示出来,便于用户在模板文件中输入相关信息。After the template file identifier is obtained, the corresponding template file is searched according to the template file identifier, and the template file is displayed, so that the user can input relevant information in the template file.
在本实施例中,该模板文件可以为CSV(Comma-Separated Values)文件。该CSV文件是以纯文本形式存储表格数据。可以理解的是,在其他实施例中,模板文件也可以采用其他格式的文件,在此不做具体限制。In this embodiment, the template file may be a CSV (Comma-Separated Values) file. The CSV file stores the form data in plain text. It can be understood that, in other embodiments, the template file may also adopt files in other formats, and is not specifically limited herein.
S103、获取用户在所述模板文件中输入的多条数据信息,其中所述数据信息包括用于查询所述待修改数据的查询条件和修改信息。S103. Acquire a plurality of pieces of data information input by the user in the template file, where the data information includes query conditions and modification information for querying the to-be-modified data.
终端显示该模板文件后,用户可以根据模板文件的内容及格式输入多条数据信息。这样终端就可以通过模板文件获取到该多条数据信息。其中,该数据信息包括查询待修改数据的查询条件和修改信息。After the terminal displays the template file, the user can input multiple pieces of data information according to the content and format of the template file. In this way, the terminal can obtain the multiple pieces of data information through the template file. The data information includes query conditions and modification information for querying data to be modified.
譬如,待修改数据为保费,查询该保费的查询条件为保单号,修改信息为待修改保费对应的最新保费数额。那么对应的模板文件中可以设有“保单号”栏和“最新保费数额”栏,如表1所示。For example, if the data to be modified is a premium, the query condition for inquiring the premium is the policy number, and the modification information is the latest premium amount corresponding to the premium to be modified. Then the corresponding template file can have a "policy number" column and a "latest premium amount" column, as shown in Table 1.
表1Table 1
保单号Policy number 最新保费数额Latest premium amount
请输入保单号Please enter the policy number 请输入最新保费数额Please enter the latest premium amount
在表1中,用户在该“保单号”栏中依次输入待修改保费对应的保单号,在该“最新保费数额”栏中依次输入待修改保费的最新保费数额,这样终端就可以根据获取到的多条保单号和最新保费数额执行步骤S104。需要说明的是,模板文件的格式不局限于表1所示的格式,表1所示的格式仅仅众多种格式中的一种,表1不能用于限制本申请中模板文件的格式以及内容。In Table 1, the user enters the policy number corresponding to the premium to be modified in the “Policy Number” column, and enters the latest premium amount of the premium to be modified in the “Latest Premium Amount” column, so that the terminal can obtain the The plurality of policy numbers and the latest premium amount are executed in step S104. It should be noted that the format of the template file is not limited to the format shown in Table 1. The format shown in Table 1 is only one of a variety of formats. Table 1 cannot be used to limit the format and content of the template file in this application.
S104、根据所述查询条件查找对应的待修改数据,并根据所述修改信息对所述待修改数据进行修改。S104. Search for corresponding data to be modified according to the query condition, and modify the data to be modified according to the modification information.
在获取到多条数据信息之后,将根据每条数据信息中的查询条件查找对应的待修改数据,然后,将待修改数据修改为修改信息,从而完成批量对待修改数据进行修改的任务。譬如,待修改信息为保费,终端获取到1000条数据信息后,将逐一读取该数据信息,并根据每条数据信息中的保单号查找到对应的保单,并将原来的保费修改为最新保费数额。After obtaining multiple pieces of data information, the corresponding data to be modified is searched according to the query condition in each piece of data information, and then the data to be modified is modified into modification information, thereby completing the task of modifying the data to be modified in batches. For example, if the information to be modified is a premium, the terminal will read the data information one by one after obtaining 1000 pieces of data information, and find the corresponding policy according to the policy number in each piece of data information, and modify the original premium to the latest premium. Amount.
请参阅图2,图2为一实施例中终端与服务器的交互示意图。在一实施例中,终端根据所述查询条件查找对应的待修改数据具体为:向服务器发送数据获取请求,其中,所述数据获取请求中包括所述查询条件;接收服务器反馈的与所述查询条件对应的待修改数据。在终端根据所述修改信息对所述待修改数据进行修改之后,将修改后的数据发送至服务器存储。在该实施例中,该待修改数据存储在服务器中,这样可以减轻终端的存储压力。Please refer to FIG. 2. FIG. 2 is a schematic diagram of interaction between a terminal and a server in an embodiment. In an embodiment, the terminal searches for the corresponding data to be modified according to the query condition, where the data acquisition request is sent to the server, where the data acquisition request includes the query condition; and the receiving server feeds back the query. The data to be modified corresponding to the condition. After the terminal modifies the to-be-modified data according to the modification information, the modified data is sent to the server for storage. In this embodiment, the data to be modified is stored in the server, which can alleviate the storage pressure of the terminal.
需要说明的是,在其他实施例中,终端与服务器之间的交互内容以及次数不局限于图2所示的情况,还可以包括其他内容。譬如,步骤S102中的模板文件也可以存储在服务器中。当终端获取到模板文件标识后,向服务器发送获取模板文件请求,其中,所述获取模板文件请求中包括模板文件标识;服务器根据模板文件标识查找到相应的模板文件,将模板文件发送至终端。终端接收服务器发送的模板文件,并执行显示所述模板文件的步骤。It should be noted that, in other embodiments, the content and the number of interactions between the terminal and the server are not limited to the case shown in FIG. 2, and may include other content. For example, the template file in step S102 can also be stored in the server. After obtaining the template file identifier, the terminal sends a template file request to the server, where the template file request includes the template file identifier, and the server searches for the template file according to the template file identifier, and sends the template file to the terminal. The terminal receives the template file sent by the server and performs the step of displaying the template file.
可以理解的是,上述待修改数据、模板文件等信息也可以直接存储在终端中,这样当终端需要执行修改数据时,直接从存储器中读取相关待修改数据即可,减少终端与服务器之间的数据交互。It can be understood that the information to be modified, the template file, and the like can also be directly stored in the terminal, so that when the terminal needs to execute the modified data, the related data to be modified can be directly read from the memory, thereby reducing the relationship between the terminal and the server. Data interaction.
在一实施例中,为了便于用户实时了解批量修改信息的进度,在根据所述查询条件查找对应的待修改数据,并根据所述修改信息对所述待修改数据进行修改时,还包括:统计并显示当前已处理数据信息的条数和未处理数据信息的条数。In an embodiment, in order to facilitate the user to know the progress of the batch modification information in real time, when the corresponding data to be modified is searched according to the query condition, and the data to be modified is modified according to the modification information, the method further includes: It also displays the number of currently processed data information and the number of unprocessed data information.
本申请实施例的信息修改方法可以实现批量修改信息的功能,提高批量修改信息的效率,降低工作人员的工作量,节省工作人员的时间。The information modification method in the embodiment of the present application can implement the function of mass modifying information, improve the efficiency of batch modifying information, reduce the workload of the staff, and save staff time.
请参阅图3,图3是本申请实施例提供的一种信息修改方法的另一示意流程图。该信息修改方法应用于台式电脑、手提电脑、平板电脑、个人数字助理(PDA)、智能手机(如Android手机、IOS手机等)等终端中。如图3所示,该方法包括步骤S201~S210。Please refer to FIG. 3. FIG. 3 is another schematic flowchart of an information modification method according to an embodiment of the present application. The information modification method is applied to terminals such as desktop computers, laptop computers, tablet computers, personal digital assistants (PDAs), smart phones (such as Android mobile phones, IOS mobile phones, etc.). As shown in FIG. 3, the method includes steps S201 to S210.
S201、获取批量修改指令,其中所述批量修改指令包括与待修改数据对应的模板文件标识。S201. Acquire a batch modification instruction, where the batch modification instruction includes a template file identifier corresponding to the data to be modified.
当用户需要批量修改某些信息时,用户可以在终端中点击批量修改按钮,这样终端会获取到批量修改指令。其中,该批量修改指令包括待修改数据对应 的模板文件标识。When the user needs to modify some information in batches, the user can click the batch modification button in the terminal, so that the terminal will obtain the batch modification instruction. The batch modification instruction includes a template file identifier corresponding to the data to be modified.
譬如,当用户需要批量修改保单中的保费时,该保费即为该待修改数据。用户在终端上点击“批量修改保费”按钮,终端会获取到用户点击按钮时产生的批量修改指令。在该批量修改指令中携带有保费对应的模板文件标识。For example, when the user needs to modify the premium in the policy in batches, the premium is the data to be modified. When the user clicks the “Batch Modify Premium” button on the terminal, the terminal will obtain the batch modification instruction generated when the user clicks the button. The batch modification instruction carries the template file identifier corresponding to the premium.
在一实施例中,模板文件标识可以为模板文件的编号、存储地址、名称等,在此不对模板文件标识的具体形式做限制。In an embodiment, the template file identifier may be a template file number, a storage address, a name, and the like, and the specific form of the template file identifier is not limited herein.
S202、根据所述模板文件标识显示其对应的模板文件。S202. Display a template file corresponding to the template file identifier.
当获取到模板文件标识后,将根据该模板文件标识查找对应的模板文件,并将模板文件显示出来,便于用户在模板文件中输入相关信息。After the template file identifier is obtained, the corresponding template file is searched according to the template file identifier, and the template file is displayed, so that the user can input relevant information in the template file.
在本实施例中,该模板文件可以为CSV(Comma-Separated Values)文件。该CSV文件是以纯文本形式存储表格数据。可以理解的是,在其他实施例中,模板文件也可以采用其他格式的文件,在此不做具体限制。In this embodiment, the template file may be a CSV (Comma-Separated Values) file. The CSV file stores the form data in plain text. It can be understood that, in other embodiments, the template file may also adopt files in other formats, and is not specifically limited herein.
S203、获取用户在所述模板文件中输入的多条数据信息,其中所述数据信息包括用于查询所述待修改数据的查询条件和修改信息。S203. Acquire a plurality of pieces of data information input by the user in the template file, where the data information includes query conditions and modification information for querying the data to be modified.
终端显示该模板文件后,用户可以根据模板文件的内容及格式输入多条数据信息。这样终端就可以通过模板文件获取到该多条数据信息。其中,该数据信息包括查询待修改数据的查询条件和修改信息。After the terminal displays the template file, the user can input multiple pieces of data information according to the content and format of the template file. In this way, the terminal can obtain the multiple pieces of data information through the template file. The data information includes query conditions and modification information for querying data to be modified.
譬如,待修改数据为保费,查询该保费的查询条件为保单号,修改信息为待修改保费对应的最新保费数额。那么对应的模板文件中可以设有“保单号”栏和“最新保费数额”栏。用户在该“保单号”栏中依次输入待修改保费对应的保单号,在该“最新保费数额”栏中依次输入待修改保费的最新保费数额,这样终端就可以根据获取到的多条保单号和最新保费数额执行后续步骤。For example, if the data to be modified is a premium, the query condition for inquiring the premium is the policy number, and the modification information is the latest premium amount corresponding to the premium to be modified. Then the corresponding template file can have a "policy number" column and a "latest premium amount" column. In the "Policy Number" column, the user enters the policy number corresponding to the premium to be modified, and enters the latest premium amount of the premium to be modified in the "Latest premium amount" column, so that the terminal can obtain multiple policy numbers according to the obtained policy. Follow the next steps with the latest premium amount.
在一实施例中,获取用户在所述模板文件中输入的多条数据信息之后,还包括:根据多条所述数据信息和模板文件生成待修改文件。这样在后续执行批量修改时,可以依次读取待修改文件中的多条数据信息。同时,在终端不满足预先设置的修改条件下,可以暂时存储该待修改文件,并在终端满足预先设置的修改条件下,再执行批量修改操作。In an embodiment, after acquiring a plurality of pieces of data information input by the user in the template file, the method further includes: generating a file to be modified according to the plurality of pieces of the data information and the template file. In this way, when the batch modification is performed subsequently, multiple pieces of data information in the file to be modified may be sequentially read. At the same time, if the terminal does not meet the preset modification condition, the file to be modified may be temporarily stored, and the batch modification operation is performed after the terminal satisfies the preset modification condition.
在获取到用户在所述模板文件中输入的多条数据信息之后,终端将执行步骤S204。After acquiring a plurality of pieces of data information input by the user in the template file, the terminal performs step S204.
S204、判断终端是否满足预设修改条件;若所述终端满足所述预设修改条 件,执行步骤S205;若所述终端不满足所述预设修改条件,执行步骤S206。S204: Determine whether the terminal meets the preset modification condition; if the terminal meets the preset modification condition, step S205 is performed; if the terminal does not satisfy the preset modification condition, step S206 is performed.
为了不影响用户正常使用终端,在获取到多条数据信息之后,将判断终端是否满足预设修改条件。In order not to affect the normal use of the terminal by the user, after obtaining a plurality of pieces of data information, it is determined whether the terminal satisfies the preset modification condition.
具体地,在一实施例中,判断终端是否满足预设修改条件,包括:判断所述终端的当前时间是否处于预设修改时间段内。若所述终端的当前时间处于所述预设修改时间段内,则判定所述终端满足所述预设修改条件。譬如,预设修改时间段为每天的18点至第二天早上8点,也就是下班时间段。当判断出终端的当前时间处于预设修改时间段内时,说明用户已下班,用户可能不需要使用该终端,将判定终端满足预设修改条件,终端可以执行步骤S205。Specifically, in an embodiment, determining whether the terminal meets the preset modification condition comprises: determining whether the current time of the terminal is within a preset modification time period. If the current time of the terminal is within the preset modification time period, it is determined that the terminal meets the preset modification condition. For example, the preset modification time period is from 18 o'clock every day to 8 o'clock in the morning, that is, the off-duty time period. When it is determined that the current time of the terminal is within the preset modification time period, it indicates that the user has left the work, the user may not need to use the terminal, and the terminal is determined to meet the preset modification condition, and the terminal may perform step S205.
具体地,在另一实施例中,判断终端是否满足预设修改条件,包括:判断所述终端是否处于空闲状态。若所述终端处于空闲状态,判定所述终端满足所述预设修改条件。譬如,当用户并未使用终端处理事务,或者使用终端处理事务较少,终端还有较多的资源可以处理其他事务,那此时判定终端处于空闲状态。也就是说,判定终端满足预设修改条件,终端可以执行步骤S205。Specifically, in another embodiment, determining whether the terminal meets the preset modification condition comprises: determining whether the terminal is in an idle state. If the terminal is in an idle state, it is determined that the terminal meets the preset modification condition. For example, when the user does not use the terminal to process the transaction, or the terminal uses less processing transactions, the terminal has more resources to process other transactions, and then the terminal is determined to be in an idle state. That is to say, it is determined that the terminal meets the preset modification condition, and the terminal may perform step S205.
可以理解的是,预设修改条件不局限于上述的预设修改时间段和空闲状态。在其他实施例中,还可以为其他条件,在此不做具体限制。It can be understood that the preset modification condition is not limited to the preset modification time period and the idle state described above. In other embodiments, other conditions may also be used, and no specific limitation is imposed herein.
S205、根据所述查询条件查找对应的待修改数据,并根据所述修改信息对所述待修改数据进行修改。S205. Search for corresponding data to be modified according to the query condition, and modify the data to be modified according to the modification information.
当终端满足预设修改条件时,终端将逐一读取每条数据信息,并根据每条数据信息中的查询条件查找对应的待修改数据,然后,将待修改数据修改为修改信息,从而完成批量对待修改数据进行修改的任务。When the terminal meets the preset modification condition, the terminal reads each piece of data information one by one, and searches for corresponding data to be modified according to the query condition in each piece of data information, and then, the data to be modified is modified into modification information, thereby completing the batch. The task of modifying the modified data.
在一实施例中,为了便于用户实时了解批量修改信息的进度,在根据所述查询条件查找对应的待修改数据,并根据所述修改信息对所述待修改数据进行修改时,还包括:统计并显示当前已处理数据信息的条数和未处理数据信息的条数。In an embodiment, in order to facilitate the user to know the progress of the batch modification information in real time, when the corresponding data to be modified is searched according to the query condition, and the data to be modified is modified according to the modification information, the method further includes: It also displays the number of currently processed data information and the number of unprocessed data information.
在终端执行步骤S205时,有时会出现故障导致数据信息不能够成功处理。譬如,根据数据信息中的保单号未找到对应的保单。此时,该条数据信息就为未成功处理的数据信息。当然,出现未成功处理的数据信息的情况还有很多,不局限于上述情况。当存在未成功处理的数据信息时,终端将执行步骤S207。When the terminal performs step S205, sometimes a failure occurs and the data information cannot be successfully processed. For example, the corresponding policy is not found according to the policy number in the data information. At this time, the piece of data information is data information that has not been successfully processed. Of course, there are many cases where unsuccessfully processed data information occurs, and it is not limited to the above. When there is data information that has not been successfully processed, the terminal will perform step S207.
S206、存储多条所述数据信息,并返回执行步骤S204。S206. Store a plurality of pieces of the data information, and return to step S204.
当步骤S204判断出终端不满足所述预设修改条件时,为了不影响用户使用终端,终端将存储多条数据信息,并返回执行步骤S204,直至判断出终端满足预设修改条件为止。When it is determined in step S204 that the terminal does not satisfy the preset modification condition, in order not to affect the user using the terminal, the terminal stores a plurality of pieces of data information, and returns to step S204 until it is determined that the terminal meets the preset modification condition.
在一实施例中,在终端根据多条数据信息和模板文件生成待修改文件的情况下,若步骤S204判断出该终端不满足预设修改条件,终端将存储该待修改文件并返回执行步骤S204,直至判断出终端满足待修改条件为止。In an embodiment, if the terminal generates a file to be modified according to the plurality of pieces of data information and the template file, if the step S204 determines that the terminal does not meet the preset modification condition, the terminal stores the file to be modified and returns to step S204. Until it is determined that the terminal satisfies the condition to be modified.
S207、若存在未成功处理的数据信息,将所述未成功处理的数据信息添加到异步任务中。S207. If there is data information that is not successfully processed, add the unsuccessfully processed data information to the asynchronous task.
在本实施例中,当判断出存在未成功处理的数据信息时,将未成功处理的数据信息添加到异步任务中。这样终端可以暂时跳过未成功处理的数据信息继续处理后面的数据信息。同时,将该未成功处理的数据信息添加到异步任务中,在终端满足一定条件下可以重新对该未成功处理的数据信息进行处理。In this embodiment, when it is determined that there is data information that is not successfully processed, the data information that has not been successfully processed is added to the asynchronous task. In this way, the terminal can temporarily skip the unsuccessfully processed data information and continue processing the subsequent data information. At the same time, the unsuccessfully processed data information is added to the asynchronous task, and the unsuccessfully processed data information can be processed again after the terminal satisfies certain conditions.
S208、判断所述终端对所述未成功处理的数据信息进行处理的次数是否超过预设次数;若未超过所述预设次数,则执行步骤S209;若超过所述预设次数,则执行步骤S210。S208: Determine whether the number of times the terminal processes the unsuccessfully processed data information exceeds a preset number of times; if the preset number of times is not exceeded, step S209 is performed; if the preset number of times is exceeded, step is performed S210.
当终端将未成功处理的数据信息添加到异步任务中后,将判断对该未成功处理的数据信息进行处理的次数是否超过预设次数。在此,预设次数可以为3次,当然,预设次数还可以为其他数值,在此不做具体限制。After the terminal adds the unsuccessfully processed data information to the asynchronous task, it is determined whether the number of times the unsuccessfully processed data information is processed exceeds a preset number of times. Here, the preset number of times may be three times. Of course, the preset number of times may be other values, and no specific limitation is imposed here.
S209、在所述终端满足所述预设修改条件或处理完全部所述数据信息之后重新对所述未成功处理的数据信息进行处理。S209. Re-process the unsuccessfully processed data information after the terminal satisfies the preset modification condition or processes the complete data information.
在一实施例中,当终端判断出对未成功处理的数据信息进行处理的次数未超过预设次数时,在终端满足预设修改条件时重新对未成功处理的数据信息进行处理。可以理解的是,终端对未成功处理的数据信息进行处理的进程可以与终端处理未处理的数据信息的进程并行进行。In an embodiment, when the terminal determines that the number of times the unsuccessfully processed data information is processed does not exceed the preset number of times, the unsuccessfully processed data information is reprocessed when the terminal meets the preset modification condition. It can be understood that the process of the terminal processing the unsuccessfully processed data information can be performed in parallel with the process of the terminal processing the unprocessed data information.
在另一实施例中,当终端判断出对未成功处理的数据信息进行处理的次数未超过预设次数时,在终端处理完全部所述数据信息之后,重新对所述未成功处理的数据信息进行处理。In another embodiment, when the terminal determines that the number of times the unsuccessfully processed data information is processed does not exceed the preset number of times, after the terminal processes the entire portion of the data information, the unsuccessfully processed data information is re-processed. Process it.
S210、显示提示信息以提示用户手动修改。S210. Display a prompt message to prompt the user to manually modify.
当终端判断出对未成功处理的数据信息进行处理的次数超过预设次数时,说明终端无法对该未成功处理的数据信息进行修改操作,此时终端显示提示信 息,以提示用户手动处理该未成功处理的数据信息。When the terminal determines that the number of times the unsuccessfully processed data information is processed exceeds the preset number of times, the terminal cannot modify the unsuccessfully processed data information, and the terminal displays the prompt information to prompt the user to manually process the Successfully processed data information.
本申请实施例的信息修改方法,在终端批量修改信息时,不耽误用户使用终端处理其他事务,提高批量修改信息的效率,降低工作人员的工作量,节省工作人员的时间。In the information modification method of the embodiment of the present application, when the terminal batchly modifies the information, the user does not delay the use of the terminal to process other transactions, improve the efficiency of batch modification of information, reduce the workload of the staff, and save staff time.
本申请实施例还提供一种信息修改装置,该信息修改装置用于执行前述任意一种信息修改方法。具体地,请参阅图4,图4是本申请实施例提供的一种信息修改装置的示意性框图。信息修改装置300可以安装于台式电脑、平板电脑、手提电脑、智能手机、个人数字助理(PAD)或平板电脑等终端中。The embodiment of the present application further provides an information modification apparatus, which is used to execute any of the foregoing information modification methods. Specifically, please refer to FIG. 4, which is a schematic block diagram of an information modification apparatus according to an embodiment of the present application. The information modification device 300 can be installed in a terminal such as a desktop computer, a tablet computer, a laptop computer, a smart phone, a personal digital assistant (PAD), or a tablet computer.
如图4所示,信息修改装置300包括指令获取单元310、显示单元320、信息获取单元330和修改单元340。As shown in FIG. 4, the information modification apparatus 300 includes an instruction acquisition unit 310, a display unit 320, an information acquisition unit 330, and a modification unit 340.
指令获取单元310,用于获取批量修改指令,其中所述批量修改指令包括与待修改数据对应的模板文件标识。The instruction obtaining unit 310 is configured to acquire a batch modification instruction, where the batch modification instruction includes a template file identifier corresponding to the data to be modified.
显示单元320,用于根据所述模板文件标识显示其对应的模板文件。The display unit 320 is configured to display its corresponding template file according to the template file identifier.
信息获取单元330,用于获取用户在所述模板文件中输入的多条数据信息,其中,所述数据信息包括用于查询所述待修改数据的查询条件和修改信息。The information obtaining unit 330 is configured to obtain a plurality of pieces of data information input by the user in the template file, where the data information includes query conditions and modification information for querying the data to be modified.
修改单元340,用于根据所述查询条件查找对应的待修改数据,并根据所述修改信息对所述待修改数据进行修改。The modifying unit 340 is configured to search for corresponding data to be modified according to the query condition, and modify the data to be modified according to the modification information.
在一实施例中,如图5所示,为了便于用户实时了解批量修改信息的进度,该信息修改装置300还包括统计显示单元350。该统计显示单元350用于统计并显示当前已处理数据信息的条数和未处理数据信息的条数。In an embodiment, as shown in FIG. 5, in order to facilitate the user to know the progress of the batch modification information in real time, the information modification apparatus 300 further includes a statistical display unit 350. The statistical display unit 350 is configured to count and display the number of pieces of currently processed data information and the number of pieces of unprocessed data information.
需要说明的是,所属领域的技术人员可以清楚地了解到,为了描述的方便和简洁,上述描述的信息修改装置300和单元的具体工作过程,可以参考前述方法实施例中的对应过程,在此不再赘述。It should be noted that those skilled in the art can clearly understand that for the convenience and brevity of the description, the specific working process of the information modification apparatus 300 and the unit described above can refer to the corresponding process in the foregoing method embodiment, where No longer.
本申请实施例中的信息修改装置300,可以实现批量修改信息的功能,提高批量修改信息的效率,降低工作人员的工作量,节省工作人员的时间。The information modification apparatus 300 in the embodiment of the present application can implement the function of mass modifying information, improve the efficiency of batch modification of information, reduce the workload of the staff, and save staff time.
本申请实施例还提供一种信息修改装置,该信息修改装置用于执行前述任一项信息修改方法。具体地,请参阅图6,图6是本申请实施例提供的一种信息修改装置的另一示意性框图。信息修改装置400可以安装于台式电脑、平板电 脑、手提电脑、智能手机、个人数字助理(PAD)或平板电脑等终端中。The embodiment of the present application further provides an information modification apparatus, which is used to execute any of the foregoing information modification methods. Specifically, please refer to FIG. 6. FIG. 6 is another schematic block diagram of an information modification apparatus according to an embodiment of the present application. The information modification device 400 can be installed in a terminal such as a desktop computer, a tablet computer, a laptop computer, a smart phone, a personal digital assistant (PAD), or a tablet computer.
如图6所示,信息修改装置400包括指令获取单元410、显示单元420、信息获取单元430、第一判断单元440、修改单元450、添加单元460和第二判断单元470。As shown in FIG. 6, the information modification apparatus 400 includes an instruction acquisition unit 410, a display unit 420, an information acquisition unit 430, a first determination unit 440, a modification unit 450, an addition unit 460, and a second determination unit 470.
指令获取单元410,用于获取批量修改指令,其中所述批量修改指令包括待修改数据对应的模板文件标识。The instruction obtaining unit 410 is configured to acquire a batch modification instruction, where the batch modification instruction includes a template file identifier corresponding to the data to be modified.
显示单元420,用于根据所述模板文件标识显示其对应的模板文件。The display unit 420 is configured to display a corresponding template file according to the template file identifier.
信息获取单元430,用于获取用户在所述模板文件中输入的多条数据信息,其中,所述数据信息包括用于查询所述待修改数据的查询条件和修改信息。The information obtaining unit 430 is configured to acquire a plurality of pieces of data information input by the user in the template file, where the data information includes query conditions and modification information for querying the data to be modified.
第一判断单元440,用于判断终端是否满足预设修改条件。The first determining unit 440 is configured to determine whether the terminal meets the preset modification condition.
修改单元450,用于若所述终端满足所述预设修改条件,根据所述查询条件查找对应的待修改数据,并根据所述修改信息对所述待修改数据进行修改。The modifying unit 450 is configured to: if the terminal meets the preset modification condition, search for corresponding data to be modified according to the query condition, and modify the to-be-modified data according to the modification information.
在一实施例中,请参阅图7所示,为了便于用户实时了解批量修改信息的进度,该信息修改装置400还包括统计显示单元480。该统计显示单元480用于统计并显示当前已处理数据信息的条数和未处理数据信息的条数。In an embodiment, referring to FIG. 7 , the information modification apparatus 400 further includes a statistical display unit 480 in order to facilitate the user to know the progress of the batch modification information in real time. The statistical display unit 480 is configured to count and display the number of pieces of currently processed data information and the number of pieces of unprocessed data information.
在本实施例中,当出现未成功处理的数据信息时,修改单元450将该未成功处理的数据信息传递至添加单元460。In the present embodiment, when the unsuccessfully processed data information occurs, the modifying unit 450 passes the unsuccessfully processed data information to the adding unit 460.
添加单元460,用于若存在未成功处理的数据信息,将所述未成功处理的数据信息添加到异步任务中。The adding unit 460 is configured to add the unsuccessfully processed data information to the asynchronous task if there is data information that is not successfully processed.
第二判断单元470,用于判断所述终端对所述未成功处理的数据信息进行处理的次数是否超过预设次数。The second determining unit 470 is configured to determine whether the number of times the terminal processes the unsuccessfully processed data information exceeds a preset number of times.
当第二判断单元470判断出对未成功处理的数据信息进行处理的次数超过预设次数时,说明信息修改装置400无法对该未成功处理的数据信息进行修改操作,此时第二判断单元470向显示单元420发送第二信号,以使得显示单元420根据第二信号显示提示信息,以提示用户手动处理该未成功处理的数据信息。When the second determining unit 470 determines that the number of times the unsuccessfully processed data information is processed exceeds the preset number of times, the information modifying apparatus 400 cannot perform the modifying operation on the unsuccessfully processed data information. At this time, the second determining unit 470 The second signal is transmitted to the display unit 420 such that the display unit 420 displays the prompt information according to the second signal to prompt the user to manually process the unsuccessfully processed data information.
在一实施例中,当第二判断单元470判断出对未成功处理的数据信息进行处理的次数未超过预设次数时,第二判断单元470向修改单元450发送第三信号,以使得修改单元450在接收到第三信号后,在终端满足预设修改条件时重新对未成功处理的数据信息进行处理。In an embodiment, when the second determining unit 470 determines that the number of times of processing the unsuccessfully processed data information does not exceed the preset number of times, the second determining unit 470 sends a third signal to the modifying unit 450, so that the modifying unit After receiving the third signal, the 450 reprocesses the unsuccessfully processed data information when the terminal meets the preset modification condition.
在另一实施例中,当第二判断单元470判断出对未成功处理的数据信息进行处理的次数未超过预设次数时,第二判断单元470向修改单元450发送第四信号,以使得修改单元450在接收到第四信号后,在处理完全部所述数据信息之后重新对所述未成功处理的数据信息进行处理。In another embodiment, when the second determining unit 470 determines that the number of times of processing the unsuccessfully processed data information does not exceed the preset number of times, the second determining unit 470 sends a fourth signal to the modifying unit 450 to cause the modification. After receiving the fourth signal, the unit 450 re-processes the unsuccessfully processed data information after processing the complete portion of the data information.
需要说明的是,所属领域的技术人员可以清楚地了解到,为了描述的方便和简洁,上述描述的信息修改装置400和单元的具体工作过程,可以参考前述方法实施例中的对应过程,在此不再赘述。It should be noted that those skilled in the art can clearly understand that for the convenience and brevity of the description, the specific working process of the information modification apparatus 400 and the unit described above can refer to the corresponding process in the foregoing method embodiment, where No longer.
在本申请实施例中,在信息修改装置400批量修改信息时,不耽误用户使用终端处理其他事务,提高批量修改信息的效率,降低工作人员的工作量,节省工作人员的时间。In the embodiment of the present application, when the information modification apparatus 400 batchly modifies information, the user is not delayed in using the terminal to process other transactions, the efficiency of batch modification of information is improved, the workload of the staff is reduced, and the time of the staff is saved.
上述信息修改装置可以实现为一种计算机程序的形式,计算机程序可以在如图8所示的计算机设备上运行。请参阅图8,图8是本申请实施例提供的一种计算机设备的示意性框图。该计算机设备500设备可以是终端。该终端可以是智能手机、平板电脑、笔记本电脑、台式电脑、个人数字助理和穿戴式设备等具有通信功能的电子设备。The above information modification means can be implemented in the form of a computer program which can be run on a computer device as shown in FIG. Please refer to FIG. 8. FIG. 8 is a schematic block diagram of a computer device according to an embodiment of the present application. The computer device 500 device can be a terminal. The terminal can be a communication-enabled electronic device such as a smart phone, a tablet computer, a notebook computer, a desktop computer, a personal digital assistant, and a wearable device.
参照图8,该计算机设备500包括通过系统总线510连接的处理器520、存储器和网络接口550,其中,存储器可以包括非易失性存储介质530和内存储器540。Referring to FIG. 8, the computer device 500 includes a processor 520, a memory, and a network interface 550 connected by a system bus 510, wherein the memory can include a non-volatile storage medium 530 and an internal memory 540.
该非易失性存储介质530可存储操作系统531和计算机程序532。该计算机程序532被执行时,可使得处理器520执行一种信息修改方法。The non-volatile storage medium 530 can store an operating system 531 and a computer program 532. When the computer program 532 is executed, the processor 520 can be caused to perform an information modification method.
该处理器520用于提供计算和控制能力,支撑整个计算机设备500的运行。The processor 520 is used to provide computing and control capabilities to support the operation of the entire computer device 500.
该内存储器540中可储存有计算机程序,该计算机程序被处理器520执行时,可使得处理器520执行一种信息修改方法。The internal memory 540 can store a computer program that, when executed by the processor 520, can cause the processor 520 to perform an information modification method.
该网络接口550用于进行网络通信,如发送分配的任务等。本领域技术人员可以理解,图8中示出的结构,仅仅是与本申请方案相关的部分结构的框图,并不构成对本申请方案所应用于其上的计算机设备500的限定,具体的计算机设备500可以包括比图中所示更多或更少的部件,或者组合某些部件,或者具有不同的部件布置。The network interface 550 is used for network communication, such as sending assigned tasks and the like. It will be understood by those skilled in the art that the structure shown in FIG. 8 is only a block diagram of a part of the structure related to the solution of the present application, and does not constitute a limitation of the computer device 500 to which the solution of the present application is applied, and a specific computer device. 500 may include more or fewer components than shown, or some components may be combined, or have different component arrangements.
其中,所述处理器520用于运行存储在存储器中的程序代码,以实现如下功能:获取批量修改指令,其中所述批量修改指令包括与待修改数据对应的模 板文件标识;根据所述模板文件标识显示其对应的模板文件;获取用户在所述模板文件中输入的多条数据信息,其中所述数据信息包括用于查询所述待修改数据的查询条件和修改信息;根据所述查询条件查找对应的待修改数据,并根据所述修改信息对所述待修改数据进行修改。The processor 520 is configured to run the program code stored in the memory to implement a function of: acquiring a batch modification instruction, where the batch modification instruction includes a template file identifier corresponding to the data to be modified; according to the template file The identifier displays the corresponding template file; the plurality of pieces of data information input by the user in the template file are obtained, wherein the data information includes query conditions and modification information for querying the data to be modified; and searching according to the query condition Corresponding data to be modified, and modifying the data to be modified according to the modification information.
在一实施例中,处理器520在执行获取用户在所述模板文件中输入的多条数据信息之后,还执行如下程序:判断终端是否满足预设修改条件;若所述终端满足所述预设修改条件,根据所述查询条件查找对应的待修改数据,并根据所述修改信息对所述待修改数据进行修改。In an embodiment, after performing the acquiring multiple pieces of data information input by the user in the template file, the processor 520 further executes the following steps: determining whether the terminal meets the preset modification condition; if the terminal meets the preset The condition is modified, and the corresponding data to be modified is searched according to the query condition, and the data to be modified is modified according to the modification information.
在一实施例中,处理器520在执行判断终端是否满足预设修改条件时,具体执行如下程序:判断所述终端的当前时间是否处于预设修改时间段内;若所述终端的当前时间处于所述预设修改时间段内,判定所述终端满足所述预设修改条件。In an embodiment, when performing the determining whether the terminal meets the preset modification condition, the processor 520 specifically executes the following procedure: determining whether the current time of the terminal is within a preset modification time period; if the current time of the terminal is During the preset modification period, it is determined that the terminal meets the preset modification condition.
在一实施例中,处理器520在执行判断终端是否满足预设修改条件时,具体执行如下程序:判断所述终端是否处于空闲状态;若所述终端处于空闲状态,判定所述终端满足所述预设修改条件。In an embodiment, when performing the determining whether the terminal meets the preset modification condition, the processor 520 specifically performs the following steps: determining whether the terminal is in an idle state; and if the terminal is in an idle state, determining that the terminal meets the Preset modification conditions.
在一实施例中,处理器520在执行根据所述查询条件查找对应的待修改数据,并根据所述修改信息对所述待修改数据进行修改之后,还执行如下程序:若存在未成功处理的数据信息,将所述未成功处理的数据信息添加到异步任务中;判断所述终端对所述未成功处理的数据信息进行处理的次数是否超过预设次数;若超过所述预设次数,显示提示信息以提示用户手动修改。In an embodiment, after performing the search for the corresponding data to be modified according to the query condition, and modifying the data to be modified according to the modification information, the processor 520 further executes the following procedure: if there is an unsuccessfully processed Data information, the unsuccessfully processed data information is added to the asynchronous task; determining whether the number of times the terminal processes the unsuccessfully processed data information exceeds a preset number of times; if the preset number of times is exceeded, displaying The prompt message prompts the user to manually modify it.
应当理解,在本申请实施例中,处理器520可以是中央处理单元,该处理器520还可以是其他通用处理器、数字信号处理器、专用集成电路、现成可编程门阵列或者其他可编程逻辑器件、分立门或者晶体管逻辑器件、分立硬件组件等。其中,通用处理器可以是微处理器或者该处理器也可以是任何常规的处理器等。It should be understood that in the embodiment of the present application, the processor 520 may be a central processing unit, and the processor 520 may also be other general purpose processors, digital signal processors, application specific integrated circuits, off-the-shelf programmable gate arrays, 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 be any conventional processor or the like.
本领域技术人员可以理解,图8中示出的计算机设备500结构并不构成对计算机设备500的限定,可以包括比图示更多或更少的部件,或者组合某些部件,或者不同的部件布置。Those skilled in the art will appreciate that the computer device 500 architecture illustrated in FIG. 8 does not constitute a limitation to computer device 500, may include more or fewer components than illustrated, or may combine certain components, or different components. Arrangement.
在本申请的另一实施例中提供一种计算机可读存储介质,该计算机可读存储介质存储有计算机程序,其中计算机程序包括程序指令。该程序指令被处理 器执行时实现:获取批量修改指令,其中所述批量修改指令包括与待修改数据对应的模板文件标识;根据所述模板文件标识显示其对应的模板文件;获取用户在所述模板文件中输入的多条数据信息,其中所述数据信息包括用于查询所述待修改数据的查询条件和修改信息;根据所述查询条件查找对应的待修改数据,并根据所述修改信息对所述待修改数据进行修改。In another embodiment of the present application, a computer readable storage medium is stored, the computer readable storage medium storing a computer program, wherein the computer program comprises program instructions. When the program instruction is executed by the processor, the method is: acquiring a batch modification instruction, where the batch modification instruction includes a template file identifier corresponding to the data to be modified; displaying the corresponding template file according to the template file identifier; a plurality of pieces of data information input in the template file, wherein the data information includes query conditions and modification information for querying the data to be modified; searching for corresponding data to be modified according to the query condition, and according to the modification information The data to be modified is modified.
在一实施例中,该程序指令被处理器执行获取用户在所述模板文件中输入的多条数据信息之后,还实现:判断终端是否满足预设修改条件;若所述终端满足所述预设修改条件,根据所述查询条件查找对应的待修改数据,并根据所述修改信息对所述待修改数据进行修改。In an embodiment, after the program instruction is executed by the processor to obtain a plurality of pieces of data information input by the user in the template file, the method further determines: determining whether the terminal meets the preset modification condition; if the terminal meets the preset The condition is modified, and the corresponding data to be modified is searched according to the query condition, and the data to be modified is modified according to the modification information.
在一实施例中,该程序指令被处理器执行判断终端是否满足预设修改条件时具体实现:判断所述终端的当前时间是否处于预设修改时间段内;若所述终端的当前时间处于所述预设修改时间段内,判定所述终端满足所述预设修改条件。In an embodiment, the program instruction is executed by the processor to determine whether the terminal meets the preset modification condition: determining whether the current time of the terminal is within a preset modification time period; if the current time of the terminal is in the During the preset modification period, it is determined that the terminal satisfies the preset modification condition.
在一实施例中,该程序指令被处理器执行判断终端是否满足预设修改条件时具体实现:判断所述终端是否处于空闲状态;若所述终端处于空闲状态,判定所述终端满足所述预设修改条件。In an embodiment, when the program instruction is executed by the processor to determine whether the terminal meets the preset modification condition, the specific implementation is: determining whether the terminal is in an idle state; and if the terminal is in an idle state, determining that the terminal meets the pre- Set the modification conditions.
在一实施例中,该程序指令被处理器执行根据所述查询条件查找对应的待修改数据,并根据所述修改信息对所述待修改数据进行修改之后,还实现:若存在未成功处理的数据信息,将所述未成功处理的数据信息添加到异步任务中;判断所述终端对所述未成功处理的数据信息进行处理的次数是否超过预设次数;若超过所述预设次数,显示提示信息以提示用户手动修改。In an embodiment, the program instruction is executed by the processor to search for the corresponding data to be modified according to the query condition, and after modifying the to-be-modified data according to the modification information, further implementing: if there is an unsuccessfully processed Data information, the unsuccessfully processed data information is added to the asynchronous task; determining whether the number of times the terminal processes the unsuccessfully processed data information exceeds a preset number of times; if the preset number of times is exceeded, displaying The prompt message prompts the user to manually modify it.
该计算机可读存储介质可以是U盘、移动硬盘、只读存储器(ROM,Read-Only Memory)、磁碟或者光盘等各种可以存储程序代码的介质。The computer readable storage medium may be any medium that can store program code, such as a USB flash drive, a removable hard disk, a Read-Only Memory (ROM), a magnetic disk, or an optical disk.
本领域普通技术人员可以意识到,结合本文中所公开的实施例描述的各示例的单元及算法步骤,能够以电子硬件、计算机软件或者二者的结合来实现。Those of ordinary skill in the art will appreciate that the elements and algorithm steps of the various examples described in connection with the embodiments disclosed herein can be implemented in electronic hardware, computer software, or a combination of both.
在本申请所提供的几个实施例中,应该理解到,所揭露的信息修改装置和方法,可以通过其它的方式实现。例如,以上所描述的信息修改装置实施例仅仅是示意性的。例如,各个单元的划分,仅仅为一种逻辑功能划分,实际实现时可以有另外的划分方式。例如多个单元或组件可以结合或者可以集成到另一个系统,或一些特征可以忽略,或不执行。该信息修改方法中的步骤可以根据 实际需要进行顺序调整、合并和删减。另外,在本申请各个实施例中的各功能单元可以集成在一个处理单元中,也可以是各个单元单独物理存在,也可以是两个或两个以上单元集成在一个单元中。上述集成的单元既可以采用硬件的形式实现,也可以采用软件功能单元的形式实现。In the several embodiments provided by the present application, it should be understood that the disclosed information modification apparatus and method may be implemented in other manners. For example, the information modification device embodiments described above are merely illustrative. For example, the division of each unit is only a logical function division, and there may be another division manner in actual implementation. For example, multiple units or components may be combined or integrated into another system, or some features may be omitted or not implemented. The steps in the information modification method can be sequentially adjusted, merged, and deleted according to actual needs. In addition, each functional unit in each embodiment of the present application may be integrated into one processing unit, or each unit may exist physically separately, or two or more units may be integrated into one unit. The above integrated unit can be implemented in the form of hardware or in the form of a software functional unit.
该集成的单元如果以软件功能单元的形式实现并作为独立的产品销售或使用时,可以存储在一个计算机可读取存储介质中。基于这样的理解,本申请的技术方案本质上或者说对现有技术做出贡献的部分,或者该技术方案的全部或部分可以以软件产品的形式体现出来,该计算机软件产品存储在一个存储介质中,包括若干指令用以使得一台计算机设备(可以是个人计算机,终端,或者网络设备等)执行本申请各个实施例所述方法的全部或部分步骤。The integrated unit, if implemented in the form of a software functional unit and sold or used as a standalone product, can be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present application may be in essence or part of the contribution to the prior art, or all or part of the technical solution may be embodied in the form of a software product stored in a storage medium. There are a number of instructions for causing a computer device (which may be a personal computer, terminal, or network device, etc.) to perform all or part of the steps of the methods described in various embodiments of the present application.
以上所述,仅为本申请的具体实施方式,但本申请的保护范围并不局限于此,任何熟悉本技术领域的技术人员在本申请揭露的技术范围内,可轻易想到各种等效的修改或替换,这些修改或替换都应涵盖在本申请的保护范围之内。因此,本申请的保护范围应以权利要求的保护范围为准。The foregoing is only a specific embodiment of the present application, but the scope of protection of the present application is not limited thereto, and any equivalents can be easily conceived by those skilled in the art within the technical scope disclosed in the present application. Modifications or substitutions are intended to be included within the scope of the present application. Therefore, the scope of protection of this application should be determined by the scope of protection of the claims.

Claims (20)

  1. 一种信息修改方法,其包括:An information modification method includes:
    获取批量修改指令,其中所述批量修改指令包括与待修改数据对应的模板文件标识;Obtaining a batch modification instruction, where the batch modification instruction includes a template file identifier corresponding to the data to be modified;
    根据所述模板文件标识显示其对应的模板文件;Displaying a corresponding template file according to the template file identifier;
    获取用户在所述模板文件中输入的多条数据信息,其中所述数据信息包括用于查询所述待修改数据的查询条件和修改信息;Acquiring a plurality of pieces of data information input by the user in the template file, where the data information includes query conditions and modification information for querying the data to be modified;
    根据所述查询条件查找对应的待修改数据,并根据所述修改信息对所述待修改数据进行修改。Searching for corresponding data to be modified according to the query condition, and modifying the data to be modified according to the modification information.
  2. 根据权利要求1所述的信息修改方法,其中,在所述获取用户在所述模板文件中输入的多条数据信息之后,还包括:判断终端是否满足预设修改条件;若所述终端满足所述预设修改条件,根据所述查询条件查找对应的待修改数据,并根据所述修改信息对所述待修改数据进行修改。The information modification method according to claim 1, wherein after the acquiring a plurality of pieces of data information input by the user in the template file, the method further comprises: determining whether the terminal satisfies a preset modification condition; The preset modification condition is performed, and the corresponding data to be modified is searched according to the query condition, and the data to be modified is modified according to the modification information.
  3. 根据权利要求2所述的信息修改方法,其中,所述判断终端是否满足预设修改条件,包括:判断所述终端的当前时间是否处于预设修改时间段内;若所述终端的当前时间处于所述预设修改时间段内,判定所述终端满足所述预设修改条件。The information modification method according to claim 2, wherein the determining whether the terminal meets the preset modification condition comprises: determining whether the current time of the terminal is within a preset modification time period; if the current time of the terminal is During the preset modification period, it is determined that the terminal meets the preset modification condition.
  4. 根据权利要求2所述的信息修改方法,其中,所述判断终端是否满足预设修改条件,包括:判断所述终端是否处于空闲状态;若所述终端处于空闲状态,判定所述终端满足所述预设修改条件。The information modification method according to claim 2, wherein the determining whether the terminal satisfies the preset modification condition comprises: determining whether the terminal is in an idle state; and if the terminal is in an idle state, determining that the terminal satisfies the Preset modification conditions.
  5. 根据权利要求2所述的信息修改方法,其中,在所述根据所述查询条件查找对应的待修改数据,并根据所述修改信息对所述待修改数据进行修改之后,还包括:若存在未成功处理的数据信息,将所述未成功处理的数据信息添加到异步任务中;判断所述终端对所述未成功处理的数据信息进行处理的次数是否超过预设次数;若超过所述预设次数,显示提示信息以提示用户手动修改。The information modification method according to claim 2, wherein after the searching for the corresponding data to be modified according to the query condition and modifying the data to be modified according to the modification information, the method further includes: if there is no The successfully processed data information, the unsuccessfully processed data information is added to the asynchronous task; determining whether the number of times the terminal processes the unsuccessfully processed data information exceeds a preset number; if the preset is exceeded The number of times, a message is displayed to prompt the user to manually modify.
  6. 根据权利要求5所述的信息修改方法,其中,在所述判断所述终端对所述未成功处理的数据信息进行处理的次数是否超过预设次数之后,还包括:若未超过所述预设次数,在所述终端满足所述预设修改条件或处理完全部所述数据信息之后重新对所述未成功处理的数据信息进行处理。The information modification method according to claim 5, wherein after the determining whether the number of times the terminal processes the unsuccessfully processed data information exceeds a preset number of times, the method further comprises: if the preset is not exceeded The number of times, the unsuccessfully processed data information is reprocessed after the terminal satisfies the preset modification condition or processes the entire portion of the data information.
  7. 根据权利要求1所述的信息修改方法,其中,所述根据所述查询条件查找对应的待修改数据,包括:向服务器发送数据获取请求,其中,所述数据获取请求包括所述查询条件;接收所述服务器反馈的与所述查询条件对应的待修改数据。The information modification method according to claim 1, wherein the searching for the corresponding data to be modified according to the query condition comprises: sending a data acquisition request to the server, wherein the data acquisition request includes the query condition; and receiving The data to be modified corresponding to the query condition fed back by the server.
  8. 根据权利要求2所述的信息修改方法,其中,所述根据所述查询条件查找对应的待修改数据,并根据所述修改信息对所述待修改数据进行修改,还包括:统计并显示当前已处理数据信息的条数和未处理数据信息的条数。The information modification method according to claim 2, wherein the searching for the corresponding data to be modified according to the query condition, and modifying the data to be modified according to the modification information, further comprising: counting and displaying the current The number of pieces of data information processed and the number of pieces of unprocessed data information.
  9. 根据权利要求1所述信息修改方法,其中,所述模板文件包括CSV文件。The information modification method according to claim 1, wherein said template file includes a CSV file.
  10. 一种信息修改装置,其包括:An information modification device comprising:
    指令获取单元,用于获取批量修改指令,其中所述批量修改指令包括与待修改数据对应的模板文件标识;An instruction obtaining unit, configured to acquire a batch modification instruction, where the batch modification instruction includes a template file identifier corresponding to the data to be modified;
    显示单元,用于根据所述模板文件标识显示其对应的模板文件;a display unit, configured to display a corresponding template file according to the template file identifier;
    信息获取单元,用于获取用户在所述模板文件中输入的多条数据信息,其中,所述数据信息包括用于查询所述待修改数据的查询条件和修改信息;An information obtaining unit, configured to acquire a plurality of pieces of data information input by the user in the template file, where the data information includes query conditions and modification information for querying the data to be modified;
    修改单元,用于根据所述查询条件查找对应的待修改数据,并根据所述修改信息对所述待修改数据进行修改。And a modifying unit, configured to search for corresponding data to be modified according to the query condition, and modify the to-be-modified data according to the modification information.
  11. 根据权利要求10所述的信息修改装置,其中,还包括第一判断单元;所述第一判断单元用于判断终端是否满足预设修改条件;所述修改单元具体用于若所述终端满足所述预设修改条件,根据所述查询条件查找对应的待修改数据,并根据所述修改信息对所述待修改数据进行修改。The information modification apparatus according to claim 10, further comprising a first determining unit; the first determining unit is configured to determine whether the terminal meets a preset modification condition; and the modifying unit is specifically configured to: if the terminal satisfies The preset modification condition is performed, and the corresponding data to be modified is searched according to the query condition, and the data to be modified is modified according to the modification information.
  12. 根据权利要求11所述的信息修改装置,其中,还包括:The information modification device according to claim 11, further comprising:
    添加单元,用于若存在未成功处理的数据信息,将所述未成功处理的数据信息添加到异步任务中;Adding a unit, if there is data information that is not successfully processed, adding the unsuccessfully processed data information to the asynchronous task;
    第二判断单元,用于判断所述终端对所述未成功处理的数据信息进行处理的次数是否超过预设次数;a second determining unit, configured to determine whether the number of times the terminal processes the unsuccessfully processed data information exceeds a preset number of times;
    所述显示单元,还用于若超过所述预设次数,显示提示信息以提示用户手动修改。The display unit is further configured to: if the preset number of times is exceeded, display prompt information to prompt the user to manually modify.
  13. 一种计算机设备,包括存储器、处理器及存储在所述存储器上并可在所述处理器上运行的计算机程序,其中,所述处理器执行所述计算机程序时实现:获取批量修改指令,其中所述批量修改指令包括与待修改数据对应的模板文件 标识;根据所述模板文件标识显示其对应的模板文件;获取用户在所述模板文件中输入的多条数据信息,其中所述数据信息包括用于查询所述待修改数据的查询条件和修改信息;根据所述查询条件查找对应的待修改数据,并根据所述修改信息对所述待修改数据进行修改。A computer device comprising a memory, a processor, and a computer program stored on the memory and executable on the processor, wherein the processor executes the computer program: obtaining a batch modification instruction, wherein The batch modification instruction includes a template file identifier corresponding to the data to be modified; displaying the corresponding template file according to the template file identifier; and acquiring a plurality of pieces of data information input by the user in the template file, where the data information includes a query condition and modification information for querying the data to be modified; searching for corresponding data to be modified according to the query condition, and modifying the data to be modified according to the modification information.
  14. 根据权利要求13所述的计算机设备,其中,所述处理器执行所述程序时以实现所述获取用户在所述模板文件中输入的多条数据信息之后,还实现:判断终端是否满足预设修改条件;若所述终端满足所述预设修改条件,根据所述查询条件查找对应的待修改数据,并根据所述修改信息对所述待修改数据进行修改。The computer device according to claim 13, wherein, after the processor executes the program to implement the acquiring a plurality of pieces of data information input by the user in the template file, the method further comprises: determining whether the terminal meets the preset And modifying the condition; if the terminal meets the preset modification condition, searching for the corresponding data to be modified according to the query condition, and modifying the to-be-modified data according to the modification information.
  15. 根据权利要求14所述的计算机设备,其中,所述处理器执行所述程序以实现判断终端是否满足预设修改条件时,具体实现:判断所述终端的当前时间是否处于预设修改时间段内;若所述终端的当前时间处于所述预设修改时间段内,判定所述终端满足所述预设修改条件。The computer device according to claim 14, wherein the processor executes the program to determine whether the terminal meets the preset modification condition, and specifically determines whether the current time of the terminal is within a preset modification time period. If the current time of the terminal is within the preset modification time period, it is determined that the terminal meets the preset modification condition.
  16. 根据权利要求14所述的计算机设备,其中,所述处理器执行所述程序以实现判断终端是否满足预设修改条件时,具体实现:判断所述终端是否处于空闲状态;若所述终端处于空闲状态,判定所述终端满足所述预设修改条件。The computer device according to claim 14, wherein the processor executes the program to determine whether the terminal meets a preset modification condition, and specifically implements: determining whether the terminal is in an idle state; if the terminal is idle a state, determining that the terminal satisfies the preset modification condition.
  17. 一种计算机可读存储介质,其中,所述计算机可读存储介质存储有计算机程序,所述计算机程序包括程序指令,所述程序指令当被处理器执行时使所述处理器执行:获取批量修改指令,其中所述批量修改指令包括与待修改数据对应的模板文件标识;根据所述模板文件标识显示其对应的模板文件;获取用户在所述模板文件中输入的多条数据信息,其中所述数据信息包括用于查询所述待修改数据的查询条件和修改信息;根据所述查询条件查找对应的待修改数据,并根据所述修改信息对所述待修改数据进行修改。A computer readable storage medium, wherein the computer readable storage medium stores a computer program, the computer program comprising program instructions that, when executed by a processor, cause the processor to execute: obtaining bulk modifications The instruction, wherein the batch modification instruction includes a template file identifier corresponding to the data to be modified; displaying the corresponding template file according to the template file identifier; and acquiring a plurality of pieces of data information input by the user in the template file, where the The data information includes query conditions and modification information for querying the data to be modified; searching for corresponding data to be modified according to the query condition, and modifying the data to be modified according to the modification information.
  18. 根据权利要求17所述的计算机可读存储介质,其中,所述程序指令当被处理器执行时使所述处理器执行获取用户在所述模板文件中输入的多条数据信息之后,还执行:判断终端是否满足预设修改条件;若所述终端满足所述预设修改条件,根据所述查询条件查找对应的待修改数据,并根据所述修改信息对所述待修改数据进行修改。The computer readable storage medium of claim 17, wherein the program instructions, when executed by the processor, cause the processor to perform a process of acquiring a plurality of pieces of data information input by the user in the template file, further performing: Determining whether the terminal meets the preset modification condition; if the terminal meets the preset modification condition, searches for corresponding data to be modified according to the query condition, and modifies the data to be modified according to the modification information.
  19. 根据权利要求18所述的计算机可读存储介质,其中,所述程序指令当被处理器执行时使所述处理器执行判断终端是否满足预设修改条件时,具体执 行:判断所述终端的当前时间是否处于预设修改时间段内;若所述终端的当前时间处于所述预设修改时间段内,判定所述终端满足所述预设修改条件。The computer readable storage medium of claim 18, wherein the program instructions, when executed by the processor, cause the processor to perform determining whether the terminal satisfies a preset modification condition, specifically performing: determining a current status of the terminal Whether the time is within the preset modification time period; if the current time of the terminal is within the preset modification time period, it is determined that the terminal meets the preset modification condition.
  20. 根据权利要求18所述的计算机可读存储介质,其中,所述程序指令当被处理器执行时使所述处理器执行判断终端是否满足预设修改条件时,具体执行:判断所述终端是否处于空闲状态;若所述终端处于空闲状态,判定所述终端满足所述预设修改条件。The computer readable storage medium of claim 18, wherein the program instructions, when executed by the processor, cause the processor to perform determining whether the terminal satisfies a preset modification condition, specifically performing: determining whether the terminal is An idle state; if the terminal is in an idle state, determining that the terminal satisfies the preset modification condition.
PCT/CN2018/075109 2017-08-30 2018-02-02 Information modification method, apparatus, computer device and computer-readable storage medium WO2019041753A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201710764242.1A CN107679081B (en) 2017-08-30 2017-08-30 Information modification method and device, computer equipment and computer readable storage medium
CN201710764242.1 2017-08-30

Publications (1)

Publication Number Publication Date
WO2019041753A1 true WO2019041753A1 (en) 2019-03-07

Family

ID=61136130

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/075109 WO2019041753A1 (en) 2017-08-30 2018-02-02 Information modification method, apparatus, computer device and computer-readable storage medium

Country Status (2)

Country Link
CN (1) CN107679081B (en)
WO (1) WO2019041753A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110717315A (en) * 2019-09-10 2020-01-21 中国平安财产保险股份有限公司 System data batch modification method and device, storage medium and electronic equipment

Families Citing this family (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108509616B (en) * 2018-03-30 2022-03-08 北京怡生乐居信息服务有限公司 Data processing method and system
CN108804140B (en) * 2018-06-15 2021-08-13 中国建设银行股份有限公司 Batch instruction analysis method, device and equipment
CN109102248A (en) * 2018-07-28 2018-12-28 万翼科技有限公司 Amending method, device and the computer readable storage medium of nodal information
CN110795915A (en) * 2018-07-31 2020-02-14 中兴通讯股份有限公司 Method, system, equipment and computer-readable storage medium for modifying xml file in batch
CN109344151A (en) * 2018-08-08 2019-02-15 航天信息股份有限公司 The method of batch registration and modification user information
CN109242417A (en) * 2018-08-20 2019-01-18 中国平安财产保险股份有限公司 Declaration form batch modification method, apparatus, computer equipment and storage medium
CN109242428A (en) * 2018-08-31 2019-01-18 邹平县供电公司 A kind of business prompting system and method based on intelligent mobile terminal
CN109255104B (en) * 2018-09-03 2023-11-14 中国平安财产保险股份有限公司 Batch template configuration method and device, computer equipment and storage medium
CN109284975A (en) * 2018-09-04 2019-01-29 中国平安财产保险股份有限公司 Policy information batch modification method, apparatus, computer equipment and storage medium
CN109597796A (en) * 2018-10-23 2019-04-09 平安科技(深圳)有限公司 File content amending method, device and computer readable storage medium
CN110334333B (en) * 2019-06-18 2023-08-25 中国平安财产保险股份有限公司 Information modification method and related device
CN111125107A (en) * 2019-12-23 2020-05-08 京东数字科技控股有限公司 Data processing method, device, electronic equipment and medium
CN113676889B (en) * 2020-05-13 2023-12-15 中国移动通信集团重庆有限公司 Migration method and device of user subscription data and computing equipment
CN114443118A (en) * 2021-12-02 2022-05-06 北京快乐茄信息技术有限公司 Sample table modification method and device, electronic equipment and storage medium
CN115563086B (en) * 2022-11-10 2023-03-10 云和恩墨(北京)信息技术有限公司 Data modification method and device for database

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102437920A (en) * 2011-09-05 2012-05-02 中兴通讯股份有限公司 Method and device for processing configuration data and wireless communication device
CN103984769A (en) * 2014-06-04 2014-08-13 成都美美臣科技有限公司 Use-case data management and storage method
CN104463401A (en) * 2013-11-25 2015-03-25 北京建筑大学 Method and system for managing admission information

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101894133B (en) * 2010-06-08 2011-12-07 用友软件股份有限公司 Method and device for modifying form data in batches
CN102541903A (en) * 2010-12-27 2012-07-04 无锡华润上华半导体有限公司 Comma separated value (CSV) to microsoft excel (XLS) format conversion mode
CN104536997B (en) * 2014-12-12 2018-11-09 北京国双科技有限公司 Batch data processing method and processing device for client end interface
CN105550814A (en) * 2015-12-20 2016-05-04 北京民航信息科技有限公司 Civil aviation field guide service system
CN106933967B (en) * 2017-02-09 2022-12-20 宇龙计算机通信科技(深圳)有限公司 Batch modification method and device for file contents

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102437920A (en) * 2011-09-05 2012-05-02 中兴通讯股份有限公司 Method and device for processing configuration data and wireless communication device
CN104463401A (en) * 2013-11-25 2015-03-25 北京建筑大学 Method and system for managing admission information
CN103984769A (en) * 2014-06-04 2014-08-13 成都美美臣科技有限公司 Use-case data management and storage method

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110717315A (en) * 2019-09-10 2020-01-21 中国平安财产保险股份有限公司 System data batch modification method and device, storage medium and electronic equipment
CN110717315B (en) * 2019-09-10 2023-08-04 中国平安财产保险股份有限公司 System data batch modification method and device, storage medium and electronic equipment

Also Published As

Publication number Publication date
CN107679081A (en) 2018-02-09
CN107679081B (en) 2020-06-30

Similar Documents

Publication Publication Date Title
WO2019041753A1 (en) Information modification method, apparatus, computer device and computer-readable storage medium
US9721015B2 (en) Providing a query results page
CN110716951B (en) Label configuration method, device and equipment convenient to configure and storage medium
US10860337B2 (en) Method, device and user terminal for loading application
WO2019134340A1 (en) Salary calculation method, application server, and computer readable storage medium
US9325717B1 (en) Web-store restriction of external libraries
US20160179919A1 (en) Asynchronous data replication using an external buffer table
WO2020258650A1 (en) Page information display method and apparatus, computer device, and storage medium
WO2019205365A1 (en) Method and apparatus for loading dom node data, and computer device and storage medium
WO2020047840A1 (en) Bill information caching method, bill information query method and terminal device
WO2019001125A1 (en) Method and device for processing transaction files, storage medium, and computer apparatus
WO2019161620A1 (en) Application dependency update method, terminal and device, and storage medium
CN109684270B (en) Database archiving method, device, system, equipment and readable storage medium
WO2019071968A1 (en) Salary calculation method, application server, and computer readable storage medium
US9823905B2 (en) Event based code generation
WO2019114158A1 (en) Real-time animation display method and device, electronic terminal, and readable storage medium
CN117633835A (en) Data processing method, device, equipment and storage medium
CN111078697B (en) Data storage method and device, storage medium and electronic equipment
WO2019019753A1 (en) Judgement method and apparatus for providing health report, computer device and storage medium
CN112363814A (en) Task scheduling method and device, computer equipment and storage medium
CN116451174A (en) Task execution device, method, electronic device, and storage medium
US11023426B1 (en) Method and system for detection of open source web application version
US20140075443A1 (en) Framework for critical-path resource-optimized parallel processing
CN114138397B (en) Page display method and device, electronic equipment and storage medium
CN111221817B (en) Service information data storage method, device, computer equipment and storage medium

Legal Events

Date Code Title Description
NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 18851218

Country of ref document: EP

Kind code of ref document: A1