CN112463338A - Accumulation fund service processing method and device, electronic equipment and medium - Google Patents

Accumulation fund service processing method and device, electronic equipment and medium Download PDF

Info

Publication number
CN112463338A
CN112463338A CN202011445089.4A CN202011445089A CN112463338A CN 112463338 A CN112463338 A CN 112463338A CN 202011445089 A CN202011445089 A CN 202011445089A CN 112463338 A CN112463338 A CN 112463338A
Authority
CN
China
Prior art keywords
accumulation fund
service
user
processing
client
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
CN202011445089.4A
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.)
China Construction Bank Corp
Original Assignee
China Construction Bank Corp
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 China Construction Bank Corp filed Critical China Construction Bank Corp
Priority to CN202011445089.4A priority Critical patent/CN112463338A/en
Publication of CN112463338A publication Critical patent/CN112463338A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • G06F9/4881Scheduling strategies for dispatcher, e.g. round robin, multi-level priority queues
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • G06F9/5027Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals
    • 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/105Human resources
    • G06Q10/1057Benefits or employee welfare, e.g. insurance, holiday or retirement packages

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Software Systems (AREA)
  • Human Resources & Organizations (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Strategic Management (AREA)
  • General Engineering & Computer Science (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Data Mining & Analysis (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • Operations Research (AREA)
  • Quality & Reliability (AREA)
  • Tourism & Hospitality (AREA)
  • General Business, Economics & Management (AREA)
  • Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)

Abstract

The embodiment of the application discloses a method and a device for processing a public accumulation fund service, electronic equipment and a medium. The method comprises the following steps: acquiring the accumulation fund service processing request data of at least one client through an information acquisition interface; triggering at least one processing thread according to the accumulation fund service processing request data of at least one client; and dispatching the at least one processing thread to the nodes in the service cluster so as to process the accumulation fund service request data by the nodes in the service cluster. By the scheme, online transaction of the accumulation fund service is realized, the problem of conflict waiting caused by simultaneous calling of transactions by multiple clients during online transaction is solved, and multiple threads are distributed to the nodes in the service cluster for parallel processing, so that simultaneous processing of multiple service applications is realized, and the efficiency of processing the accumulation fund service is improved.

Description

Accumulation fund service processing method and device, electronic equipment and medium
Technical Field
The embodiment of the application relates to the technical field of business processing, in particular to a method and a device for processing a public accumulation fund business, electronic equipment and a medium.
Background
The deposit of the public deposit fund refers to the action of transacting the deposit procedure of the account of the private house public deposit fund for the staff by the enterprise. The unsealing of the accumulation fund account refers to the behavior that the unit is to remit the house accumulation fund for the individual in the sealing and stopping states and restore the sealed house accumulation fund account.
The current sealing and unsealing of the personal accumulation fund account needs related working personnel of an enterprise unit to go to an accumulation fund management center to handle the account, the whole process consumes long time, the efficiency is low, and the error rate is high. The personnel of the unit are directly sealed and unsealed for personal public accumulation fund accounts on the internet, so that the labor cost and the time cost of enterprises are greatly reduced. However, when a plurality of clients call the personal account sealing unsealing transaction code at the same time, mutual blocking waiting is caused, and the service processing efficiency is affected.
Disclosure of Invention
The embodiment of the invention provides a method, a device, electronic equipment and a medium for processing a public accumulation fund service, which are used for improving the efficiency of processing the public accumulation fund service.
In one embodiment, an embodiment of the present application provides a method for processing a public accumulation fund service, where the method includes:
acquiring the accumulation fund service processing request data of at least one client through an information acquisition interface;
triggering at least one processing thread according to the accumulation fund service processing request data of at least one client;
and dispatching the at least one processing thread to the nodes in the service cluster so as to process the accumulation fund service request data by the nodes in the service cluster.
In another embodiment, an embodiment of the present application further provides a device for processing a public accumulation fund service, where the device includes:
the data acquisition module is used for acquiring the accumulation fund service processing request data of at least one client through the information acquisition interface;
the thread triggering module is used for triggering at least one processing thread according to the accumulation fund service processing request data of at least one client;
and the thread dispatching module is used for dispatching the at least one processing thread to the nodes in the service cluster so as to process the accumulation fund service request data by the nodes in the service cluster.
In another embodiment, an embodiment of the present application further provides an electronic device, including: one or more processors;
a memory for storing one or more programs;
when the one or more programs are executed by the one or more processors, the one or more processors implement the method for processing the public accumulation fund service in any one of the embodiments of the present application.
In yet another embodiment, the present application further provides a computer-readable storage medium, on which a computer program is stored, where the computer program is executed by a processor to implement the method for processing the accumulation fund service according to any one of the embodiments of the present application.
In the embodiment of the application, the accumulation fund service processing request data of at least one client side is acquired through an information acquisition interface; triggering at least one processing thread according to the accumulation fund service processing request data of at least one client; and dispatching the at least one processing thread to the nodes in the service cluster, so that the nodes in the service cluster process the accumulation fund service request data, and therefore, when the accumulation fund service is processed on line, under the condition that multiple clients submit processing applications at the same time, the at least one processing thread can be triggered to carry out parallel processing on the nodes in the service cluster by a sheet valve, the problem of multi-application conflict waiting is solved, and the efficiency of accumulation fund service processing is improved.
Drawings
Fig. 1 is a flowchart of a method for processing a public accumulation fund service according to an embodiment of the present invention;
fig. 2 is a flowchart of a method for processing a public accumulation fund service according to another embodiment of the present invention;
fig. 3 is a schematic structural diagram of a device for processing a public accumulation fund service according to an embodiment of the present invention;
fig. 4 is a schematic structural diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not limiting of the invention. It should be further noted that, for the convenience of description, only some of the structures related to the present invention are shown in the drawings, not all of the structures.
Fig. 1 is a flowchart of a method for processing a public accumulation fund service according to an embodiment of the present invention. The method for processing the public accumulation fund service provided by the embodiment of the application can be suitable for the condition of processing the public accumulation fund service. Typically, the embodiment of the present application is applicable to a case where when the accumulation fund service is processed online, the accumulation fund service is processed in parallel by triggering at least one processing thread. The method may be specifically executed by a device for processing a public accumulation fund service, where the device may be implemented by software and/or hardware, and the device may be integrated in an electronic device capable of implementing the method for processing a public accumulation fund service provided in the embodiment of the present application. Referring to fig. 1, the method of the embodiment of the present application specifically includes:
s110, acquiring the accumulation fund service processing request data of at least one client through an information acquisition interface.
In the embodiment of the application, a public accumulation fund comprehensive service platform can be established, a user can access the public accumulation fund comprehensive service platform through a plurality of terminal entrances such as a mobile terminal and a PC (personal computer) terminal, and the user can manage the user for the public accumulation fund of each unit. The client is configured in the mobile terminal or the PC terminal and can provide an operation interface for a user. The information acquisition interface may be an external information acquisition interface and/or an internal information acquisition interface. The accumulation fund service processing request data can be the type of the accumulation fund service to be processed.
Illustratively, a user can initiate a public accumulation fund service processing request through a client to generate public accumulation fund service processing request data, and a public accumulation fund comprehensive service platform acquires the public accumulation fund service processing request data from the client through an information acquisition interface so as to determine the public accumulation fund service to be processed by the user.
Specifically, there may be a plurality of users that need to process the accumulation fund service, so the accumulation fund integrated service platform obtains the accumulation fund service processing request data of at least one client.
S120, processing the request data according to the accumulation fund service of at least one client, and triggering at least one processing thread.
Illustratively, for the data of the request for processing the public accumulation fund service initiated by the at least one client, in order to improve the efficiency of processing the public accumulation fund service, the data of the request for processing the public accumulation fund service of the at least one client is triggered by the at least one processing thread, so that the request for processing the public accumulation fund service is processed by the at least one processing thread. When a plurality of accumulation fund service processing requests exist, at least one thread can realize parallel processing, so that the accumulation fund service processing requests are processed in parallel, the problem of conflict waiting is avoided, and the accumulation fund service processing efficiency is improved.
Specifically, one processing thread may be triggered for each of the accumulation fund service processing request data, and when there are a plurality of accumulation fund service processing requests, a plurality of processing threads may be triggered, so that the plurality of accumulation fund services are processed in parallel by the plurality of processing threads.
S130, the at least one processing thread is dispatched to the nodes in the service cluster, so that the nodes in the service cluster process the accumulation fund service request data.
Wherein, a server cluster refers to a plurality of servers which are gathered together to perform the same service. The cluster can utilize a plurality of computers to perform parallel computation so as to obtain high computation speed, and also can use a plurality of computers to perform backup so that the whole system can still normally operate when any one machine fails. In an embodiment of the present application, the service cluster may be a Zookeeper service cluster. At least one node is deployed in the same service cluster. At least one processing thread is distributed to nodes in the service cluster, the nodes in the service cluster process the accumulation fund service request data, and therefore when the accumulation fund service processing request data are obtained through a plurality of clients, parallel processing can be conducted through multiple threads, and therefore the multiple accumulation fund services can be processed simultaneously and parallelly, the problem of conflict waiting is avoided, and the real-time performance of accumulation fund service processing is affected.
In the embodiment of the application, the accumulation fund service processing request data of at least one client side is acquired through an information acquisition interface; triggering at least one processing thread according to the accumulation fund service processing request data of at least one client; and dispatching the at least one processing thread to the nodes in the service cluster, so that the nodes in the service cluster process the accumulation fund service request data, and therefore, aiming at the situation that multiple clients submit processing applications simultaneously when the accumulation fund service is processed on line, the at least one processing thread can be triggered and dispatched to the nodes in the service cluster for parallel processing, the problem that the applications of the multiple clients have conflict waiting is solved, and the efficiency of processing the accumulation fund service is improved.
In an embodiment of the present application, before dispatching the at least one processing thread to a node in a service cluster, the method further includes: and registering a task scheduling service to at least one node in the service cluster so as to enable the at least one node to process the processing thread.
For example, before triggering a multi-threaded task, a service may be registered by the task scheduling service on one or more nodes of the Zookeeper service cluster, and all registered nodes must be in the same Zookeeper cluster.
Fig. 2 is a flowchart of a method for processing a public accumulation fund service according to another embodiment of the present invention. For further optimization of the embodiments, details which are not described in detail in the embodiments of the present application are described in the embodiments. Referring to fig. 2, a method for processing a public accumulation fund service provided in an embodiment of the present application may include:
s210, responding to triggering operation of a user on the accumulation fund service through at least one client, and acquiring accumulation fund service processing request data generated by the at least one client according to the triggering operation through an information acquisition interface.
Illustratively, a user clicks an interface for entering the comprehensive service platform of the public accumulation fund, and can click an option in a 'public accumulation fund change' service menu on the interface, so that the client responds to the triggering operation of the user on the public accumulation fund service to generate public accumulation fund service processing request data, and the comprehensive service platform of the public accumulation fund acquires the public accumulation fund service processing request data sent by the client through an information acquisition interface.
In the embodiment of the present application, responding, by at least one client, to a trigger operation of a user on a public accumulation fund service includes: responding to the triggering operation of a control corresponding to a deposit opening item in a deposit account in the deposit change service by at least one client, and skipping to a deposit opening handling interface; and generating the public deposit fund service processing request data by responding to the triggering operation of a personal account sealing control, a personal account unsealing control or a sealing unsealing query control displayed in a public deposit fund sealing unsealing transaction interface by at least one client.
Illustratively, the user clicks a deposit fund sealing and unsealing sub-option under the deposit fund change service menu to enter a deposit fund sealing and unsealing transaction interface. And displaying the personal account sealing option, the personal account unsealing option and the sealing unsealing query option through a public deposit fund sealing unsealing transaction interface, and selecting the public deposit fund service to be transacted by clicking the control corresponding to each option by a user. The client generates the accumulation fund service processing request data by responding to the triggering operation of the user. The accumulation fund comprehensive service platform acquires accumulation fund service processing request data through the information acquisition interface, so that a processing thread is triggered to process.
And S220, responding to the selection operation of the user for single service processing or batch service processing, and displaying an information input interface for the user according to the selection operation.
Illustratively, the user can also select single business processing or batch business processing, and the accumulation fund comprehensive service platform displays an information input interface to the user according to the single business processing or batch business processing selected by the user so as to indicate the user to input information through the information input interface.
In this embodiment of the present application, if the user selects a single sealed accumulation fund service, the method further includes: acquiring a personal name, a personal account number, an identity card number and a sealing reason which are filled in by a user through an information input interface; and responding to the triggering operation of the user on the submission control, calling the accumulation fund sealing transaction, and sending the information input by the user to the accumulation fund center core system for auditing.
If the user selects the batch sealing of the accumulation fund service, the method further comprises the following steps: providing an information entry form to a user for downloading and filling in information by the user; and acquiring an information entry form of filled information uploaded by a user, and sending the information entry form to the accumulation fund center core system for auditing by the accumulation fund center core system.
If the user selects a single unsealing public accumulation fund service, the method further comprises: acquiring a personal name, a personal account number, an identity card number, a unsealing reason and a personal public deposit payment base number which are filled in by a user through an information input interface; and responding to the triggering operation of the user on the submission control, calling the public accumulation fund unsealing transaction, and sending the information input by the user to the accumulation fund center core system for auditing by the public accumulation fund center core system.
If the user selects the batch unsealing public accumulation fund service, the method further comprises the following steps: providing an information entry form to a user for downloading and filling in information by the user; and acquiring an information entry form of filled information uploaded by a user, and sending the information entry form to the accumulation fund center core system for auditing by the accumulation fund center core system.
And S230, acquiring the input information of the user, and sending the input information to the accumulation fund center core system for auditing by the accumulation fund center core system.
Illustratively, the input information of the user is sent to a public accumulation fund center core system through a center front-end system, and the public accumulation fund center core system checks the input information and returns a checking result. If the sealing is successful, the sealing result appears in the sealing successful inventory, and if the sealing is failed, the sealing result appears in the sealing failed inventory. If the unsealing is successful, the unsealing result can appear in the unsealing successful inventory, and if the unsealing is failed, the unsealing result can appear in the unsealing failed inventory.
And S240, receiving an audit result of the core system of the accumulation fund center, and returning the audit result to the client.
And the accumulation fund comprehensive service platform receives the auditing result returned by the accumulation fund center core system, returns the auditing result to the client and displays the auditing result to the user by the client.
And S250, if the received checking result of the core system of the accumulation fund center is that the checking result is not passed, generating a form item with wrong information filling, and sending the form item to the client.
Illustratively, if the audit is not passed, part of employee information which fails to be sealed and unsealed is fed back, the reason of the failure is explained and what measures should be taken to continue follow-up, and a file description form is returned and generated to fill in a form item with a writing error so as to improve the user experience.
According to the scheme in the embodiment of the application, the deposit fund account sealing and unsealing can be handled on the internet, the complex flow that personnel managers of enterprises go to a deposit fund handling hall is omitted, the complex process that various business handling forms are repeatedly filled is also omitted for the deposit fund center operators, the deposit fund center core system can be directly sealed and unsealed, the cost is reduced, and the efficiency of the whole process is improved. For part of employee information which is not fed back by the core system of the public accumulation fund center or fed back by sealing and unsealing failures, the system explains reasons and measures to be taken to continue follow-up, and returns and generates a file description form and fills wrong form items, so that the user experience is improved.
Fig. 3 is a schematic structural diagram of a device for processing a public accumulation fund service according to an embodiment of the present invention. The device can be suitable for the situation of processing the accumulation fund service. Typically, the embodiment of the present application is applicable to a case where when the accumulation fund service is processed online, the accumulation fund service is processed in parallel by triggering at least one processing thread. The apparatus may be implemented by software and/or hardware, and the apparatus may be integrated in an electronic device. Referring to fig. 3, the apparatus specifically includes:
the data acquisition module 310 is configured to acquire the accumulation fund service processing request data of at least one client through an information acquisition interface;
the thread triggering module 320 is configured to trigger at least one processing thread according to the accumulation fund service processing request data of at least one client;
the thread dispatching module 330 is configured to dispatch the at least one processing thread to a node in the service cluster, so that the node in the service cluster processes the accumulation fund service request data.
In an embodiment of the present application, the apparatus includes:
and the registration module is used for registering the task scheduling service to at least one node in the service cluster so as to enable the at least one node to process the processing thread.
In the embodiment of the present application, the service cluster is a Zookeeper service cluster.
In this embodiment of the application, the data obtaining module 310 includes:
and the processing request data acquisition unit is used for responding to the triggering operation of the user on the accumulation fund service through at least one client and acquiring the accumulation fund service processing request data generated by the at least one client according to the triggering operation through the information acquisition interface.
In an embodiment of the present application, the processing request data obtaining unit is specifically configured to:
responding to the triggering operation of a control corresponding to a deposit opening item in a deposit account in the deposit change service by at least one client, and skipping to a deposit opening handling interface;
and generating the public deposit fund service processing request data by responding to the triggering operation of a personal account sealing control, a personal account unsealing control or a sealing unsealing query control displayed in a public deposit fund sealing unsealing transaction interface by at least one client.
In an embodiment of the present application, the apparatus further includes:
and the selection operation response module is used for responding to the selection operation of the user aiming at the single service processing or the batch service processing and displaying an information input interface to the user aiming at the selection operation.
In this embodiment of the present application, if the user selects a single sealed accumulation fund service, the apparatus further includes:
the first filling information acquisition module is used for acquiring personal names, personal account numbers, identity card numbers and sealing reasons which are filled in by a user through an information input interface;
and the first trigger operation response module is used for responding to the trigger operation of the user on the submission control, calling the accumulation fund sealing and saving transaction, and sending the information input by the user to the accumulation fund center core system so as to be audited by the accumulation fund center core system.
In this embodiment of the present application, if the user selects the batch deposit accumulation fund service, the apparatus further includes:
the first prompting module is used for providing an information entry form for a user, so that the user downloads the information entry form and fills information;
and the first form acquisition module is used for acquiring an information entry form of filled information uploaded by a user and sending the information entry form to the accumulation fund center core system so as to be audited by the accumulation fund center core system.
In this embodiment of the present application, if the user selects a single unsealing public deposit service, the apparatus further includes:
the second filling information acquisition module is used for acquiring the personal name, the personal account number, the identity card number, the unsealing reason and the personal public deposit payment and storage base number which are filled in by the user through the information input interface;
and the second trigger operation response module is used for responding to the trigger operation of the user on the submission control, calling the public accumulation fund unsealing transaction, and sending the information input by the user to the accumulation fund center core system so as to be audited by the public accumulation fund center core system.
In this embodiment of the present application, if the user selects the batch unsealing public deposit service, the apparatus further includes:
the first prompting module is used for providing an information entry form for a user, so that the user downloads the information entry form and fills information;
and the first form acquisition module is used for acquiring an information entry form of filled information uploaded by a user and sending the information entry form to the accumulation fund center core system so as to be audited by the accumulation fund center core system.
In an embodiment of the present application, the apparatus further includes:
and the auditing result receiving module is used for receiving the auditing result of the core system of the accumulation fund center and returning the auditing result to the client.
In an embodiment of the present application, the apparatus further includes:
and the form item generating module is used for generating a form item with wrong information filling and sending the form item to the client if the received checking result of the core system of the accumulation fund center is that the checking result is not passed.
The accumulation fund service processing device provided by the embodiment of the application can execute the accumulation fund service processing method provided by any embodiment of the application, and has corresponding functional modules and beneficial effects of the execution method.
Fig. 4 is a schematic structural diagram of an electronic device according to an embodiment of the present invention. FIG. 4 illustrates a block diagram of an exemplary electronic device 612 suitable for use in implementing embodiments of the present application. The electronic device 612 shown in fig. 4 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiments of the present application.
As shown in fig. 4, the electronic device 612 may include: one or more processors 616; a memory 628 for storing one or more programs, which when executed by the one or more processors 616, enable the one or more processors 616 to implement the method for processing the public fund service provided in the embodiment of the present application, including:
acquiring the accumulation fund service processing request data of at least one client through an information acquisition interface;
triggering at least one processing thread according to the accumulation fund service processing request data of at least one client;
and dispatching the at least one processing thread to the nodes in the service cluster so as to process the accumulation fund service request data by the nodes in the service cluster.
The components of the electronic device 612 may include, but are not limited to: one or more processors or processors 616, a memory 628, and a bus 618 that connects the various device components (including the memory 628 and the processors 616).
Bus 618 represents one or more of any of several types of bus structures, including a memory bus or memory controller, a peripheral bus, an accelerated graphics port, and a processor or local bus using any of a variety of bus architectures. By way of example, such architectures include, but are not limited to, Industry Standard Architecture (ISA) bus, micro-channel architecture (MAC) bus, enhanced ISA bus, Video Electronics Standards Association (VESA) local bus, and Peripheral Component Interconnect (PCI) bus.
The electronic device 612 typically includes a variety of computer device-readable storage media. These storage media may be any available storage media that can be accessed by the electronic device 612 and includes both volatile and nonvolatile storage media, removable and non-removable storage media.
The memory 628 may include computer device readable storage media in the form of volatile memory, such as Random Access Memory (RAM)630 and/or cache memory 632. The electronic device 612 may further include other removable/non-removable, volatile/nonvolatile computer device storage media. By way of example only, storage system 634 may be used to read from and write to non-removable, nonvolatile magnetic storage media (not shown in FIG. 4, and commonly referred to as a "hard drive"). Although not shown in FIG. 4, a magnetic disk drive for reading from and writing to a removable, nonvolatile magnetic disk (e.g., a "floppy disk") and an optical disk drive for reading from or writing to a removable, nonvolatile optical disk (e.g., a CD-ROM, DVD-ROM, or other optical storage medium) may be provided. In such cases, each drive may be connected to bus 618 by one or more data storage media interfaces. Memory 628 may include at least one program product having a set (e.g., at least one) of program modules that are configured to carry out the functions of embodiments of the invention.
A program/utility 640 having a set (at least one) of program modules 642 may be stored, for example, in memory 628, such program modules 642 including, but not limited to, an operating device, one or more application programs, other program modules, and program data, each of which examples or some combination thereof may comprise an implementation of a network environment. The program modules 642 generally perform the functions and/or methods of the described embodiments of the present invention.
The electronic device 612 may also communicate with one or more external devices 614 (e.g., keyboard, pointing device, display 624, etc.), with one or more devices that enable a user to interact with the electronic device 612, and/or with any devices (e.g., network card, modem, etc.) that enable the electronic device 612 to communicate with one or more other computing devices. Such communication may occur via input/output (I/O) interfaces 622. Also, the electronic device 612 may communicate with one or more networks (e.g., a Local Area Network (LAN), a Wide Area Network (WAN), and/or a public network, such as the internet) via the network adapter 620. As shown in FIG. 4, the network adapter 620 communicates with the other modules of the electronic device 612 via the bus 618. It should be appreciated that although not shown in FIG. 4, other hardware and/or software modules may be used in conjunction with the electronic device 612, including but not limited to: microcode, device drivers, redundant processing units, external disk drive arrays, RAID devices, tape drives, and data backup storage devices, among others.
The processor 616 executes various functional applications and data processing by executing at least one of other programs of the programs stored in the memory 628, for example, to implement a method for processing a public fund service provided in the embodiment of the present application.
One embodiment of the present invention provides a storage medium containing computer-executable instructions which, when executed by a computer processor, perform a method of equity fund business processing, comprising:
acquiring the accumulation fund service processing request data of at least one client through an information acquisition interface;
triggering at least one processing thread according to the accumulation fund service processing request data of at least one client;
and dispatching the at least one processing thread to the nodes in the service cluster so as to process the accumulation fund service request data by the nodes in the service cluster.
The computer storage media of the embodiments of the present application may take any combination of one or more computer-readable storage media. The computer readable storage medium may be a computer readable signal storage medium or a computer readable storage medium. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor device, apparatus, or any combination of the foregoing. More specific examples (a non-exhaustive list) of the computer readable storage medium would include the following: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In embodiments of the present application, a computer readable storage medium may be any tangible storage medium that can contain, or store a program for use by or in connection with an instruction execution apparatus, device, or apparatus.
A computer readable signal storage medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal storage medium may also be any computer readable storage medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution apparatus, device, or apparatus.
Program code embodied on a computer readable storage medium may be transmitted using any appropriate storage medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
Computer program code for carrying out operations for aspects of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, Smalltalk, C + + or the like and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or device. In the case of a remote computer, the remote computer may be connected to the user's computer through any type of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet service provider).
It is to be noted that the foregoing is only illustrative of the preferred embodiments of the present invention and the technical principles employed. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, although the present invention has been described in greater detail by the above embodiments, the present invention is not limited to the above embodiments, and may include other equivalent embodiments without departing from the spirit of the present invention, and the scope of the present invention is determined by the scope of the appended claims.

Claims (15)

1. A method for processing a public accumulation fund service is characterized by comprising the following steps:
acquiring the accumulation fund service processing request data of at least one client through an information acquisition interface;
triggering at least one processing thread according to the accumulation fund service processing request data of at least one client;
and dispatching the at least one processing thread to the nodes in the service cluster so as to process the accumulation fund service request data by the nodes in the service cluster.
2. The method of claim 1, wherein prior to dispatching the at least one processing thread to a node in a service cluster, the method further comprises:
and registering a task scheduling service to at least one node in the service cluster so as to enable the at least one node to process the processing thread.
3. The method of claim 1 or 2, wherein the service cluster is a Zookeeper service cluster.
4. The method of claim 1, wherein obtaining the accumulation fund service processing request data of at least one client through an information collecting interface comprises:
and responding to the triggering operation of the user on the accumulation fund service through at least one client, and acquiring the accumulation fund service processing request data generated by the at least one client according to the triggering operation through an information acquisition interface.
5. The method of claim 4, wherein responding, by at least one client, to a user's triggering of the accumulation fund service comprises:
responding to the triggering operation of a control corresponding to a deposit opening item in a deposit account in the deposit change service by at least one client, and skipping to a deposit opening handling interface;
and generating the public deposit fund service processing request data by responding to the triggering operation of a personal account sealing control, a personal account unsealing control or a sealing unsealing query control displayed in a public deposit fund sealing unsealing transaction interface by at least one client.
6. The method of claim 1, wherein after obtaining the accumulation fund service processing request data of at least one client through the information collecting interface, the method further comprises:
and responding to the selection operation of the user for the single service processing or the batch service processing, and displaying an information input interface for the user according to the selection operation.
7. The method of claim 6, wherein if the user selects a single sealed accumulation fund service, the method further comprises:
acquiring a personal name, a personal account number, an identity card number and a sealing reason which are filled in by a user through an information input interface;
and responding to the triggering operation of the user on the submission control, calling the accumulation fund sealing transaction, and sending the information input by the user to the accumulation fund center core system for auditing.
8. The method of claim 6, wherein if the user selects to package the accumulation fund service in bulk, the method further comprises:
providing an information entry form to a user for downloading and filling in information by the user;
and acquiring an information entry form of filled information uploaded by a user, and sending the information entry form to the accumulation fund center core system for auditing by the accumulation fund center core system.
9. The method of claim 6, wherein if the user selects a single unseal accumulation fund service, the method further comprises:
acquiring a personal name, a personal account number, an identity card number, a unsealing reason and a personal public deposit payment base number which are filled in by a user through an information input interface;
and responding to the triggering operation of the user on the submission control, calling the public accumulation fund unsealing transaction, and sending the information input by the user to the accumulation fund center core system for auditing by the public accumulation fund center core system.
10. The method of claim 6, wherein if the user selects the bulk unseal accumulation fund service, the method further comprises:
providing an information entry form to a user for downloading and filling in information by the user;
and acquiring an information entry form of filled information uploaded by a user, and sending the information entry form to the accumulation fund center core system for auditing by the accumulation fund center core system.
11. The method according to any one of claims 7-10, further comprising:
and receiving an audit result of the core system of the accumulation fund center, and returning the audit result to the client.
12. The method according to any one of claims 7-10, further comprising:
and if the received checking result of the core system of the accumulation fund center is that the checking result is not passed, generating a form item with wrong information filling, and sending the form item to the client.
13. An accumulation fund service processing device, characterized in that the device comprises:
the data acquisition module is used for acquiring the accumulation fund service processing request data of at least one client through the information acquisition interface;
the thread triggering module is used for triggering at least one processing thread according to the accumulation fund service processing request data of at least one client;
and the thread dispatching module is used for dispatching the at least one processing thread to the nodes in the service cluster so as to process the accumulation fund service request data by the nodes in the service cluster.
14. An electronic device, characterized in that the electronic device comprises:
one or more processors;
a memory for storing one or more programs;
when executed by the one or more processors, cause the one or more processors to implement the method of processing the accumulation fund business of any one of claims 1-12.
15. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the method of handling of a fair fund service according to any one of claims 1 to 12.
CN202011445089.4A 2020-12-08 2020-12-08 Accumulation fund service processing method and device, electronic equipment and medium Pending CN112463338A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011445089.4A CN112463338A (en) 2020-12-08 2020-12-08 Accumulation fund service processing method and device, electronic equipment and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011445089.4A CN112463338A (en) 2020-12-08 2020-12-08 Accumulation fund service processing method and device, electronic equipment and medium

Publications (1)

Publication Number Publication Date
CN112463338A true CN112463338A (en) 2021-03-09

Family

ID=74800545

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011445089.4A Pending CN112463338A (en) 2020-12-08 2020-12-08 Accumulation fund service processing method and device, electronic equipment and medium

Country Status (1)

Country Link
CN (1) CN112463338A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113138900A (en) * 2021-04-27 2021-07-20 上海淇玥信息技术有限公司 Data acquisition processing method and device and electronic equipment

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107230157A (en) * 2017-06-22 2017-10-03 安徽山鼎信息科技有限公司 A kind of enterprises and institutions worker housing accumulation fund management system
CN108268314A (en) * 2016-12-31 2018-07-10 北京亿阳信通科技有限公司 A kind of method of multithreading task concurrent processing
CN109684051A (en) * 2018-12-17 2019-04-26 杭州玳数科技有限公司 A kind of method and system of the hybrid asynchronous submission of big data task
CN111429092A (en) * 2020-03-19 2020-07-17 中国建设银行股份有限公司 Method, device and equipment for paying public accumulation fund and computer readable medium
CN111695985A (en) * 2020-05-29 2020-09-22 中国建设银行股份有限公司 System and method for processing voluntary deposit service of accumulation fund

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108268314A (en) * 2016-12-31 2018-07-10 北京亿阳信通科技有限公司 A kind of method of multithreading task concurrent processing
CN107230157A (en) * 2017-06-22 2017-10-03 安徽山鼎信息科技有限公司 A kind of enterprises and institutions worker housing accumulation fund management system
CN109684051A (en) * 2018-12-17 2019-04-26 杭州玳数科技有限公司 A kind of method and system of the hybrid asynchronous submission of big data task
CN111429092A (en) * 2020-03-19 2020-07-17 中国建设银行股份有限公司 Method, device and equipment for paying public accumulation fund and computer readable medium
CN111695985A (en) * 2020-05-29 2020-09-22 中国建设银行股份有限公司 System and method for processing voluntary deposit service of accumulation fund

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113138900A (en) * 2021-04-27 2021-07-20 上海淇玥信息技术有限公司 Data acquisition processing method and device and electronic equipment

Similar Documents

Publication Publication Date Title
US8412599B2 (en) Approval workflow engine for services procurement timesheets, progress logs, and expenses
US10296373B2 (en) Generic wait service: pausing and resuming a plurality of BPEL processes arranged in correlation sets by a central generic wait server
US20140149978A1 (en) Dynamic communication between script and execution layers
US10693816B2 (en) Communication methods and systems, electronic devices, and computer clusters
WO2011088415A2 (en) Systems and methods for redundancy using snapshots and check pointing in contact handling systems
US9015731B2 (en) Event handling system and method
CN111198769A (en) Information processing method and system, computer system and computer readable medium
WO2011088417A2 (en) Systems and methods for multi-tenancy in contact handling systems
US12014216B2 (en) Method for platform-based scheduling of job flow
CN112346794A (en) Interface calling method, device, equipment and medium
CN114416769A (en) To-do task query method and device and electronic equipment
US9047144B2 (en) System and method for providing Quality-of-Services in a multi-event processing environment
CN112463338A (en) Accumulation fund service processing method and device, electronic equipment and medium
CN113191889A (en) Wind control configuration method, configuration system, electronic device and readable storage medium
CN112948396A (en) Data storage method and device, electronic equipment and storage medium
CN110352405B (en) Computer-readable medium, computing system, method, and electronic device
CN115760013A (en) Operation and maintenance model construction method and device, electronic equipment and storage medium
CN114217790A (en) Interface scheduling method and device, electronic equipment and medium
CN110377401B (en) Transaction request processing method, device, server and storage medium based on IDEA
CN113419887A (en) Method and device for processing abnormal online transaction of host
CN114168607A (en) Global serial number generation method, device, equipment, medium and product
CN113673872A (en) Replenishment processing method and device, storage medium and electronic equipment
CN112183982A (en) Workflow creating method and device, computer equipment and storage medium
CN113392002A (en) Test system construction method, device, equipment and storage medium
EP2601627B1 (en) Transaction processing system and method

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