CN115114280A - Report generation processing method, device and equipment - Google Patents

Report generation processing method, device and equipment Download PDF

Info

Publication number
CN115114280A
CN115114280A CN202110306350.0A CN202110306350A CN115114280A CN 115114280 A CN115114280 A CN 115114280A CN 202110306350 A CN202110306350 A CN 202110306350A CN 115114280 A CN115114280 A CN 115114280A
Authority
CN
China
Prior art keywords
query
report
database
packaged
chart
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
CN202110306350.0A
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 United Network Communications Group Co Ltd
Original Assignee
China United Network Communications Group 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 United Network Communications Group Co Ltd filed Critical China United Network Communications Group Co Ltd
Priority to CN202110306350.0A priority Critical patent/CN115114280A/en
Publication of CN115114280A publication Critical patent/CN115114280A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/22Indexing; Data structures therefor; Storage structures
    • G06F16/2282Tablespace storage structures; Management thereof
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/242Query formulation
    • G06F16/2433Query languages
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/248Presentation of query results

Abstract

The embodiment of the disclosure provides a report generation processing method, a report generation processing device and equipment, wherein the method comprises the following steps: receiving query request information input by a user side; extracting query keywords according to the query request information; generating a database query statement according to the query keyword, and acquiring a query data source from a database according to the database query statement; calling a pre-packaged chart model through a preset interface; and generating a visual report according to the pre-packaged chart model and the query data source. According to the method and the device, the query statement is automatically generated, the chart model packaged in advance is called, extra code development is not needed, a large number of data interfaces are configured, the interface code development workload is reduced, and the development cost is saved.

Description

Report generation processing method, device and equipment
Technical Field
The embodiment of the disclosure relates to the technical field of software, in particular to a report generation processing method, a report generation processing device and equipment.
Background
With the continuous progress of software technology, databases are widely applied to data storage and management, and reports constructed based on data in the databases can be used for analyzing the data. The visual report is a report for dynamically displaying data in a form of a visual chart such as a table and a chart.
At present, in the existing process of generating and processing a visual report, in order to display a dense report, different data interfaces are generally developed to configure information of data in a database so as to display the visual report.
However, in the database query process, since a large amount of data needs to be queried, a large number of data interfaces need to be configured, which results in a large development amount of software for developing visual reports, poor development efficiency and high development cost.
Disclosure of Invention
The embodiment of the disclosure provides a report generation processing method, a report generation processing device and report generation processing equipment, which solve the technical problems in the prior art that due to the fact that a large amount of data needs to be queried, a large amount of data interfaces need to be configured, development amount of development of visual report software is large, development efficiency is poor and development cost is high.
In a first aspect, an embodiment of the present disclosure provides a report generation processing method, including:
receiving query request information input by a user side;
extracting query keywords according to the query request information;
generating a database query statement according to the query keyword, and acquiring a query data source from a database according to the database query statement;
calling a pre-packaged chart model through a preset interface;
and generating a visual report according to the pre-packaged chart model and the query data source.
In one possible design, the calling the prepackaged schema model through the default interface includes:
receiving report display information input by a user side, wherein the report display information comprises report visual attributes;
and calling the pre-packaged chart model corresponding to the visual attribute of the report form from a preset interface corresponding to the pre-packaged chart models of various types.
In a possible design, before receiving the report information input by the user side, the method further includes:
obtaining a plurality of chart models, and classifying according to the visual attributes of the chart models;
and packaging the classified chart model to obtain the pre-packaged chart model.
In one possible design, the receiving query request information input by the user side includes:
receiving query request information input by a user through voice at a user side; alternatively, the first and second electrodes may be,
and receiving the query request information manually input by a user on a graphical user interface of the user side.
In one possible design, the obtaining a query data source from a database according to the database query statement includes:
and acquiring a query data source from the database and the associated database of the database according to the database query statement.
In a possible design, after generating the visualized report, the method further includes:
and displaying or previewing the visual report according to an iframe page corresponding to the visual report.
In a second aspect, an embodiment of the present disclosure provides a report generation processing apparatus, including:
the receiving module is used for receiving query request information input by a user side;
the extraction module is used for extracting the query keywords according to the query request information;
the acquisition module is used for generating a database query statement according to the query keyword and acquiring a query data source from a database according to the database query statement;
the calling module is used for calling the pre-packaged chart model through a preset interface;
and the generating module is used for generating a visual report according to the pre-packaged chart model and the query data source.
In a third aspect, an embodiment of the present disclosure provides a service device, including: at least one processor and memory;
the memory stores computer execution instructions;
the at least one processor executes computer-executable instructions stored by the memory to cause the at least one processor to perform the report generation processing method as described above in the first aspect and in various possible designs of the first aspect.
In a fourth aspect, an embodiment of the present disclosure provides a computer-readable storage medium, where computer-executable instructions are stored in the computer-readable storage medium, and when a processor executes the computer-executable instructions, the report generation processing method according to the first aspect and various possible designs of the first aspect is implemented.
In a fifth aspect, an embodiment of the present disclosure provides a computer program product, which includes a computer program, and when the computer program is executed by a processor, the report generation processing method according to the first aspect and the various possible designs of the first aspect are implemented.
According to the report generation processing method, the report generation processing device and the report generation processing equipment, the query statement is automatically generated, the chart model packaged in advance is called, extra code development is not needed, a large number of data interfaces are not needed, the interface code development workload is reduced, and the development cost is saved.
Drawings
In order to more clearly illustrate the embodiments of the present disclosure or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present disclosure, and for those skilled in the art, other drawings can be obtained according to the drawings without inventive exercise.
Fig. 1 is a schematic diagram of a system architecture of report generation processing provided in the embodiment of the present disclosure;
fig. 2 is a first schematic flow chart of a report generation processing method according to an embodiment of the present disclosure;
fig. 3 is a second schematic flowchart of a report generation processing method according to an embodiment of the present disclosure;
fig. 4 is a schematic structural diagram of a report generation processing apparatus according to an embodiment of the present disclosure;
fig. 5 is a schematic diagram of a hardware structure of a service device according to an embodiment of the present disclosure.
Detailed Description
To make the objects, technical solutions and advantages of the embodiments of the present disclosure more clear, the technical solutions of the embodiments of the present disclosure will be described clearly and completely with reference to the drawings in the embodiments of the present disclosure, and it is obvious that the described embodiments are some, but not all embodiments of the present disclosure. All other embodiments, which can be derived by a person skilled in the art from the embodiments disclosed herein without making any creative effort, shall fall within the protection scope of the present disclosure.
The method aims to solve the technical problems that in the prior art, a large amount of data interfaces are required to be configured due to the fact that a large amount of data needs to be inquired, so that development quantity of visual report software is large, development efficiency is poor, and development cost is high. The embodiment of the disclosure provides a report generation processing method, which comprises the steps of firstly, automatically generating a database query statement according to input of a user so as to obtain a query data source; then, calling a chart model which is packaged in advance through a unified, standardized and unified preset interface; and finally, displaying the visual report on the data of the query data source obtained according to the input of the user through a pre-packaged chart model. Because a large number of data interfaces are not required to be configured for developing additional codes to display different visual reports, the interface code development cost is saved, and the development workload is reduced.
Fig. 1 is a schematic diagram of a system architecture of report generation processing provided in the embodiment of the present disclosure. As shown in fig. 1, the system provided in this embodiment includes a user terminal 101 and a server terminal 102. The user terminal 101 may be any type of terminal device, and the terminal device according to the present disclosure may be a wireless terminal or a wired terminal. A wireless terminal may refer to a device that provides voice and/or other traffic data connectivity to a user, a handheld device having wireless connection capability, or other processing device connected to a wireless modem. A wireless terminal, which may be a mobile terminal such as a mobile telephone (or "cellular" telephone) and a computer having a mobile terminal, e.g., a portable, pocket, hand-held, computer-included, or vehicle-mounted mobile device, may communicate with one or more core Network devices via a Radio Access Network (RAN), and may exchange language and/or data with the RAN. For another example, the Wireless terminal may also be a Personal Communication Service (PCS) phone, a cordless phone, a Session Initiation Protocol (SIP) phone, a Wireless Local Loop (WLL) station, a Personal Digital Assistant (PDA), and other devices. A wireless Terminal may also be referred to as a system, a Subscriber Unit (Subscriber Unit), a Subscriber Station (Subscriber Station), a Mobile Station (Mobile), a Remote Station (Remote Station), a Remote Terminal (Remote Terminal), an Access Terminal (Access Terminal), a User Terminal (User Terminal), a User Agent (User Agent), and a User Device or User Equipment (User Equipment), which are not limited herein. Optionally, the terminal device may also be a smart watch, a tablet computer, or the like. The implementation manner of the user side 101 is not particularly limited in this embodiment, as long as the user side 101 can perform data interaction processing with the server side. The server 102 may be a server or a cluster of multiple servers.
Fig. 2 is a first flowchart illustrating a report generation processing method according to an embodiment of the present disclosure, where an execution subject of this embodiment may be a server in the embodiment shown in fig. 1. As shown in fig. 2, the method includes:
s201: receiving the query request information input by the user terminal.
In this embodiment, the user may input the query request information by voice, or may input the query request information on the input graphical user interface by manual operation. Wherein the query request information includes a query keyword.
Specifically, receiving query request information input by a user through voice at a user side; or receiving the query request information manually input by the user on a graphical user interface of the user terminal.
The query request information input by the user through voice at the user side is voice format information, and the query request information manually input by the user at the graphical user interface of the user side is character format information.
S202: and extracting query keywords according to the query request information.
In this embodiment, the query request information input by the user through the voice at the user end is the voice format information, and the corresponding text character string is obtained through the conversion from the voice to the text. And extracting the query keyword corresponding to each field name from the character string according to the field names in the character string matching service table.
In this embodiment, the query request information manually input by the user on the graphical user interface of the user side is in a text character format, the input boxes corresponding to the field names are displayed on the graphical user interface of the user side, and the query keywords are formed according to the characters input by the user in the input boxes corresponding to the field names.
S203: and generating a database query statement according to the query keyword, and acquiring a query data source from a database according to the database query statement.
In this embodiment, the query request information input by the user through voice at the user side is information in a voice format, and a database query statement is obtained according to a query keyword extracted from the text string and corresponding to each field name and a field name combination in the matching service table.
In this embodiment, the query request information manually input by the user on the graphical user interface of the user side is in a text character format, and each query keyword is composed of characters input by the user on the input box corresponding to each field name and each field name combination is displayed on the graphical user interface of the user side, so as to obtain the database query statement.
S204: and calling the pre-packaged chart model through a preset interface.
In the embodiment of the disclosure, a user may select the type of the pre-packaged chart model, and different types of pre-packaged chart models may be used to display the query data source in different visual report display manners.
S205: and generating a visual report according to the pre-packaged chart model and the query data source.
In the embodiment of the present disclosure, the query data source is displayed in a visual report display manner corresponding to the pre-packaged graph model, so as to obtain a visual report.
As can be seen from the above description, query request information input by a user is received, query keywords are extracted from the query request information, and a database query statement is automatically generated by the query keywords, so as to obtain a query data source; calling a chart model which is packaged in advance through a preset interface; and displaying the visual report of the data of the query data source obtained according to the input of the user through a pre-packaged chart model. According to the method and the device, the query statement is automatically generated, the chart model packaged in advance is called, extra code development is not needed, a large number of data interfaces are configured, the interface code development workload is reduced, and the development cost is saved.
Fig. 3 is a second schematic flow chart of the report generation processing method according to the embodiment of the present disclosure, and on the basis of the embodiment, this embodiment mainly describes how to pre-package the graph model and how to specifically invoke a specific process of calling the pre-packaged graph model. As shown in fig. 3, before step S204, the method further includes:
s301: and acquiring a plurality of chart models, and classifying according to the visual attributes of the chart models.
In an embodiment of the present disclosure, the plurality of chart models may be ECharts. The EChats are Enterprise Charts, business-level data Charts and a pure Javascript chart library, can run on a PC and mobile equipment, is compatible with most of current browsers (IE6/7/8/9/10/11, chrome, firefox, Safari and the like), and relies on a lightweight Canvas class library ZRender at the bottom layer to provide visual, vivid and interactive data visualization Charts which can be customized highly.
In the embodiment of the present disclosure, the visualization attribute of the chart model may be 12 types of visualization attributes such as a line graph (area graph), a bar graph (bar graph), a scatter graph (bubble graph), a K-line graph, a pie graph (ring graph), a radar graph (filled radar graph), a chord graph, a force guidance layout graph, a map, an instrument panel, a funnel graph, an event river graph, and the like.
S302: and packaging the classified chart models to obtain the pre-packaged chart models.
In the embodiment of the present disclosure, the classified chart model is packaged as an API (Application Programming Interface) of the chart model, and the API of the pre-packaged chart model is obtained.
Accordingly, in step S204, the pre-packaged graph model is called through the preset interface, including:
s303: receiving report display information input by a user side, wherein the report display information comprises report visual attributes.
In the embodiment of the disclosure, a user selects a visual attribute on a graphical user interface of a user side, and generates report display information according to the visual attribute.
S304: and calling the pre-packaged chart model corresponding to the visual attribute of the report form from a preset interface corresponding to the pre-packaged chart models of various types.
Specifically, the corresponding pre-packaged chart model can be selected according to 12 types of visualization attributes such as a line chart (area chart), a bar chart (bar chart), a scatter chart (bubble chart), a K-line chart, a pie chart (annular chart), a radar chart (filled radar chart), a chord chart, a force guidance layout chart, a map, a dashboard, a funnel chart, an event river chart and the like.
According to the description, the chart models are classified and packaged according to the visual attributes, and each type of the pre-packaged chart models corresponds to one preset interface, so that the development of code amount is reduced.
In an embodiment of the present disclosure, in the step S203, acquiring a query data source from a database according to the database query statement, includes:
and acquiring a query data source from the database and the associated database of the database according to the database query statement.
In this disclosure, the database and the associated database of the database may be a connection pool, which have the same connection pool identifier, and the associated database of the database may be queried together when querying the database through the connection pool identifier.
As can be seen from the above description, the creation of multiple types of database connections is not limited to the same type of database association query, and persistent support is provided for data query and storage.
In an embodiment of the present disclosure, after the step S205 generates the visualized report, the method further includes:
and displaying or previewing the visual report according to an iframe page corresponding to the visual report.
Specifically, the iframe page loaded with the visual report can be sent to the user side, so that the user side can display the visual report on the graphical user interface of the user side.
In the embodiment of the disclosure, each query data source corresponds to one visual report, and the query data sources are displayed by corresponding one visual report to one iframe page, so that if a certain visual report has a problem and needs to be modified, the visual report in the iframe page can be directly positioned and the interface can be modified, and the display of other visual reports cannot be influenced.
In the embodiment of the disclosure, the visual report is displayed on the graphical user interface of the user side, and the user can modify the visual report on the graphical user interface.
Fig. 4 is a schematic structural diagram of a report generation processing apparatus according to an embodiment of the present disclosure. As shown in fig. 4, the report generation processing device 40 includes: a receiving module 401, an extracting module 402, an obtaining module 403, a calling module 404 and a generating module 405.
The receiving module 401 is configured to receive query request information input by a user side;
an extracting module 402, configured to extract a query keyword according to the query request information;
an obtaining module 403, configured to generate a database query statement according to the query keyword, and obtain a query data source from a database according to the database query statement;
a calling module 404, configured to call the pre-packaged graph model through a preset interface;
a generating module 405, configured to generate a visualized report according to the pre-packaged graph model and the query data source.
In an embodiment of the present disclosure, the invoking module 404 is specifically configured to receive report display information input by a user side, where the report display information includes a report visualization attribute; and calling the pre-packaged chart model corresponding to the visual attribute of the report form from a preset interface corresponding to the pre-packaged chart models of various types.
In one embodiment of the present disclosure, the apparatus further includes: the encapsulation module 406 is specifically configured to obtain a plurality of chart models and classify the chart models according to visual attributes of the chart models; and packaging the classified chart models to obtain the pre-packaged chart models.
In an embodiment of the present disclosure, the receiving module 401 is specifically configured to receive query request information input by a user through voice at a user side; or receiving the query request information manually input by the user on a graphical user interface of the user terminal.
In an embodiment of the present disclosure, the obtaining module 403 is specifically configured to obtain, according to the database query statement, a query data source from the database and an associated database of the database.
In one embodiment of the present disclosure, the apparatus further includes: the display module 407 is configured to display or preview the visual report according to an iframe page corresponding to the visual report.
The apparatus provided in this embodiment may be used to implement the technical solutions of the above method embodiments, and the implementation principles and technical effects are similar, which are not described herein again.
Fig. 5 is a schematic diagram of a hardware structure of a service device according to an embodiment of the present disclosure. As shown in fig. 5, the service apparatus 50 of the present embodiment includes: a processor 501 and a memory 502; wherein
A memory 502 for storing computer-executable instructions;
the processor 501 is configured to execute the computer-executable instructions stored in the memory to implement the steps performed by the service device in the above embodiments. Reference may be made in particular to the description relating to the method embodiments described above.
Alternatively, the memory 502 may be separate or integrated with the processor 501.
When the memory 502 is provided separately, the service device further includes a bus 503 for connecting the memory 502 and the processor 501.
The embodiment of the present disclosure further provides a computer-readable storage medium, where a computer execution instruction is stored in the computer-readable storage medium, and when a processor executes the computer execution instruction, the report generation processing method as described above is implemented.
The embodiment of the present disclosure further provides a computer program product, which includes a computer program, and when the computer program is executed by a processor, the report generation processing method described above is implemented.
In the several embodiments provided in the present disclosure, it should be understood that the disclosed apparatus and method may be implemented in other ways. For example, the above-described device embodiments are merely illustrative, and for example, the division of the modules is only one logical division, and other divisions may be realized in practice, for example, a plurality of modules may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or modules, and may be in an electrical, mechanical or other form.
The modules described as separate parts may or may not be physically separate, and parts displayed as modules may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules may be selected according to actual needs to implement the solution of the embodiment.
In addition, functional modules in the embodiments of the present disclosure may be integrated into one processing unit, or each module may exist alone physically, or two or more modules are integrated into one unit. The unit formed by the modules can be realized in a hardware mode, and can also be realized in a mode of hardware and a software functional unit.
The integrated module implemented in the form of a software functional module may be stored in a computer-readable storage medium. The software functional module is stored in a storage medium and includes several instructions for causing a computer device (which may be a personal computer, a server, or a network device) or a processor to execute some steps of the methods described in the embodiments of the present application.
It should be understood that the Processor may be a Central Processing Unit (CPU), other general purpose Processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), etc. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like. The steps of a method disclosed in connection with the present invention may be embodied directly in a hardware processor, or in a combination of the hardware and software modules within the processor.
The memory may comprise a high-speed RAM memory, and may further comprise a non-volatile storage NVM, such as at least one disk memory, and may also be a usb disk, a removable hard disk, a read-only memory, a magnetic or optical disk, etc.
The bus may be an Industry Standard Architecture (ISA) bus, a Peripheral Component Interconnect (PCI) bus, an Extended ISA (Extended Industry Standard Architecture) bus, or the like. The bus may be divided into an address bus, a data bus, a control bus, etc. For ease of illustration, the buses in the figures of the present application are not limited to only one bus or one type of bus.
The storage medium may be implemented by any type or combination of volatile or non-volatile memory devices, such as Static Random Access Memory (SRAM), electrically erasable programmable read-only memory (EEPROM), erasable programmable read-only memory (EPROM), programmable read-only memory (PROM), read-only memory (ROM), magnetic memory, flash memory, magnetic or optical disks. A storage media may be any available media that can be accessed by a general purpose or special purpose computer.
An exemplary storage medium is coupled to the processor such the processor can read information from, and write information to, the storage medium. Of course, the storage medium may also be integral to the processor. The processor and the storage medium may reside in an Application Specific Integrated Circuits (ASIC). Of course, the processor and the storage medium may reside as discrete components in an electronic device or host device.
Those of ordinary skill in the art will understand that: all or a portion of the steps of implementing the above-described method embodiments may be performed by hardware associated with program instructions. The foregoing program may be stored in a computer-readable storage medium. When executed, the program performs steps comprising the method embodiments described above; and the aforementioned storage medium includes: various media that can store program codes, such as ROM, RAM, magnetic or optical disks.
Finally, it should be noted that: the above embodiments are only used for illustrating the technical solutions of the present disclosure, and not for limiting the same; while the present disclosure has been described in detail with reference to the foregoing embodiments, those of ordinary skill in the art will understand that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present disclosure.

Claims (10)

1. A report generation processing method is characterized by comprising the following steps:
receiving query request information input by a user side;
extracting query keywords according to the query request information;
generating a database query statement according to the query keyword, and acquiring a query data source from a database according to the database query statement;
calling a pre-packaged chart model through a preset interface;
and generating a visual report according to the pre-packaged chart model and the query data source.
2. The method of claim 1, wherein the calling the pre-packaged graph model through the pre-set interface comprises:
receiving report display information input by a user side, wherein the report display information comprises report visual attributes;
and calling the pre-packaged chart model corresponding to the visual attribute of the report form from a preset interface corresponding to the pre-packaged chart models of various types.
3. The method according to claim 2, wherein before receiving the report information input by the user terminal, the method further comprises:
obtaining a plurality of chart models, and classifying according to the visual attributes of the chart models;
and packaging the classified chart models to obtain the pre-packaged chart models.
4. The method according to claim 1, wherein the receiving of the query request information input by the user terminal comprises:
receiving query request information input by a user through voice at a user side; alternatively, the first and second electrodes may be,
and receiving the query request information manually input by a user on a graphical user interface of the user side.
5. The method of claim 1, wherein obtaining a query data source from a database according to the database query statement comprises:
and acquiring a query data source from the database and the associated database of the database according to the database query statement.
6. The method according to any one of claims 1 to 5, wherein after the generating of the visualized report, further comprising:
and displaying or previewing the visual report according to an iframe page corresponding to the visual report.
7. A report generation processing apparatus, comprising:
the receiving module is used for receiving query request information input by a user side;
the extraction module is used for extracting the query keywords according to the query request information;
the acquisition module is used for generating a database query statement according to the query keyword and acquiring a query data source from a database according to the database query statement;
the calling module is used for calling the pre-packaged chart model through a preset interface;
and the generating module is used for generating a visual report according to the pre-packaged chart model and the query data source.
8. A service device, comprising: at least one processor and memory;
the memory stores computer-executable instructions;
the at least one processor executing the computer-executable instructions stored by the memory causes the at least one processor to perform the report generation processing method of any of claims 1-6.
9. A computer-readable storage medium, wherein the computer-readable storage medium stores computer-executable instructions, which when executed by a processor, implement the report generation processing method according to any one 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 report generation processing method according to any of claims 1 to 6.
CN202110306350.0A 2021-03-23 2021-03-23 Report generation processing method, device and equipment Pending CN115114280A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110306350.0A CN115114280A (en) 2021-03-23 2021-03-23 Report generation processing method, device and equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110306350.0A CN115114280A (en) 2021-03-23 2021-03-23 Report generation processing method, device and equipment

Publications (1)

Publication Number Publication Date
CN115114280A true CN115114280A (en) 2022-09-27

Family

ID=83323758

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110306350.0A Pending CN115114280A (en) 2021-03-23 2021-03-23 Report generation processing method, device and equipment

Country Status (1)

Country Link
CN (1) CN115114280A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115857951A (en) * 2023-02-27 2023-03-28 南昌国讯信息技术股份有限公司 Data processing method based on business intelligence, electronic equipment and storage medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115857951A (en) * 2023-02-27 2023-03-28 南昌国讯信息技术股份有限公司 Data processing method based on business intelligence, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
WO2018000998A1 (en) Interface generation method, apparatus and system
CN109445783B (en) Method and device for constructing dynamic configuration application driven by service
CN108717437B (en) Search result display method and device and storage medium
CN108255513B (en) Electronic device, springmvc-based data interface, automatic generation method of description of springmvc-based data interface, and storage medium
CN103051652B (en) A kind of mobile terminal cloud computing distribution platform
CN112667415B (en) Data calling method and device, readable storage medium and electronic equipment
CN110738038A (en) Contract text generation method, device, equipment and computer readable storage medium
CN111506579A (en) Method, program and equipment for generating intelligent contract code
CN113641700A (en) Data processing method and device based on Spring boot frame
CN112000911A (en) Page management method and device, electronic equipment and storage medium
CN114500423A (en) Message processing method, device, equipment and storage medium
CN115114280A (en) Report generation processing method, device and equipment
CN112612964A (en) Picture display method and device, computer equipment and storage medium
CN112906351A (en) PDF document generation method and device
CN110750973A (en) Dynamic template configuration method and system
CN109240660B (en) Access method of advertisement data, storage medium, electronic device and system
CN111142989A (en) Object management method, device and storage medium
CN108196921B (en) Document development method and device, computer equipment and storage medium
CN115759029A (en) Document template processing method and device, electronic equipment and storage medium
CN112104544B (en) Method and device for sending dynamic mail based on Freemarker
CN110995806B (en) Resource state conversion method, device, equipment and storage medium
CN114116712A (en) Extended field processing method and device, electronic equipment and storage medium
CN113763514A (en) Method, device and system for generating stroke order animation and electronic equipment
CN112905178A (en) Method, device, equipment and medium for generating business function page
CN111651696A (en) Product label customizing method and device, computer storage medium and electronic equipment

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