CN110795406A - Service file transmission method, device, system and storage medium - Google Patents

Service file transmission method, device, system and storage medium Download PDF

Info

Publication number
CN110795406A
CN110795406A CN201910939403.5A CN201910939403A CN110795406A CN 110795406 A CN110795406 A CN 110795406A CN 201910939403 A CN201910939403 A CN 201910939403A CN 110795406 A CN110795406 A CN 110795406A
Authority
CN
China
Prior art keywords
processing
service file
instruction
service
processing node
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201910939403.5A
Other languages
Chinese (zh)
Inventor
黄志洪
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Guangzhou Power Supply Bureau of Guangdong Power Grid Co Ltd
Original Assignee
Guangzhou Power Supply Bureau Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Guangzhou Power Supply Bureau Co Ltd filed Critical Guangzhou Power Supply Bureau Co Ltd
Priority to CN201910939403.5A priority Critical patent/CN110795406A/en
Publication of CN110795406A publication Critical patent/CN110795406A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/11File system administration, e.g. details of archiving or snapshots
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • G06F16/172Caching, prefetching or hoarding of files
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management
    • G06Q10/103Workflow collaboration or project management

Abstract

The application relates to a method, a device, a system and a storage medium for transmitting service files. The service file transmission method is used for inputting data of a service file through image identification and distributing the data to corresponding processing nodes; and after the processing node signs and processes the service file, an execution instruction is generated to indicate that the transmission of the service file is finished, or the service file is transmitted to the next processing node for processing, and the processing node is reminded of processing, so that the transmission and the processing of the service file are completed. When each processing node receives the service file, the processing node can correspondingly acquire the signing data so as to obtain the processing record of the service file. Therefore, in the transmission and processing process of the service files, the corresponding processing nodes can be reminded in real time, the service file transaction efficiency is improved, meanwhile, the signing data and the processing records of the service files are recorded, the service file circulation is convenient to track and inquire, and the problems that the registration signing responsibility is not clear, the processing efficiency is low, the time consumption is large, the inquiry and statistics are difficult and the like are solved.

Description

Service file transmission method, device, system and storage medium
Technical Field
The present application relates to the field of computer technologies, and in particular, to a method, an apparatus, a system, and a storage medium for transmitting a service file.
Background
With the increase of the number of the user copies, the times of transmitting the customer data files of the power supply bureau are increased year by year. Taking the large customer service class in the camprey department as an example, paper data flowing to the class inspection department, the power distribution department, the engineering department and the comprehensive department every year is in an ascending trend. Under the condition that the business document amount is increased, the traditional manual registration, circulation and receipt are still adopted for the transmission and circulation of various paper documents of a power supply bureau, the circulation amount of various paper business documents is large, and full-time staff is insufficient.
In the implementation process, the inventor finds that at least the following problems exist in the conventional technology: under a large number of service files, the traditional manual intervention mode is low in efficiency.
Disclosure of Invention
Based on this, it is necessary to provide a service file transmission method, apparatus, system and storage medium for solving the problem that the conventional manual intervention method is inefficient under a large number of service files.
In order to achieve the above object, in one aspect, an embodiment of the present application provides a method for transmitting a service file, including:
according to the data of the service file obtained by image recognition, confirming a current processing node of the service file, and sending a first reminding instruction to the current processing node; the first reminding instruction is used for indicating the current processing node to acquire the signing data and process the service file.
And generating a processing record of the service file according to the acquired signing data.
Acquiring an execution instruction generated by a current processing node according to a processing result; if the execution instruction is an end instruction, storing the signing data, updating the processing record, confirming the end of the transmission cycle of the service file and outputting the processing result of the service file; if the execution instruction is a distribution instruction, storing the signing data, updating the processing record and sending a second reminding instruction to the corresponding next processing node according to the distribution instruction; the second reminding instruction is used for indicating the next processing node to acquire the service file and sign-in data, processing the service file and generating an execution instruction according to a processing result.
In one embodiment, an execution instruction generated by a current processing node according to a processing result is obtained; if the execution instruction is an end instruction, storing the signing data, updating the processing record, confirming the end of the transmission cycle of the service file and outputting the processing result of the service file; if the execution instruction is a distribution instruction, the steps of saving the signing data, updating the processing record and sending a second reminding instruction to the corresponding next processing node according to the distribution instruction comprise:
when a transmission error occurs, sending an early warning instruction to a current processing node; the transmission error condition comprises data storage abnormity, and at least one of update failure and processing node absence is recorded; the early warning instruction is used for indicating the current processing node to confirm whether the corresponding execution instruction is accurate or regenerate the execution instruction.
In one embodiment, after the step of obtaining the execution instruction generated by the current processing node according to the processing result, the method further includes:
and receiving a query instruction of the service file, and outputting the processing node where the service file is currently located according to the processing record.
In one embodiment, after the step of obtaining the execution instruction generated by the current processing node according to the processing result, the method further includes:
and outputting all the signing data corresponding to the processing record and the service file according to the received data export instruction of the service file.
In one embodiment, the step of confirming that the transmission period of the service file is finished and outputting the processing result of the service file comprises:
and storing the processing result into a database, and displaying according to the processing result.
In one embodiment, the step of confirming that the transmission period of the service file is ended and outputting the processing result of the service file further includes:
and when the transmission period of the service file is confirmed to be finished, storing the processing record and all the signing data corresponding to the service file into the database.
In one embodiment, the signing data is picture data acquired by calling a handwriting board signature interface.
On the other hand, an embodiment of the present application further provides a service file transmission apparatus, including:
the image identification module is used for confirming a current processing node of the service file according to the data of the service file obtained by image identification and sending a first reminding instruction to the current processing node; the first reminding instruction is used for indicating the current processing node to acquire the signing data and process the service file.
And the processing record generating module is used for generating the processing record of the service file according to the acquired signing data.
The service file processing module is used for acquiring an execution instruction generated by the current processing node according to the processing result; if the execution instruction is an end instruction, storing the signing data, updating the processing record, confirming the end of the transmission cycle of the service file and outputting the processing result of the service file; if the execution instruction is a distribution instruction, storing the signing data, updating the processing record and sending a second reminding instruction to the corresponding next processing node according to the distribution instruction; the second reminding instruction is used for indicating the next processing node to acquire the service file and sign-in data, processing the service file and generating an execution instruction according to a processing result.
In one embodiment, a system is provided, comprising:
a plurality of processing nodes.
And the processing equipment is respectively connected with each processing node. The processing device is used for realizing the service file transmission method.
In one embodiment, a computer storage medium is provided, on which a computer program is stored, which when executed by a processor implements the service file transmission method as described above.
One of the above technical solutions has the following advantages and beneficial effects:
data of the business file are input through image recognition and distributed to corresponding processing nodes, so that manual input operation is reduced; and after the processing node signs and processes the service file, an execution instruction is generated to indicate that the transmission of the service file is finished, or the service file is transmitted to the next processing node for processing, and the processing node is reminded of processing, so that the transmission and the processing of the service file are completed. Meanwhile, when each processing node receives the service file, the processing node can correspondingly acquire the signing data so as to obtain the processing record of the service file. Therefore, in the transmission and processing process of the service files, the corresponding processing nodes can be reminded in real time, the service file transaction efficiency is improved, meanwhile, the signing data and the processing records of the service files are recorded, the service file circulation is convenient to track and inquire, and the problems that the registration signing responsibility is not clear, the processing efficiency is low, the time consumption is large, the inquiry and statistics are difficult and the like are solved.
Drawings
Other features, objects and advantages of the present application will become more apparent upon reading of the following detailed description of non-limiting embodiments thereof, made with reference to the accompanying drawings in which:
FIG. 1 is a diagram illustrating an application environment of a method for transmitting a service file according to an embodiment;
FIG. 2 is a first schematic flow chart diagram of a method for service file transfer according to one embodiment;
FIG. 3 is a second schematic flow chart diagram of a method for service file transfer according to one embodiment;
FIG. 4 is a third schematic flow chart diagram of a method for service file transfer according to one embodiment;
fig. 5 is a schematic diagram illustrating an application of the service file transmission method in an embodiment;
fig. 6 is a schematic structural diagram of a service file transmission apparatus in one embodiment.
Detailed Description
To facilitate an understanding of the present application, the present application will now be described more fully with reference to the accompanying drawings. Preferred embodiments of the present application are shown in the drawings. This application may, however, be embodied in many different forms and should not be construed as limited to the embodiments set forth herein. Rather, these embodiments are provided so that this disclosure will be thorough and complete.
It will be understood that when an element is referred to as being "connected" to another element, it can be directly connected to the other element and be integral therewith, or intervening elements may also be present.
Unless defined otherwise, all technical and scientific terms used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this application belongs. The terminology used herein in the description of the present application is for the purpose of describing particular embodiments only and is not intended to be limiting of the application. As used herein, the term "and/or" includes any and all combinations of one or more of the associated listed items.
For the processing of business documents, the existing processing method adopts the traditional manual registration, circulation and sign-in, and a specially-assigned person is responsible for processing some problems in the document circulation process, and the coordination and communication of all the persons are carried out aiming at the related problems. In a manual recording processing mode, the problems of unclear registration sign-in responsibility, low efficiency, large repeated labor amount, much time consumption, inaccurate data, low security, difficult query statistics and the like exist. Meanwhile, manual intervention also needs to consume manpower, and when the number of service lines is increased, intervention personnel needs to be correspondingly increased; the paper file is used for transmission, so that the storage of the file is not facilitated, and the difficulty of subsequent searching is high.
Therefore, the embodiment of the application carries out informatization innovation and improvement aiming at the problems existing in the service file transmission process, combines the file management service with the software data management technology and the intelligent image identification technology, and realizes intelligent entry of data information, traceability of file stream, early warning in the handling process and visualization of service data. Specifically, the embodiment of the present application may be applied to an application environment as shown in fig. 1, where a server is connected to each processing node, and may acquire data or instructions of each processing node and instruct the corresponding processing node to perform service file processing; wherein, the processing node can comprise at least one of a client node, a foreground node and a department node; the transmission of service files, data and instructions can be carried out among the processing nodes.
In an embodiment, there is provided a service file transmission method, as shown in fig. 2, including:
step S110, confirming a current processing node of the service file according to the data of the service file obtained by image recognition, and sending a first reminding instruction to the current processing node; the first reminding instruction is used for indicating the current processing node to acquire the signing data and process the service file.
And step S120, generating a processing record of the service file according to the acquired sign-in data.
Step S130, acquiring an execution instruction generated by the current processing node according to the processing result; if the execution instruction is an end instruction, storing the signing data, updating the processing record, confirming the end of the transmission cycle of the service file and outputting the processing result of the service file; if the execution instruction is a distribution instruction, storing the signing data, updating the processing record and sending a second reminding instruction to the corresponding next processing node according to the distribution instruction; the second reminding instruction is used for indicating the next processing node to acquire the service file and sign-in data, processing the service file and generating an execution instruction according to a processing result.
Specifically, when a service file is acquired, data information of the service file can be input through image identification; the business file can comprise at least one of a paper data file, a paper form file, a paper image file and the like; the image recognition mode at least includes barcode recognition, two-dimensional code recognition, character recognition, and the like, and may be set according to a format or a type of an actual service file, and the like, which is not limited specifically here. According to the data of the service file, the processing node to which the service file is distributed currently can be identified and obtained, and the processing node is confirmed as the current processing node of the service file. And sending a first reminding instruction to the current processing node to remind the current processing node to receive the service file, and acquiring the signing data to confirm whether the receiving is completed or not so as to process the service file. When the signing data is obtained, the service file can be confirmed to be received by the current processing node, and the processing record of the service file is generated, so that the record of the transmission period and the subsequent inquiry and record export are facilitated.
Further, when the service file is processed according to the reminding instruction, the processing node generates an execution instruction of the service file according to the processing result, and indicates the next processing flow. When the execution instruction is an end instruction, confirming that the transmission cycle of the business file is ended and outputting a corresponding processing result, indicating that all processing flows of the business file are finished, and filing and storing the file without further processing; meanwhile, all the signing data acquired in the process of the business file circulation is saved, and the business file processing record is updated so as to facilitate the follow-up record query and export. When the execution instruction is a distribution instruction, the signing data acquired by the current processing node is stored, the processing record is updated, meanwhile, the next processing node of the service file is confirmed according to the distribution instruction, the processing node is confirmed as a new current processing node, a second reminding instruction is sent to the processing node so as to remind the new current processing node to receive the service file, the signing data is acquired to confirm whether the receiving is completed or not, and then the service file can be processed. When the signing data is obtained, the service file can be confirmed to be received by the new current processing node, and the processing record of the service file is generated, so that the record of the transmission period and the subsequent inquiry and record export are facilitated. By analogy, when each processing node receives the reminding instruction, receiving and processing the service file, further generating an execution instruction until all processing flows of the service file are completed, confirming that the transmission cycle of the service file is finished, and outputting a corresponding processing result; and when the transmission period of the service file is confirmed to be finished, storing all the acquired signing data in the service file circulation process, and updating the service file processing record so as to facilitate subsequent record inquiry and export.
It should be noted that the embodiments of the present application can be executed by a computer device such as a server, a tablet computer, or a handheld terminal. The processing node can be mainly composed of computer equipment such as a notebook computer, a tablet computer or a handheld terminal. Exemplarily, in an operating system, the processing nodes include a client node, a foreground node, a department node, and the like, and each node may correspond to a different processing flow of the service file; for example, a client node may be used to generate a business file, a foreground node may be used to perform image recognition on the business file, and a department node may be used to recognize and/or process the business file.
According to the embodiment of the application, data of the business file are input through image recognition and distributed to the corresponding processing nodes, so that manual input operation is reduced; and after the processing node signs and processes the service file, an execution instruction is generated to indicate that the transmission of the service file is finished, or the service file is transmitted to the next processing node for processing, and the processing node is reminded of processing, so that the transmission and the processing of the service file are completed. Meanwhile, when each processing node receives the service file, the processing node can correspondingly acquire the signing data so as to obtain the processing record of the service file. Therefore, in the transmission and processing process of the service files, the corresponding processing nodes can be reminded in real time, the service file transaction efficiency is improved, meanwhile, the signing data and the processing records of the service files are recorded, the service file circulation is convenient to track and inquire, and the problems that the registration signing responsibility is not clear, the processing efficiency is low, the time consumption is large, the inquiry and statistics are difficult and the like are solved. Based on the embodiment of the application, the transmission process of the service file comprises data entry, data circulation and processing termination; the whole process can be monitored, reminded or early warned through computer equipment, manual intervention in the transmission process is reduced, the transmission efficiency of the service files is improved, and the processing and transmission of a large number of service files can be met.
In one embodiment, an execution instruction generated by a current processing node according to a processing result is obtained; if the execution instruction is an end instruction, storing the signing data, updating the processing record, confirming the end of the transmission cycle of the service file and outputting the processing result of the service file; if the execution instruction is a distribution instruction, the steps of saving the signing data, updating the processing record and sending a second reminding instruction to the corresponding next processing node according to the distribution instruction comprise:
when a transmission error occurs, sending an early warning instruction to a current processing node; the transmission error condition comprises data storage abnormity, and at least one of update failure and processing node absence is recorded; the early warning instruction is used for indicating the current processing node to confirm whether the corresponding execution instruction is accurate or regenerate the execution instruction.
Specifically, in the process of transmitting the service file to the next processing node, a transmission error may occur, for example, a check-out data storage exception, a processing record update failure, or the absence of the next processing node, and at this time, an early warning instruction needs to be sent to the current processing node, so that the current processing node reconfirms whether the generated execution instruction is accurate, or regenerates the execution instruction. The data storage exception at least comprises a signed data storage exception, a service data storage exception and the like. Based on this, the embodiment of the application can prompt the user of the current processing node to confirm or operate again in time when data storage is abnormal, a processor does not exist or the record updating fails, so that real-time prompting and early warning are realized, and the service handling efficiency is improved.
In an embodiment, as shown in fig. 3, after the step of obtaining the execution instruction generated by the current processing node according to the processing result, the method further includes:
step S140, receiving the query instruction of the service file, and outputting the processing node where the service file is currently located according to the processing record.
Specifically, during the processing of the service file or after the processing of the service file is completed, an external query instruction may be received to output the processing node where the service file is currently located on the basis of the processing record, so as to show the processing progress of the service file, thereby facilitating the timely tracking and querying of the service file.
In an embodiment, as shown in fig. 4, after the step of obtaining the execution instruction generated by the current processing node according to the processing result, the method further includes:
step S150, outputting all the sign-off data corresponding to the processing record and the service file according to the received data export instruction of the service file.
Specifically, during the processing of the service file or after the processing of the service file is completed, an external data export instruction can be received, and then the corresponding processing record of the service file and all related signed-for data are output according to the data export instruction, so that the export and sharing of the processing flow of the service file are facilitated, and the query efficiency and accuracy of the service file are improved. In addition, the data and the processing result of the service file can be synchronously output so as to meet the query requirement.
In one embodiment, the step of confirming the end of the transmission cycle of the service file and outputting the processing result of the service file comprises:
and storing the processing result into a database, and displaying according to the processing result.
Specifically, when the transmission cycle of the service file is completed and the processing result of the service file is output, the processing result can be output to an external terminal, a display device or a server, so that the processing result can be stored and displayed, the output efficiency of the processing result is improved, and the repeated labor is avoided.
In one embodiment, the step of confirming that the transmission period of the service file is finished and outputting the processing result of the service file further comprises:
and when the transmission period of the service file is confirmed to be finished, storing the processing record and all the signing data corresponding to the service file into the database.
Specifically, when the transmission cycle of the service file is completed, the processing record of the service file, the related signing data and the processing result can be stored in the database together, so that the storage of the processing process of the service file is facilitated, the problem of difficulty in query statistics is solved, the query cost is reduced, and meanwhile, the confidentiality and the security of the data can be improved.
In one embodiment, the sign-in data is picture data acquired by calling a handwriting pad signature interface.
Specifically, each processing node may call a software tablet signature interface to obtain signed picture data. For example, the processing node may generate the receipt data based on a tablet signature receipt of the smartphone.
In one embodiment, as shown in fig. 5, the service file transmission method mainly includes the following steps:
(1) data entry, including picture content recognition by photographing, automatic content filling and the like;
(2) updating the data under the name of a certain processor according to the selection of the user, and modifying the data in the database; if the data storage is abnormal or the processor does not exist, the updating is failed, and the user is reminded to confirm or operate again;
(3) and when the flow is transferred to the final stage, the user of the processing node confirms the signature, the signature board of the software is called to render, the signature of the user is stored as a picture and is stored in the database, and the file transfer period is finished.
It should be understood that although the steps in the flowcharts of fig. 2 to 4 are shown in order as indicated by the arrows, the steps are not necessarily performed in order as indicated by the arrows. The steps are not performed in the exact order shown and described, and may be performed in other orders, unless explicitly stated otherwise. Moreover, at least some of the steps in fig. 2-4 may include multiple sub-steps or multiple stages that are not necessarily performed at the same time, but may be performed at different times, and the order of performing the sub-steps or stages is not necessarily sequential, but may be performed in turn or alternately with other steps or at least some of the sub-steps or stages of other steps.
In one embodiment, there is provided a service file transmission apparatus, as shown in fig. 6, including:
the image identification module is used for confirming a current processing node of the service file according to the data of the service file obtained by image identification and sending a first reminding instruction to the current processing node; the first reminding instruction is used for indicating the current processing node to acquire the signing data and process the service file.
And the processing record generating module is used for generating the processing record of the service file according to the acquired signing data.
The service file processing module is used for acquiring an execution instruction generated by the current processing node according to the processing result; if the execution instruction is an end instruction, storing the signing data, updating the processing record, confirming the end of the transmission cycle of the service file and outputting the processing result of the service file; if the execution instruction is a distribution instruction, storing the signing data, updating the processing record and sending a second reminding instruction to the corresponding next processing node according to the distribution instruction; the second reminding instruction is used for indicating the next processing node to acquire the service file and sign-in data, processing the service file and generating an execution instruction according to a processing result.
In one embodiment, the service file processing module comprises:
the early warning unit is used for sending an early warning instruction to the current processing node when a transmission error occurs; the transmission error condition comprises data storage abnormity, and at least one of update failure and processing node absence is recorded; the early warning instruction is used for indicating the current processing node to confirm whether the corresponding execution instruction is accurate or regenerate the execution instruction.
In one embodiment, the service file transmission apparatus further includes:
and the service file query module is used for receiving a query instruction of the service file and outputting the processing node where the service file is currently located according to the processing record.
In one embodiment, the service file transmission apparatus further includes:
and the business data export module is used for outputting the processing record and all the sign-off data corresponding to the business file according to the received data export instruction of the business file.
In one embodiment, the service file processing module comprises:
and the processing result output unit is used for storing the processing result into the database and displaying according to the processing result.
In one embodiment, the service file processing module comprises:
and the data storage unit is used for storing the processing record and all the signing data corresponding to the service file into the database when the transmission cycle of the service file is confirmed to be finished.
For specific limitations of the service file transmission apparatus, reference may be made to the above limitations on the service file transmission method, which is not described herein again. It should be noted that, in the embodiment of the present application, the division of the module is schematic, and is only one logic function division, and there may be another division manner in actual implementation. All or part of each module in the service file transmission device can be realized by software, hardware and a combination thereof. The modules can be embedded in a hardware form or independent from a processor in the computer device, and can also be stored in a memory in the computer device in a software form, so that the processor can call and execute operations corresponding to the modules.
In one embodiment, a system is provided, comprising:
a plurality of processing nodes.
And the processing equipment is respectively connected with each processing node.
The processing device is configured to implement the steps of:
according to the data of the service file obtained by image recognition, confirming a current processing node of the service file, and sending a first reminding instruction to the current processing node; the first reminding instruction is used for indicating the current processing node to acquire the signing data and process the service file.
And generating a processing record of the service file according to the acquired signing data.
Acquiring an execution instruction generated by a current processing node according to a processing result; if the execution instruction is an end instruction, storing the signing data, updating the processing record, confirming the end of the transmission cycle of the service file and outputting the processing result of the service file; if the execution instruction is a distribution instruction, storing the signing data, updating the processing record and sending a second reminding instruction to the corresponding next processing node according to the distribution instruction; the second reminding instruction is used for indicating the next processing node to acquire the service file and sign-in data, processing the service file and generating an execution instruction according to a processing result.
Specifically, the processing device may be a server or a computer device such as a server cluster composed of a plurality of servers.
For the specific limitations of the system, reference may be made to the above limitations on the service file transmission method, which is not described herein again.
In one embodiment, a computer storage medium is provided, having stored thereon a computer program that, when executed by a processor, performs the steps of:
according to the data of the service file obtained by image recognition, confirming a current processing node of the service file, and sending a first reminding instruction to the current processing node; the first reminding instruction is used for indicating the current processing node to acquire the signing data and process the service file.
And generating a processing record of the service file according to the acquired signing data.
Acquiring an execution instruction generated by a current processing node according to a processing result; if the execution instruction is an end instruction, storing the signing data, updating the processing record, confirming the end of the transmission cycle of the service file and outputting the processing result of the service file; if the execution instruction is a distribution instruction, storing the signing data, updating the processing record and sending a second reminding instruction to the corresponding next processing node according to the distribution instruction; the second reminding instruction is used for indicating the next processing node to acquire the service file and sign-in data, processing the service file and generating an execution instruction according to a processing result.
For the specific definition of the storage medium, reference may be made to the above definition of the service file transmission method, which is not described herein again.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by hardware instructions of a computer program, which can be stored in a non-volatile computer-readable storage medium, and when executed, can include the processes of the embodiments of the methods described above. Any reference to memory, storage, database, or other medium used in the embodiments provided herein may include non-volatile and/or volatile memory, among others. Non-volatile memory can include read-only memory (ROM), Programmable ROM (PROM), Electrically Programmable ROM (EPROM), Electrically Erasable Programmable ROM (EEPROM), or flash memory. Volatile memory can include Random Access Memory (RAM) or external cache memory. By way of illustration and not limitation, RAM is available in a variety of forms such as Static RAM (SRAM), Dynamic RAM (DRAM), Synchronous DRAM (SDRAM), Double Data Rate SDRAM (DDRSDRAM), Enhanced SDRAM (ESDRAM), Synchronous Link DRAM (SLDRAM), Rambus Direct RAM (RDRAM), direct bus dynamic RAM (DRDRAM), and memory bus dynamic RAM (RDRAM).
The technical features of the embodiments described above may be arbitrarily combined, and for the sake of brevity, all possible combinations of the technical features in the embodiments described above are not described, but should be considered as being within the scope of the present specification as long as there is no contradiction between the combinations of the technical features.
The above-mentioned embodiments only express several embodiments of the present application, and the description thereof is more specific and detailed, but not construed as limiting the scope of the present application. It should be noted that, for a person skilled in the art, several variations and modifications can be made without departing from the concept of the present application, which falls within the scope of protection of the present application. Therefore, the protection scope of the present application shall be subject to the appended claims.

Claims (10)

1. A service file transmission method is characterized by comprising the following steps:
according to data of a service file obtained by image recognition, confirming a current processing node of the service file, and sending a first reminding instruction to the current processing node; the first reminding instruction is used for indicating the current processing node to acquire signing data and process the service file;
generating a processing record of the service file according to the acquired signing data;
acquiring an execution instruction generated by the current processing node according to a processing result; if the execution instruction is an end instruction, storing the signing data, updating the processing record, confirming that the transmission cycle of the service file is ended and outputting the processing result of the service file; if the execution instruction is a distribution instruction, storing the signing data, updating the processing record and sending a second reminding instruction to a corresponding next processing node according to the distribution instruction; and the second reminding instruction is used for indicating the next processing node to acquire the service file and the signing data, processing the service file and generating an execution instruction according to a processing result.
2. The method for transmitting the service file according to claim 1, wherein an execution instruction generated by the current processing node according to a processing result is obtained; if the execution instruction is an end instruction, storing the signing data, updating the processing record, confirming that the transmission cycle of the service file is ended and outputting the processing result of the service file; if the execution instruction is a distribution instruction, the steps of saving the signing data, updating the processing record and sending a second reminding instruction to a corresponding next processing node according to the distribution instruction comprise:
when a transmission error occurs, sending an early warning instruction to the current processing node; the transmission error condition comprises data storage abnormity, and at least one of update failure and processing node absence is recorded; the early warning instruction is used for indicating the current processing node to determine whether the corresponding execution instruction is accurate or regenerate the execution instruction.
3. The method for transmitting service files according to claim 1, wherein after the step of obtaining the execution instruction generated by the current processing node according to the processing result, the method further comprises:
and receiving a query instruction of the service file, and outputting a processing node where the service file is currently located according to the processing record.
4. The method for transmitting service files according to claim 3, wherein after the step of obtaining the execution instruction generated by the current processing node according to the processing result, the method further comprises:
and outputting the processing record and all the signing data corresponding to the service file according to the received data export instruction of the service file.
5. The method for transmitting service files according to claim 1, wherein the step of confirming the end of the transmission cycle of the service files and outputting the processing results of the service files comprises:
and storing the processing result into a database, and displaying according to the processing result.
6. The method for transmitting service files according to claim 5, wherein the step of confirming the end of the transmission cycle of the service files and outputting the processing results of the service files further comprises:
and when the transmission period of the service file is confirmed to be finished, storing the processing record and all the signing data corresponding to the service file into the database.
7. The service file transmission method according to any one of claims 1 to 6,
and the signing data is picture data acquired by calling a signature interface of a handwriting board.
8. A service file transfer apparatus, comprising:
the image identification module is used for confirming a current processing node of the service file according to the data of the service file obtained by image identification and sending a first reminding instruction to the current processing node; the first reminding instruction is used for indicating the current processing node to acquire signing data and process the service file;
the processing record generating module is used for generating the processing record of the service file according to the acquired signing data;
the service file processing module is used for acquiring an execution instruction generated by the current processing node according to a processing result; if the execution instruction is an end instruction, storing the signing data, updating the processing record, confirming that the transmission cycle of the service file is ended and outputting the processing result of the service file; if the execution instruction is a distribution instruction, storing the signing data, updating the processing record and sending a second reminding instruction to a corresponding next processing node according to the distribution instruction; and the second reminding instruction is used for indicating the next processing node to acquire the service file and the signing data, processing the service file and generating an execution instruction according to a processing result.
9. A system, comprising:
a plurality of processing nodes;
the processing equipment is respectively connected with each processing node; the processing device is used for implementing the service file transmission method as claimed in any one of claims 1 to 7.
10. A computer storage medium on which a computer program is stored, which program, when being executed by a processor, is adapted to carry out a method of service file transfer as claimed in any one of claims 1 to 7.
CN201910939403.5A 2019-09-30 2019-09-30 Service file transmission method, device, system and storage medium Pending CN110795406A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910939403.5A CN110795406A (en) 2019-09-30 2019-09-30 Service file transmission method, device, system and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910939403.5A CN110795406A (en) 2019-09-30 2019-09-30 Service file transmission method, device, system and storage medium

Publications (1)

Publication Number Publication Date
CN110795406A true CN110795406A (en) 2020-02-14

Family

ID=69438790

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910939403.5A Pending CN110795406A (en) 2019-09-30 2019-09-30 Service file transmission method, device, system and storage medium

Country Status (1)

Country Link
CN (1) CN110795406A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111866069A (en) * 2020-06-04 2020-10-30 西安万像电子科技有限公司 Data processing method and device

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090007063A1 (en) * 2006-05-12 2009-01-01 The Mathworks, Inc. System and method for synchronized workflow management
CN102117058A (en) * 2009-12-31 2011-07-06 北京东方开元信息科技有限责任公司 File exchange system, file delivery method and file receiving method
CN102332115A (en) * 2011-07-21 2012-01-25 上海互联网软件有限公司 Electronic government office cooperation system based on cloud computing
CN104408568A (en) * 2014-11-28 2015-03-11 国家电网公司 Method and device for processing task information of owner project department
CN106293915A (en) * 2016-08-04 2017-01-04 南京唯实科技有限公司 Job engine method based on activiti5
CN107292699A (en) * 2017-05-19 2017-10-24 武汉票据交易中心有限公司 A kind of bill transfers the possession of processing method and system

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090007063A1 (en) * 2006-05-12 2009-01-01 The Mathworks, Inc. System and method for synchronized workflow management
CN102117058A (en) * 2009-12-31 2011-07-06 北京东方开元信息科技有限责任公司 File exchange system, file delivery method and file receiving method
CN102332115A (en) * 2011-07-21 2012-01-25 上海互联网软件有限公司 Electronic government office cooperation system based on cloud computing
CN104408568A (en) * 2014-11-28 2015-03-11 国家电网公司 Method and device for processing task information of owner project department
CN106293915A (en) * 2016-08-04 2017-01-04 南京唯实科技有限公司 Job engine method based on activiti5
CN107292699A (en) * 2017-05-19 2017-10-24 武汉票据交易中心有限公司 A kind of bill transfers the possession of processing method and system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111866069A (en) * 2020-06-04 2020-10-30 西安万像电子科技有限公司 Data processing method and device

Similar Documents

Publication Publication Date Title
CN109474578B (en) Message checking method, device, computer equipment and storage medium
WO2020134991A1 (en) Automatic input method for paper form, apparatus , and computer device and storage medium
CN111008069B (en) Service processing method, device, computer equipment and storage medium
CN107909486B (en) Commission management method, application server and computer readable storage medium
CN108768929B (en) Electronic device, credit investigation feedback message analysis method and storage medium
US10963888B2 (en) Payment complaint method, device, server and readable storage medium
WO2019000984A1 (en) Data matching method and apparatus, server, and storage medium
CN109657216B (en) Contract generation method, device, equipment and storage medium
CN113570479B (en) Block chain transmission method, system and storage medium for real estate transaction data
US10579915B2 (en) Method and device for initializing two-dimensional code
CN110275703B (en) Method and device for assigning key value to data, computer equipment and storage medium
CN110837727B (en) Document template generation method, device, terminal equipment and medium
CN110795406A (en) Service file transmission method, device, system and storage medium
US20210056510A1 (en) Systems and methods for automation of corporate workflow processes via machine learning techniques
CN111651494A (en) Data processing method, device, equipment and computer readable storage medium
CN109408532B (en) Data acquisition method, device, computer equipment and storage medium
CN111105277A (en) Block chain state change transaction tracing method and device
CN111476597A (en) Resource quantity estimation result processing method and related equipment
CN112579571B (en) Monitoring data configuration, data monitoring method, device, equipment and storage medium
CN113033169A (en) Service data processing method and device
CN109409865B (en) Payment quota synchronous adjustment method, device, computer equipment and storage medium
CN114416805B (en) Data checking method and device, computer equipment and storage medium
CN111681745B (en) Data processing method and device
CN114626834A (en) Contract examination method and device, computer equipment and storage medium
CN108399342B (en) Method for restarting archived signed text, server and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20200921

Address after: 510620 Tianhe District, Guangzhou, Tianhe South Road, No. two, No. 2, No.

Applicant after: Guangzhou Power Supply Bureau of Guangdong Power Grid Co.,Ltd.

Address before: 510620 Tianhe District, Guangzhou, Tianhe South Road, No. two, No. 2, No.

Applicant before: GUANGZHOU POWER SUPPLY Co.,Ltd.

RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20200214