CN118170804A - Supervision report data processing method and device and computer equipment - Google Patents

Supervision report data processing method and device and computer equipment Download PDF

Info

Publication number
CN118170804A
CN118170804A CN202410371432.7A CN202410371432A CN118170804A CN 118170804 A CN118170804 A CN 118170804A CN 202410371432 A CN202410371432 A CN 202410371432A CN 118170804 A CN118170804 A CN 118170804A
Authority
CN
China
Prior art keywords
data
target
basic
message data
message
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
CN202410371432.7A
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
CCB Finetech Co Ltd
Original Assignee
China Construction Bank Corp
CCB Finetech 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 China Construction Bank Corp, CCB Finetech Co Ltd filed Critical China Construction Bank Corp
Priority to CN202410371432.7A priority Critical patent/CN118170804A/en
Publication of CN118170804A publication Critical patent/CN118170804A/en
Pending legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The present application relates to the field of big data technology, and in particular, to a method, an apparatus, a computer device, a storage medium, and a computer program product for processing supervision report data. The method comprises the following steps: responding to a generation request of the message data, and dynamically inquiring a target reporting scene to obtain a dynamic inquiring result; acquiring basic data to be reported based on the dynamic query result; packaging the basic data into a data set conforming to a preset target basic format; and acquiring a target format of the message data, and packaging the data in the data set according to the target format to generate target message data. The method can improve the processing efficiency of the supervision data.

Description

Supervision report data processing method and device and computer equipment
Technical Field
The present application relates to the field of big data technology, and in particular, to a method, an apparatus, a computer device, a storage medium, and a computer program product for processing supervision report data.
Background
The supervision report data refers to data and information submitted to a supervision organization by an enterprise or an organization according to relevant laws and regulations or supervision requirements. Such data typically includes financial data, business data, risk management data, compliance data, and the like for the enterprise for use by regulatory authorities to monitor and evaluate business conditions, compliance, and risk situations of the enterprise. The characteristics and the content of the supervision report data comprise: financial data: the financial data comprising financial statement, asset liability list, damage list, cash flow list and the like of the enterprise are used for the supervision organization to evaluate the financial condition and the operation performance of the enterprise; management data: the management data comprises sales data, production data, inventory data, manpower resource data and the like of an enterprise, and is used for a supervision organization to know the management activities and market performances of the enterprise; risk management data: the risk management system comprises a risk management report, risk assessment data, risk control data and the like of an enterprise, wherein the risk management report, the risk assessment data, the risk control data and the like are used for a supervision organization to assess the risk management capacity and the risk bearing capacity of the enterprise; compliance data: the system comprises compliance reports, compliance check data, compliance training data and the like of enterprises, and is used for supervising whether the enterprises meet the requirements of relevant laws and regulations or not by a supervision agency; other data: according to the requirements of the regulatory authorities, enterprises may need to report other data and information to the regulatory authorities to meet regulatory requirements and regulations; the supervision report data has important significance for the supervision authorities to know the operation condition of enterprises, evaluate risks and promote market order. The enterprise needs to report relevant data to the supervision authorities timely and accurately according to supervision requirements and regulations, so as to ensure compliance and transparency of the enterprise. Meanwhile, the supervision and evaluation can be carried out by the supervision and evaluation mechanism according to the report data, so that the stability and healthy development of the market are maintained.
In the related art, a message is generally independently generated aiming at a report scene of supervision data, a search background carries out fuzzy matching of questions according to keywords input by a user, and if the related questions are hit, a good answer input in advance is returned.
However, the current supervision data processing method has the following technical problems:
the supervision messages are independently formed in each reporting scene, so that the disorder of codes is easy to cause, and the data application efficiency is low.
Disclosure of Invention
In view of the foregoing, it is desirable to provide a supervision report data processing method, apparatus, computer device, computer readable storage medium, and computer program product that can improve the processing efficiency of supervision data.
In a first aspect, the present application provides a method for processing administrative report data. The method comprises the following steps:
responding to a generation request of the message data, and dynamically inquiring a target reporting scene to obtain a dynamic inquiring result;
Acquiring basic data to be reported based on the dynamic query result;
Packaging the basic data into a data set conforming to a preset target basic format;
And acquiring a target format of the message data, and packaging the data in the data set according to the target format to generate target message data.
In one embodiment, the responding to the generation request of the message data dynamically queries the target reporting scene, and the obtaining the dynamic query result includes:
determining basic information of the target reporting scene, and determining query conditions associated with the target reporting scene based on the basic information;
and inquiring the target reporting scene according to the inquiry condition to obtain the dynamic inquiry result.
In one embodiment, the obtaining the basic data to be reported based on the dynamic query result includes:
Analyzing the dynamic query result to obtain the basic data meeting preset requirements in the dynamic query result;
and storing the basic data into a temporary table, wherein the temporary table generates a row number based on the sequence of the basic data.
In one embodiment, the obtaining the target format of the message data, packaging the data in the data set according to the target format, and after generating the target message data, further includes:
And in response to the generation of the target message data, clearing data in the temporary table associated with the target message data.
In one embodiment, the obtaining the target format of the message data, packaging the data in the data set according to the target format, and after generating the target message data, further includes:
Encrypting the target message data, and storing the encrypted target message data under a target directory.
In one embodiment, the responding to the request for generating the message data dynamically queries the target report scene, and before obtaining the dynamic query result, the method further includes:
and pre-checking the message data, wherein the pre-checking is used for marking the data with preset defects.
In a second aspect, the application also provides a supervision report data processing device. The device comprises:
The data query module is used for responding to the generation request of the message data, dynamically querying the target reporting scene and obtaining a dynamic query result;
The basic data module is used for acquiring basic data to be reported based on the dynamic query result;
The data packaging module is used for packaging the basic data into a data set which accords with a preset target basic format;
The message generation module is used for acquiring a target format of the message data, and packaging the data in the data set according to the target format to generate target message data.
In one embodiment, the data query module includes:
The query condition module is used for determining basic information of the target reporting scene and determining query conditions associated with the target reporting scene based on the basic information;
And the query result module is used for querying the target reporting scene according to the query condition to obtain the dynamic query result.
In one embodiment, the base data module comprises:
The data extraction module is used for analyzing the dynamic query result and acquiring the basic data meeting preset requirements in the dynamic query result;
And the temporary table module is used for storing the basic data into a temporary table, and the temporary table generates a line number based on the sequence of the basic data.
In one embodiment, after the message generating module, the method further includes:
And the temporary table clearing module is used for clearing data in the temporary table associated with the target message data in response to the generation of the target message data.
In one embodiment, after the message generating module, the method further includes:
And the data encryption module is used for encrypting the target message data and storing the encrypted target message data under a target directory.
In one embodiment, before the data query module, the method further includes:
The data pre-verification module is used for pre-verifying the message data, and the pre-verification module is used for marking the data with preset defects.
In a third aspect, the present application also provides a computer device. The computer device comprises a memory and a processor, the memory stores a computer program, and the processor executes the computer program to implement the steps in a method for processing supervision report data according to any one of the embodiments of the first aspect.
In a fourth aspect, the present application also provides a computer-readable storage medium. The computer readable storage medium has stored thereon a computer program which, when executed by a processor, implements the steps of a method for processing administrative report data according to any one of the embodiments of the first aspect.
In a fifth aspect, the present application also provides a computer program product. The computer program product comprises a computer program which, when executed by a processor, implements the steps of a method for processing administrative report data according to any one of the embodiments of the first aspect.
The above-mentioned supervision report data processing method, device, computer equipment, storage medium and computer program product, deduce through the technical characteristics in the independent right, can reach the following beneficial effect of corresponding technical problem in the background art:
The application provides a supervision report data processing method, which comprises the steps of dynamically inquiring a specific target report scene when a generation request of message data is monitored, obtaining a dynamic inquiry result, acquiring basic data to be reported based on the dynamic inquiry result, packaging the basic data into a data set conforming to a specific basic format, circularly acquiring data from the data set, packaging the obtained message data with the data package taste conforming to a report standard, and finally completing report with the message data. In implementation, after the message demand is monitored, firstly, a target reporting scene is dynamically queried, and query conditions are dynamically adjusted according to the reporting scene and the reporting demand through the dynamic query, so that required data is accurately acquired. And then sequentially packaging the queried basic data into a data set with a specific format, extracting the data from the data set in batches to generate message data, and finally obtaining the message data meeting the reporting requirement, so that the problem of low query efficiency caused by reporting scene difference can be solved, and the problem of data confusion is solved through two-time format-based adaptive packaging.
Drawings
FIG. 1 is a diagram of an application environment for a method of policing data processing in one embodiment;
FIG. 2 is a first flow chart illustrating a method for handling administrative report data according to one embodiment;
FIG. 3 is a schematic diagram illustrating a second flow chart of a method for processing administrative report data according to another embodiment;
FIG. 4 is a schematic diagram illustrating a third flow chart of a method for processing administrative report data according to another embodiment;
FIG. 5 is a flowchart illustrating a fourth method for handling administrative report data according to another embodiment;
FIG. 6 is a flowchart of a method for handling administrative report data according to another embodiment;
FIG. 7 is a flowchart of a sixth method for processing administrative report data according to another embodiment;
FIG. 8 is a block diagram of a supervisory report data processing apparatus in one embodiment;
fig. 9 is an internal structural diagram of a computer device in one embodiment.
Detailed Description
The present application will be described in further detail with reference to the drawings and examples, in order to make the objects, technical solutions and advantages of the present application more apparent. It should be understood that the specific embodiments described herein are for purposes of illustration only and are not intended to limit the scope of the application.
The method for processing the supervision report data provided by the embodiment of the application can be applied to an application environment shown in fig. 1. Wherein the terminal 102 communicates with the server 104 via a network. The data storage system may store data that the server 104 needs to process. The data storage system may be integrated on the server 104 or may be located on a cloud or other network server. Specifically, the terminal 102 may collect or generate message data and send the message data to the server 104 after the processing is completed. The terminal 102 may be, but not limited to, various personal computers, notebook computers, smart phones, tablet computers, internet of things devices, and portable wearable devices, where the internet of things devices may be smart speakers, smart televisions, smart air conditioners, smart vehicle devices, and the like. The portable wearable device may be a smart watch, smart bracelet, headset, or the like. The server 104 may be implemented as a stand-alone server or as a server cluster of multiple servers.
In one embodiment, as shown in fig. 2, a method for processing supervision report data is provided, and the method is applied to the terminal in fig. 1 for illustration, and includes the following steps:
Step 202: responding to the generation request of the message data, and dynamically inquiring the target reporting scene to obtain a dynamic inquiring result.
The message data refers to text data which is issued by a supervision organization and contains contents related to supervision regulations, guidance opinions and the like. These data are typically used to guide the behavior of the supervising object to ensure that it complies with relevant regulations. The content of the supervision message data generally comprises information such as supervision requirements, punishment measures, industry standards and the like, and has important guiding and restraining effects on supervision objects and market participants. The report scene may refer to a scene where transaction data to be reported occurs, and may be a transaction platform, a transaction mechanism, and the like. The dynamic query result may refer to a query result obtained by dynamically and adjustably querying the transaction data according to a query condition adapted to the target reporting scene.
For example, when a transaction event occurs in a supervised transaction scenario, the terminal may dynamically query the target reporting scenario in response to a request for generating message data, thereby obtaining a dynamic query result.
Step 204: and acquiring basic data to be reported based on the dynamic query result.
The dynamic query result is original data which is directly grabbed in batches from the target report scene, and the basic data can refer to specific effective data which is washed out from the original dynamic query result according to specific logic.
For example, the terminal may obtain the basic data to be reported based on the dynamic query result.
Step 206: and packaging the basic data into a data set conforming to a preset target basic format.
The target basic format may refer to a specific format configured by a file for storing basic data, such as an array, a list, a dictionary, and the like. Because the formats adapted to the basic data extracted from different transaction scenes are different, the basic data can be packaged into a data set conforming to a specific target basic format in the processing of the current basic data, so that the storage and reading efficiency is improved. Encapsulation may refer to grouping together groups of related data elements to form a data set or data structure.
For example, the terminal may encapsulate the basic data into a data set conforming to a preset target basic format, where the data set may be javabean sets, and so on.
Step 208: and acquiring a target format of the message data, and packaging the data in the data set according to the target format to generate target message data.
The message data may refer to a data unit for exchanging information between different systems, where the message data includes information content transferred between a sender and a receiver, and may include various forms of data such as text, image, audio, video, and the like.
The terminal may obtain a target format of the message data, and encapsulate the data in the data set according to the target format to generate target message data.
In the supervision report data processing method, the technical characteristics in the embodiment are combined to carry out reasonable deduction, so that the following beneficial effects of solving the technical problems in the background technology can be realized:
The application provides a supervision report data processing method, which comprises the steps of dynamically inquiring a specific target report scene when a generation request of message data is monitored, obtaining a dynamic inquiry result, acquiring basic data to be reported based on the dynamic inquiry result, packaging the basic data into a data set conforming to a specific basic format, circularly acquiring data from the data set, packaging the obtained message data with the data package taste conforming to a report standard, and finally completing report with the message data. In implementation, after the message demand is monitored, firstly, a target reporting scene is dynamically queried, and query conditions are dynamically adjusted according to the reporting scene and the reporting demand through the dynamic query, so that required data is accurately acquired. And then sequentially packaging the queried basic data into a data set with a specific format, extracting the data from the data set in batches to generate message data, and finally obtaining the message data meeting the reporting requirement, so that the problem of low query efficiency caused by reporting scene difference can be solved, and the problem of data confusion is solved through two-time format-based adaptive packaging.
In one embodiment, as shown in FIG. 3, step 202 includes:
Step 302: and determining basic information of the target reporting scene, and determining query conditions associated with the target reporting scene based on the basic information.
The basic information may be data for describing scene information of the target reporting scene, and conditions such as a platform, a mechanism, a state and the like to which the target reporting scene belongs may be determined through the basic information. The query condition can be determined according to specific service requirements and scenes, and the required transaction data can be more accurately obtained through the query condition, so that the efficiency and accuracy of data query are improved. The query criteria may include a transaction time range, a transaction type, a transaction amount range, a transaction status, a transaction participant, a transaction product type, and the like.
For example, the terminal may determine basic information of the target reporting scene, and determine a query condition associated with the target reporting scene based on the basic information.
Step 304: and inquiring the target reporting scene according to the inquiry condition to obtain the dynamic inquiry result.
The terminal may query the target reporting scene according to the query condition, to obtain the dynamic query result.
In the embodiment, in the dynamic query, the query condition is determined according to the basic information of the target reporting scene, and then the query is performed according to the query condition, so that the result effectiveness and the query efficiency of the dynamic query are improved.
In one embodiment, as shown in FIG. 4, step 204 includes:
Step 402: analyzing the dynamic query result to obtain the basic data meeting the preset requirements in the dynamic query result.
Where parsing may refer to processing and analyzing the raw data obtained to extract valid information from the raw data for further computation.
The terminal may analyze the dynamic query result, and obtain the basic data meeting the preset requirement in the dynamic query result.
Step 404: and storing the basic data into a temporary table, wherein the temporary table generates a row number based on the sequence of the basic data.
The temporary table may refer to a special table for temporarily storing data in the database, and in a scenario where the data needs to be temporarily stored, a temporary data storage space may be provided through the temporary table.
For example, the terminal may store the base data in a temporary table that generates a line number based on a sequence of the base data.
In this embodiment, after the basic data is acquired, the basic data is stored in the temporary table in the form of a data sequence of the sequence, which is helpful for improving the efficiency of data storage.
In one embodiment, as shown in fig. 5, after step 208, further includes:
step 502: and in response to the generation of the target message data, clearing data in the temporary table associated with the target message data.
Illustratively, the terminal may clear data in the temporary table associated with the target message data in response to the generation of the target message data.
In this embodiment, after the generation and reporting of the message data are completed, the data in the temporary table are clear, and the corresponding data storage space is released.
In one embodiment, as shown in fig. 6, after step 208, further includes:
step 602: encrypting the target message data, and storing the encrypted target message data under a target directory.
The terminal may encrypt the target message data, and store the encrypted target message data under a target directory.
In this embodiment, after the message data is generated, operations such as encryption are performed on the target message data, and then the encrypted and pressurized target message data is stored in the target directory, so that the security of the message data can be improved.
In one embodiment, as shown in fig. 7, before step 202, the method further includes:
Step 702: and pre-checking the message data, wherein the pre-checking is used for marking the data with preset defects.
Pre-verification may refer to the process of preliminary verification and inspection of relevant data, conditions or parameters before some action or decision is taken. The purpose of the pre-verification is to discover possible problems, errors or anomalies ahead of time, prior to actual operations or decisions.
For example, the terminal may perform a pre-verification on the packet data, where the pre-verification is used to label the data with the preset defect.
In this embodiment, before dynamically querying the target reporting scene, pre-checking is performed on the message data, so that possible specific data defects can be marked, which is helpful for improving the subsequent data processing efficiency.
It should be understood that, although the steps in the flowcharts related to the embodiments described above are sequentially shown as indicated by arrows, these steps are not necessarily sequentially performed in the order indicated by the arrows. The steps are not strictly limited to the order of execution unless explicitly recited herein, and the steps may be executed in other orders. Moreover, at least some of the steps in the flowcharts described in the above embodiments may include a plurality of steps or a plurality of stages, which are not necessarily performed at the same time, but may be performed at different times, and the order of the steps or stages is not necessarily performed sequentially, but may be performed alternately or alternately with at least some of the other steps or stages.
Based on the same inventive concept, the embodiment of the application also provides a supervision report data processing device for realizing the supervision report data processing method. The implementation of the solution provided by the device is similar to the implementation described in the above method, so the specific limitation in one or more embodiments of the supervision and delivery data processing device provided below may refer to the limitation of one supervision and delivery data processing method hereinabove, and will not be repeated herein.
In one embodiment, as shown in fig. 8, there is provided a supervision report data processing apparatus, including a data query module, a base data module, a data encapsulation module, and a message generation module, specifically:
The data query module is used for responding to the generation request of the message data, dynamically querying the target reporting scene and obtaining a dynamic query result;
The basic data module is used for acquiring basic data to be reported based on the dynamic query result;
The data packaging module is used for packaging the basic data into a data set which accords with a preset target basic format;
The message generation module is used for acquiring a target format of the message data, and packaging the data in the data set according to the target format to generate target message data.
In one embodiment, the data query module includes:
The query condition module is used for determining basic information of the target reporting scene and determining query conditions associated with the target reporting scene based on the basic information;
And the query result module is used for querying the target reporting scene according to the query condition to obtain the dynamic query result.
In one embodiment, the base data module comprises:
The data extraction module is used for analyzing the dynamic query result and acquiring the basic data meeting preset requirements in the dynamic query result;
And the temporary table module is used for storing the basic data into a temporary table, and the temporary table generates a line number based on the sequence of the basic data.
In one embodiment, after the message generating module, the method further includes:
And the temporary table clearing module is used for clearing data in the temporary table associated with the target message data in response to the generation of the target message data.
In one embodiment, after the message generating module, the method further includes:
And the data encryption module is used for encrypting the target message data and storing the encrypted target message data under a target directory.
In one embodiment, before the data query module, the method further includes:
The data pre-verification module is used for pre-verifying the message data, and the pre-verification module is used for marking the data with preset defects.
Each module in the above-mentioned supervision report data processing device may be implemented in whole or in part by software, hardware, and a combination thereof. The above modules may be embedded in hardware or may be independent of a processor in the computer device, or may be stored in software in a memory in the computer device, so that the processor may call and execute operations corresponding to the above modules.
In one embodiment, a computer device is provided, which may be a terminal, and the internal structure thereof may be as shown in fig. 9. The computer device includes a processor, a memory, an input/output interface, a communication interface, a display unit, and an input means. The processor, the memory and the input/output interface are connected through a system bus, and the communication interface, the display unit and the input device are connected to the system bus through the input/output interface. Wherein the processor of the computer device is configured to provide computing and control capabilities. The memory of the computer device includes a non-volatile storage medium and an internal memory. The non-volatile storage medium stores an operating system and a computer program. The internal memory provides an environment for the operation of the operating system and computer programs in the non-volatile storage media. The input/output interface of the computer device is used to exchange information between the processor and the external device. The communication interface of the computer device is used for carrying out wired or wireless communication with an external terminal, and the wireless mode can be realized through WIFI, a mobile cellular network, NFC (near field communication) or other technologies. The computer program, when executed by a processor, implements a method of policing data processing. The display unit of the computer device is used for forming a visual picture, and can be a display screen, a projection device or a virtual reality imaging device. The display screen can be a liquid crystal display screen or an electronic ink display screen, and the input device of the computer equipment can be a touch layer covered on the display screen, can also be a key, a track ball or a touch pad arranged on the shell of the computer equipment, and can also be an external keyboard, a touch pad or a mouse and the like.
It will be appreciated by persons skilled in the art that the architecture shown in fig. 9 is merely a block diagram of some of the architecture relevant to the present inventive arrangements and is not limiting as to the computer device to which the present inventive arrangements are applicable, and that a particular computer device may include more or fewer components than shown, or may combine some of the components, or have a different arrangement of components.
In an embodiment, there is also provided a computer device comprising a memory and a processor, the memory having stored therein a computer program, the processor implementing the steps of the method embodiments described above when the computer program is executed.
In one embodiment, a computer-readable storage medium is provided, on which a computer program is stored which, when executed by a processor, carries out the steps of the method embodiments described above.
In an embodiment, a computer program product is provided, comprising a computer program which, when executed by a processor, implements the steps of the method embodiments described above.
It should be noted that, the user information (including but not limited to user equipment information, user personal information, etc.) and the data (including but not limited to data for analysis, stored data, presented data, etc.) related to the present application are information and data authorized by the user or sufficiently authorized by each party, and the collection, use and processing of the related data need to comply with the related laws and regulations and standards of the related country and region.
Those skilled in the art will appreciate that implementing all or part of the above described methods may be accomplished by way of a computer program stored on a non-transitory computer readable storage medium, which when executed, may comprise the steps of the embodiments of the methods described above. Any reference to memory, database, or other medium used in embodiments provided herein may include at least one of non-volatile and volatile memory. The nonvolatile Memory may include Read-Only Memory (ROM), magnetic tape, floppy disk, flash Memory, optical Memory, high density embedded nonvolatile Memory, resistive random access Memory (ReRAM), magneto-resistive random access Memory (Magnetoresistive Random Access Memory, MRAM), ferroelectric Memory (Ferroelectric Random Access Memory, FRAM), phase change Memory (PHASE CHANGE Memory, PCM), graphene Memory, and the like. Volatile memory can include random access memory (Random Access Memory, RAM) or external cache memory, and the like. By way of illustration, and not limitation, RAM can be in various forms such as static random access memory (Static Random Access Memory, SRAM) or dynamic random access memory (Dynamic Random Access Memory, DRAM), etc. The databases referred to in the embodiments provided herein may include at least one of a relational database and a non-relational database. The non-relational database may include, but is not limited to, a blockchain-based distributed database, and the like. The processor referred to in the embodiments provided in the present application may be a general-purpose processor, a central processing unit, a graphics processor, a digital signal processor, a programmable logic unit, a data processing logic unit based on quantum computing, or the like, but is not limited thereto.
The technical features of the above embodiments may be arbitrarily combined, and all possible combinations of the technical features in the above embodiments are not described for brevity of description, however, as long as there is no contradiction between the combinations of the technical features, they should be considered as the scope of the description.
The foregoing examples illustrate only a few embodiments of the application and are described in detail herein without thereby limiting the scope of the application. It should be noted that it will be apparent to those skilled in the art that several variations and modifications can be made without departing from the spirit of the application, which are all within the scope of the application. Accordingly, the scope of the application should be assessed as that of the appended claims.

Claims (10)

1. A method of policing reporting data processing, the method comprising:
responding to a generation request of the message data, and dynamically inquiring a target reporting scene to obtain a dynamic inquiring result;
Acquiring basic data to be reported based on the dynamic query result;
Packaging the basic data into a data set conforming to a preset target basic format;
And acquiring a target format of the message data, and packaging the data in the data set according to the target format to generate target message data.
2. The method of claim 1, wherein the responding to the generation request of the message data to dynamically query the target reporting scene, and obtaining the dynamic query result comprises:
determining basic information of the target reporting scene, and determining query conditions associated with the target reporting scene based on the basic information;
and inquiring the target reporting scene according to the inquiry condition to obtain the dynamic inquiry result.
3. The method of claim 2, wherein the obtaining the base data to be reported based on the dynamic query result comprises:
Analyzing the dynamic query result to obtain the basic data meeting preset requirements in the dynamic query result;
and storing the basic data into a temporary table, wherein the temporary table generates a row number based on the sequence of the basic data.
4. The method of claim 3, wherein the obtaining the target format of the message data, encapsulating the data in the data set according to the target format, and after generating the target message data, further comprises:
And in response to the generation of the target message data, clearing data in the temporary table associated with the target message data.
5. The method according to any one of claims 1 to 4, wherein the obtaining the target format of the message data encapsulates the data in the data set according to the target format, and after generating the target message data, further includes:
Encrypting the target message data, and storing the encrypted target message data under a target directory.
6. The method of claim 1, wherein the responding to the generation request of the message data dynamically queries the target report scene, and before obtaining the dynamic query result, further comprises:
and pre-checking the message data, wherein the pre-checking is used for marking the data with preset defects.
7. A supervisory report data processing apparatus, the apparatus comprising:
The data query module is used for responding to the generation request of the message data, dynamically querying the target reporting scene and obtaining a dynamic query result;
The basic data module is used for acquiring basic data to be reported based on the dynamic query result;
The data packaging module is used for packaging the basic data into a data set which accords with a preset target basic format;
The message generation module is used for acquiring a target format of the message data, and packaging the data in the data set according to the target format to generate target message data.
8. A computer device comprising a memory and a processor, the memory storing a computer program, characterized in that the processor implements the steps of the method of any of claims 1 to 6 when the computer program is executed.
9. A computer readable storage medium, on which a computer program is stored, characterized in that the computer program, when being executed by a processor, implements the steps of the method of any of claims 1 to 6.
10. A computer program product comprising a computer program, characterized in that the computer program, when being executed by a processor, implements the steps of the method of any of claims 1 to 6.
CN202410371432.7A 2024-03-29 2024-03-29 Supervision report data processing method and device and computer equipment Pending CN118170804A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202410371432.7A CN118170804A (en) 2024-03-29 2024-03-29 Supervision report data processing method and device and computer equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202410371432.7A CN118170804A (en) 2024-03-29 2024-03-29 Supervision report data processing method and device and computer equipment

Publications (1)

Publication Number Publication Date
CN118170804A true CN118170804A (en) 2024-06-11

Family

ID=91352568

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202410371432.7A Pending CN118170804A (en) 2024-03-29 2024-03-29 Supervision report data processing method and device and computer equipment

Country Status (1)

Country Link
CN (1) CN118170804A (en)

Similar Documents

Publication Publication Date Title
WO2019001139A1 (en) Method and device for running chaincode
CN113360548A (en) Data processing method, device, equipment and medium based on data asset analysis
CN116719799A (en) Environment-friendly data management method, device, computer equipment and storage medium
CN111443899A (en) Element processing method and device, electronic equipment and storage medium
CN114116637A (en) Data sharing method, device, equipment and storage medium
CN117473130A (en) Service processing method, device, equipment, medium and program product
CN114565443B (en) Data processing method, data processing device, computer equipment and storage medium
CN115756255A (en) Method, device and equipment for processing equipment parameters of parking lot equipment and storage medium
CN118170804A (en) Supervision report data processing method and device and computer equipment
CN112035471A (en) Transaction processing method and computer equipment
CN115423595B (en) File information processing method and device, computer equipment and storage medium
CN114004456B (en) Data tag calculation method, device, computer equipment and storage medium
CN117194508A (en) Development document processing method and device based on blockchain, and computer equipment
CN116307711A (en) Subscription data processing method, device, computer equipment and storage medium
CN118035095A (en) Method and device for testing business processing object, computer equipment and storage medium
CN115456583A (en) Questionnaire data processing method, questionnaire data processing device, computer device, and storage medium
CN116880869A (en) System interface updating method, device, computer equipment and storage medium
CN118193508A (en) Data checking method, device, computer equipment and storage medium
CN117455386A (en) Resource auditing method and device, computer equipment and storage medium thereof
CN117527316A (en) Flow identification method, device and computer equipment
CN117240578A (en) Flow integrity verification method and device, computer equipment and storage medium thereof
CN116258597A (en) Document processing method, device, computer equipment and storage medium
CN117611421A (en) Material auditing method, device, equipment, storage medium and computer program product
CN117350689A (en) Message notification method, device, computer equipment and storage medium
CN117061238A (en) Service request processing method, device, computer equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination