CN112035515B - Method, device, computer equipment and readable storage medium for configuring query condition - Google Patents

Method, device, computer equipment and readable storage medium for configuring query condition Download PDF

Info

Publication number
CN112035515B
CN112035515B CN202010915487.1A CN202010915487A CN112035515B CN 112035515 B CN112035515 B CN 112035515B CN 202010915487 A CN202010915487 A CN 202010915487A CN 112035515 B CN112035515 B CN 112035515B
Authority
CN
China
Prior art keywords
query
information input
service types
drop
calling
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.)
Active
Application number
CN202010915487.1A
Other languages
Chinese (zh)
Other versions
CN112035515A (en
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.)
Bank of China Ltd
Original Assignee
Bank of China 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 Bank of China Ltd filed Critical Bank of China Ltd
Priority to CN202010915487.1A priority Critical patent/CN112035515B/en
Publication of CN112035515A publication Critical patent/CN112035515A/en
Application granted granted Critical
Publication of CN112035515B publication Critical patent/CN112035515B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

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/24Querying
    • G06F16/242Query formulation
    • G06F16/2428Query predicate definition using graphical user interfaces, including menus and forms

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Mathematical Physics (AREA)
  • Computational Linguistics (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The embodiment of the application provides a method, a device, computer equipment and a readable storage medium for configuring query conditions, wherein the method comprises the following steps: generating configuration files aiming at different service types respectively, configuring the configuration files of the different service types into a query component, wherein the configuration files comprise all query conditions corresponding to the service types, each query condition comprises an information input mode of each query item, and the information input mode comprises an input box and/or a drop-down list; receiving call instructions sent by query pages of different service types, calling a query component according to the call instructions, and triggering the query component to read configuration files of the service types for sending the call instructions; displaying information input modes of all query items in the query conditions according to the read configuration files by a query component on a query page of the service type for sending the call instruction; and receiving information based on the displayed information input mode, and generating current query conditions according to the received information.

Description

Method, device, computer equipment and readable storage medium for configuring query condition
Technical Field
The present application relates to the field of data processing technologies, and in particular, to a method, an apparatus, a computer device, and a readable storage medium for configuring query conditions.
Background
In the existing service system, there are several service centers, such as a query center and a to-do center. Each hub aggregates queries and backlogs for multiple traffic types. The query center can query the operation records of all the services, and the to-do center contains to-be-modified, to-be-authorized and other matters of all the services. Taking a query center as an example: in order to enable a customer to conveniently and quickly locate a certain operation record of a certain service, a function of searching according to conditions needs to be provided.
But for different service types we need to provide a query function and the query conditions need to be tailored to the different service types. If one query condition component is rewritten for each business component, there will be a large number of repeated codes, but in fact only the query conditions presented will be different for the entire system.
In the prior art, when a query center refers to operation record query of a plurality of services, each service is a separate tab tag, each tab tag contains a query module for the service, for each different service type, we need to write a functional module of query separately, and different query conditions need to be customized according to each different service type. However, with the increase of services, if a functional module for query is written for each service type, the code quantity is greatly increased, and a great amount of redundant codes are brought to engineering, which is not beneficial to the later code maintenance and the performance optimization.
Disclosure of Invention
The embodiment of the application provides a method for configuring query conditions, which aims to solve the technical problems of code redundancy and difficult code maintenance caused by independently writing a query function module for each service type in the prior art. The method comprises the following steps:
generating configuration files for different service types respectively, and configuring the configuration files of the different service types into a query component, wherein the configuration files comprise all query conditions corresponding to the service types, each query condition comprises an information input mode of each query item, the information input mode comprises an input box and/or a drop-down list, and the drop-down list comprises different attribute names for selection;
receiving call instructions sent by query pages of different service types, calling the query assembly according to the call instructions and triggering the query assembly to read configuration files corresponding to the service types for sending the call instructions, wherein the call instructions are sent by the query pages of different service types when query accesses are received;
displaying information input modes of all query items in the query conditions according to the read configuration files by the query component on a query page of the service type for sending the call instruction;
and receiving information input based on the displayed information input mode, and generating current query conditions according to the received information.
The embodiment of the application also provides a device for configuring the query conditions, which is used for solving the technical problems of code redundancy and difficult code maintenance caused by independently writing a query function module for each service type in the prior art. The device comprises:
the query component configuration module is used for respectively generating configuration files aiming at different service types, and configuring the configuration files of the different service types into a query component, wherein the configuration files comprise all query conditions corresponding to the service types, each query condition comprises an information input mode of each query item, the information input mode comprises an input box and/or a drop-down list, and the drop-down list comprises different attribute names for selection;
the calling module is used for receiving calling instructions sent by query pages of different service types, calling the query assembly according to the calling instructions and triggering the query assembly to read configuration files corresponding to the service types for sending the calling instructions, wherein the calling instructions are sent by the query pages of different service types when query access is received;
the display module is used for displaying the information input mode of each query item in the query condition according to the read configuration file through the query component on the query page of the service type for sending the call instruction;
and the query condition generation module is used for receiving the information input based on the displayed information input mode and generating the current query condition according to the received information.
The embodiment of the application also provides computer equipment, which comprises a memory, a processor and a computer program stored on the memory and capable of running on the processor, wherein the processor realizes the method for configuring the query condition when executing the computer program, so as to solve the technical problems of code redundancy and difficult code maintenance caused by independently writing a query function module for each service type in the prior art.
The embodiment of the application also provides a computer readable storage medium which stores a computer program for executing the method for configuring the query condition, so as to solve the technical problems of code redundancy and difficult code maintenance caused by independently writing a query function module for each service type in the prior art.
In the embodiment of the application, a public query component is constructed, configuration files are respectively generated for different service types, the configuration files of the different service types are configured into one query component, further, a calling instruction sent by a query page of the different service types is received, the query component is called according to the calling instruction, the query component is triggered to read the configuration file corresponding to the service type sending the calling instruction, then, on the query page of the service type sending the calling instruction, the information input mode of each query item in the query condition is displayed according to the read configuration file through the query component, finally, information input based on the displayed information input mode is received, and the current query condition is generated according to the received information. The method has the advantages that the common query component can be called by the query pages of different service types, the information input mode of each query item in the query conditions of different service types is displayed according to the configuration files read by the query component on the query pages of different service types based on the common query component, the current query conditions are generated based on the received input information, the common query component of different service types is realized, compared with the prior art, the design of one query component for each service type is avoided, the redundancy of codes is reduced, a large number of repeated codes are avoided, the maintenance difficulty of the codes is reduced, the query conditions can be configured through the information input modes such as input boxes and/or drop-down lists, and the configuration flexibility of the query conditions is improved.
Drawings
The accompanying drawings, which are included to provide a further understanding of the application and are incorporated in and constitute a part of this specification, illustrate and together with the description serve to explain the application. In the drawings:
FIG. 1 is a flow chart of a method for configuring query conditions provided by an embodiment of the present application;
FIG. 2 is a flowchart of a method for implementing the above-mentioned query condition configuration according to an embodiment of the present application;
FIG. 3 is a block diagram of a computer device according to an embodiment of the present application;
fig. 4 is a block diagram of an apparatus for configuring query conditions according to an embodiment of the present application.
Detailed Description
The present application will be described in further detail with reference to the following embodiments and the accompanying drawings, in order to make the objects, technical solutions and advantages of the present application more apparent. The exemplary embodiments of the present application and the descriptions thereof are used herein to explain the present application, but are not intended to limit the application.
In the prior art, the page structure code of a query condition is required to be written for each service type separately, however, the inventor finds that the patterns and page structures of the query conditions of different service types are consistent, but the query terms are different, so that the page structure code of the query condition is written for each service type separately, the repeated code quantity is greatly increased, the engineering is more cumbersome, the code redundancy is increased, and the later maintenance cost is also increased.
In an embodiment of the present application, a method for configuring query conditions is provided, as shown in fig. 1, where the method includes:
step 102: generating configuration files for different service types respectively, and configuring the configuration files of the different service types into a query component, wherein the configuration files comprise all query conditions corresponding to the service types, each query condition comprises an information input mode of each query item, the information input mode comprises an input box and/or a drop-down list, and the drop-down list comprises different attribute names for selection;
step 104: receiving call instructions sent by query pages of different service types, calling the query assembly according to the call instructions and triggering the query assembly to read configuration files corresponding to the service types for sending the call instructions, wherein the call instructions are sent by the query pages of different service types when query accesses are received;
step 106: displaying information input modes of all query items in the query conditions according to the read configuration files by the query component on a query page of the service type for sending the call instruction;
step 108: and receiving information input based on the displayed information input mode, and generating current query conditions according to the received information.
As can be seen from the flow shown in fig. 1, in the embodiment of the present application, a common query component is provided, configuration files are generated for different service types, the configuration files of the different service types are configured into a query component, further, a call instruction sent by a query page of the different service types is received, the query component is called according to the call instruction, the query component is triggered to read the configuration file corresponding to the service type sending the call instruction, then, on the query page of the service type sending the call instruction, the information input mode of each query item in the query condition is displayed according to the read configuration file by the query component, finally, information input based on the displayed information input mode is received, and the current query condition is generated according to the received information. The method has the advantages that the common query component can be called by query pages of different service types, the information input mode of each query item in the query conditions of each different service type is displayed according to the configuration file read by the query component on the query pages of the different service types based on the common query component, the current query condition is generated based on the received input information, the common query component of the different service types is realized, compared with the prior art, the design of one query component for each service type is avoided, the redundancy of codes is reduced, a large number of repeated codes are avoided, the development efficiency and engineering quality are improved, the maintenance difficulty of the codes is reduced, in addition, the query conditions can be configured through the input modes of input boxes, drop-down lists and the like, and the configuration flexibility of the query conditions is improved.
In specific implementation, the method for configuring the query condition can be used for various application scenes for realizing multi-service type query, for example, the method can be used for query platforms of financial institutions, business platforms, medical institutions and the like.
In specific implementation, the method for generating the public query module is not particularly limited, and can be realized by adopting the existing method for generating the query module.
In the implementation, in the process of generating the configuration file for different service types, a configuration file may be generated based on the form types, attribute names, attribute value parameters and the like of all forms of each service type, where all query conditions under the service type may be listed in the configuration file, and a presentation manner of the query conditions may be an information input manner corresponding to each query term, for example, an input box, a select drop-down list, or a date selector, etc., where the drop-down list includes a plurality of different attribute names for selection, and corresponding attribute data values may be bound corresponding to different attribute names.
In specific implementation, after the public query component is generated and the configuration file is configured, the query component can be respectively displayed or configured on the query pages of each service type, so that the query page of each service type can call the query component to configure the query condition when the query is required.
In this embodiment, in order to avoid the problem that a plurality of service types use one common query component at the same time, when the query page of each service type generates the call instruction, a trigger event is generated and an event name is generated based on the received query access, and the event name includes a binding value and a fixed character string of a form of the service type requiring an event response, and further includes an event name in the transmitted call instruction, so after the call instruction is received, the event name included in the call instruction is analyzed, and the event name includes a binding value and a fixed character string of the form of the service type requiring an event response, and further, the query component is called according to the event name and is triggered to read a configuration file corresponding to the service type transmitting the call instruction. Therefore, the style of the event name is unified, the events are distinguished, and each interaction operation only triggers the target business event and does not pollute other business contents.
When the query component is called by a certain service type, on a query page of the service type sending the call instruction, the information input mode of each query item in the query condition can be displayed by the query component according to the read configuration file, for example, the information input mode of an input box, a drop-down list, a date selector and the like is displayed, and a user can input information based on the input box, the drop-down list, the date selector and the like, for example, information is input in the input box, a certain attribute name is selected in the drop-down list, a date is selected in the date selector and the like.
In particular, in this embodiment, the information input based on the displayed information input manner may be received, and the current query condition may be generated according to the received information, for example, when the information input manner includes a drop-down list, the current query condition may be generated according to the attribute name input by selecting in the drop-down list and the attribute data value bound to the attribute name; or alternatively;
when the information input mode comprises an input box and a drop-down list, generating a current query condition according to an attribute name input through selection in the drop-down list, an attribute data value bound with the attribute name and input data received through the input box;
when the information input mode includes an input box, a current query condition is generated according to input data received through the input box.
In specific implementation, the query condition may be modified, for example, when the information input manner includes a drop-down list, and when the attribute name selected to be input in the drop-down list changes, the query component is triggered based on the selection event to obtain the attribute data value bound by the changed attribute name, and the current query condition is generated according to the changed attribute name and the attribute data value bound by the changed attribute name. When the information input mode includes an input box, the changed or to-be-changed information can be input into the input box, so that the query component generates the query condition based on the changed or to-be-changed information. A reset function may also be provided to enable resetting of the query condition to an initial state.
In specific implementation, a query triggering function may be set, for example, a query button is set, when a query is needed, the query button is clicked to send a query instruction, and the query is triggered, so that after the query instruction is received, a query page of a service type sending the call instruction is triggered according to the query instruction to acquire a current query condition from the query component, and the current query condition is sent to a server side for query processing. Specifically, the query component may expose a method or manner of obtaining the current query condition to the outside, so as to query the page or the user to obtain the current query condition.
The following specifically describes a flowchart of a method for implementing the above-mentioned query condition configuration, as shown in fig. 2, including the following steps:
s1, creating a public query component. The query component comprises all forms, form styles, form event methods, queries and reset functions;
s2, introducing the query component into each service component needing the query function, respectively configuring configuration files formed by query conditions related to each service, and initializing;
s3, after a certain service component invokes the query component, the query component reads the configuration file of a certain service, analyzes and displays the information input mode of the query item in the corresponding query condition, and inputs a box, a drop-down list and the like;
s4, receiving information input based on an information input mode, generating a current query condition, wherein the process can change the value of a certain query item or trigger a corresponding query item based on the change to acquire a corresponding binding data value, and the service component can define and receive the triggered method content;
s5, clicking inquiry, wherein the service component acquires inquiry condition parameters through an inquiry method exposed by the inquiry component, and further transmits the inquiry condition parameters to the server to acquire data meeting the inquiry conditions;
s6, after the query is completed, if the click is reset, resetting the query condition to an initial value.
In this embodiment, a computer device is provided, as shown in fig. 3, including a memory 302, a processor 304, and a computer program stored on the memory and capable of running on the processor, where the processor implements any of the methods for configuring query conditions described above when the processor executes the computer program.
In particular, the computer device may be a computer terminal, a server or similar computing means.
In the present embodiment, there is provided a computer-readable storage medium storing a computer program for executing the method of configuring a query condition of any of the above.
In particular, computer-readable storage media, including both permanent and non-permanent, removable and non-removable media, may be used to implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of computer-readable storage media include, but are not limited to, phase-change memory (PRAM), static Random Access Memory (SRAM), dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), read Only Memory (ROM), electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), digital Versatile Disks (DVD) or other optical storage, magnetic cassettes, magnetic tape magnetic disk storage or other magnetic storage devices, or any other non-transmission medium, which can be used to store information that can be accessed by a computing device. Computer-readable storage media, as defined herein, does not include transitory computer-readable media (transmission media), such as modulated data signals and carrier waves.
Based on the same inventive concept, the embodiment of the application also provides a device for configuring query conditions, as described in the following embodiment. The principle of solving the problem by the device is similar to that of the method for configuring the query condition, so that the implementation of the device for configuring the query condition can refer to the implementation of the method for configuring the query condition, and the repetition is omitted. As used below, the term "unit" or "module" may be a combination of software and/or hardware that implements the intended function. While the means described in the following embodiments are preferably implemented in software, implementation in hardware, or a combination of software and hardware, is also possible and contemplated.
Fig. 4 is a block diagram of an apparatus for configuring query conditions according to an embodiment of the present application, as shown in fig. 4, the apparatus includes:
the query component configuration module 402 is configured to generate configuration files for different service types respectively, and configure the configuration files of the different service types into a query component, where the configuration files include all query conditions corresponding to the service types, each query condition includes an information input mode of each query item, the information input mode includes an input box and/or a drop-down list, and the drop-down list includes different attribute names for selection;
the calling module 404 is configured to receive a calling instruction sent by a query page with a different service type, call the query component according to the calling instruction, and trigger the query component to read a configuration file corresponding to the service type sending the calling instruction, where the calling instruction is sent by the query page with the different service type when receiving a query access;
the display module 406 is configured to display, on a query page of a service type that sends the call instruction, an information input manner of each query item in the query condition according to the read configuration file through the query component;
the query condition generating module 408 is configured to receive information input based on the displayed information input mode, and generate a current query condition according to the received information.
In one embodiment, the query condition generating module is configured to generate, when the information input manner includes a drop-down list, a current query condition according to an attribute name input by selecting in the drop-down list and an attribute data value bound to the attribute name; or alternatively;
when the information input mode comprises an input box and a drop-down list, generating a current query condition according to an attribute name input through selection in the drop-down list, an attribute data value bound with the attribute name and input data received through the input box; or alternatively;
when the information input mode includes an input box, a current query condition is generated according to input data received through the input box.
In one embodiment, the query condition generating module is further configured to trigger, when the information input manner includes a drop-down list and the attribute name selected to be input in the drop-down list changes, the query component to obtain the attribute data value bound by the changed attribute name based on the selection event, and generate the current query condition according to the changed attribute name and the attribute data value bound by the changed attribute name.
In one embodiment, the calling module includes:
the analysis unit is used for analyzing the event names included in the calling instruction, wherein the event names comprise binding values and fixed character strings of forms of service types needing event response, and the query pages of different service types generate triggering events and generate event names when receiving query access;
and the calling unit is used for calling the query component according to the event name and triggering the query component to read the configuration file corresponding to the service type for sending the calling instruction.
In one embodiment, further comprising:
the inquiry instruction receiving module is used for receiving an inquiry instruction;
and the query module is used for triggering a query page of the service type for sending the call instruction according to the query instruction, acquiring the current query condition from the query component, and sending the current query condition to the server for query processing.
The embodiment of the application realizes the following technical effects: the method comprises the steps of constructing a public query component, respectively generating configuration files for different service types, configuring the configuration files of the different service types into the query component, further receiving a calling instruction sent by a query page of the different service types, calling the query component according to the calling instruction, triggering the query component to read the configuration files corresponding to the service types sending the calling instruction, displaying information input modes of query items in query conditions on the query page of the service type sending the calling instruction according to the read configuration files by the query component, finally receiving information input based on the displayed information input modes, and generating current query conditions according to the received information. The method has the advantages that the common query component can be called by the query pages of different service types, the information input mode of each query item in the query conditions of different service types is displayed according to the configuration files read by the query component on the query pages of different service types based on the common query component, the current query conditions are generated based on the received input information, the common query component of different service types is realized, compared with the prior art, the design of one query component for each service type is avoided, the redundancy of codes is reduced, a large number of repeated codes are avoided, the maintenance difficulty of the codes is reduced, the query conditions can be configured through the information input modes such as input boxes and/or drop-down lists, and the configuration flexibility of the query conditions is improved.
It will be apparent to those skilled in the art that the modules or steps of the embodiments of the application described above may be implemented in a general purpose computing device, they may be concentrated on a single computing device, or distributed across a network of computing devices, they may alternatively be implemented in program code executable by computing devices, so that they may be stored in a storage device for execution by computing devices, and in some cases, the steps shown or described may be performed in a different order than what is shown or described, or they may be separately fabricated into individual integrated circuit modules, or a plurality of modules or steps in them may be fabricated into a single integrated circuit module. Thus, embodiments of the application are not limited to any specific combination of hardware and software.
The above description is only of the preferred embodiments of the present application and is not intended to limit the present application, and various modifications and variations can be made to the embodiments of the present application by those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the present application should be included in the protection scope of the present application.

Claims (10)

1. A method of configuring query conditions, comprising:
generating configuration files for different service types respectively, and configuring the configuration files of the different service types into a query component, wherein the configuration files comprise all query conditions corresponding to the service types, each query condition comprises an information input mode of each query item, the information input mode comprises an input box and/or a drop-down list, and the drop-down list comprises different attribute names for selection;
receiving call instructions sent by query pages of different service types, calling the query assembly according to the call instructions and triggering the query assembly to read configuration files corresponding to the service types for sending the call instructions, wherein the call instructions are sent by the query pages of different service types when query accesses are received;
displaying information input modes of all query items in the query conditions according to the read configuration files by the query component on a query page of the service type for sending the call instruction;
receiving information input based on a displayed information input mode, and generating a current query condition according to the received information;
the method for calling the query component according to the calling instruction and triggering the query component to read the configuration file corresponding to the service type for sending the calling instruction comprises the following steps:
analyzing event names included in the calling instruction, wherein the event names comprise binding values and fixed character strings of forms of service types needing event response, and when query pages of different service types receive query access, triggering events are generated and event names are generated;
and calling the query component according to the event name and triggering the query component to read a configuration file corresponding to the service type for sending the calling instruction.
2. The method of configuring query conditions according to claim 1, wherein receiving information entered based on a displayed information input means, generating a current query condition from the received information, comprises:
when the information input mode comprises a drop-down list, generating a current query condition according to the attribute name input by selecting in the drop-down list and the attribute data value bound with the attribute name; or alternatively;
when the information input mode comprises an input box and a drop-down list, generating a current query condition according to an attribute name input through selection in the drop-down list, an attribute data value bound with the attribute name and input data received through the input box;
when the information input mode includes an input box, a current query condition is generated according to input data received through the input box.
3. The method of configuring query conditions according to claim 1, wherein receiving information entered based on a displayed information input means, generating a current query condition from the received information, comprises:
when the information input mode comprises a drop-down list, and when the attribute names selected and input in the drop-down list change, triggering the query component to acquire the attribute data values bound by the changed attribute names based on the selection event, and generating the current query condition according to the changed attribute names and the attribute data values bound by the changed attribute names.
4. A method of configuring query conditions as claimed in any one of claims 1 to 3, further comprising:
receiving a query instruction;
and triggering a query page of the service type for sending the call instruction according to the query instruction, acquiring the current query condition from the query component, and sending the current query condition to a server for query processing.
5. An apparatus for configuring query conditions, comprising:
the query component configuration module is used for respectively generating configuration files aiming at different service types, and configuring the configuration files of the different service types into a query component, wherein the configuration files comprise all query conditions corresponding to the service types, each query condition comprises an information input mode of each query item, the information input mode comprises an input box and/or a drop-down list, and the drop-down list comprises different attribute names for selection;
the calling module is used for receiving calling instructions sent by query pages of different service types, calling the query assembly according to the calling instructions and triggering the query assembly to read configuration files corresponding to the service types for sending the calling instructions, wherein the calling instructions are sent by the query pages of different service types when query access is received;
the display module is used for displaying the information input mode of each query item in the query condition according to the read configuration file through the query component on the query page of the service type for sending the call instruction;
the query condition generation module is used for receiving information input based on a displayed information input mode and generating a current query condition according to the received information;
wherein, the calling module comprises:
the analysis unit is used for analyzing the event names included in the calling instruction, wherein the event names comprise binding values and fixed character strings of forms of service types needing event response, and the query pages of different service types generate triggering events and generate event names when receiving query access;
and the calling unit is used for calling the query component according to the event name and triggering the query component to read the configuration file corresponding to the service type for sending the calling instruction.
6. The apparatus for configuring query conditions according to claim 5, wherein the query condition generation module is configured to generate a current query condition based on an attribute name entered by selecting the attribute name and an attribute data value bound to the attribute name in the drop-down list when the information input means includes the drop-down list; or alternatively;
when the information input mode comprises an input box and a drop-down list, generating a current query condition according to an attribute name input through selection in the drop-down list, an attribute data value bound with the attribute name and input data received through the input box; or alternatively;
when the information input mode includes an input box, a current query condition is generated according to input data received through the input box.
7. The apparatus for configuring query conditions according to claim 5, wherein the query condition generating module is further configured to, when the information input manner includes a drop-down list, trigger the query component to obtain the attribute data value of the changed attribute name binding based on the selection event when the attribute name input through selection in the drop-down list changes, and generate the current query condition according to the changed attribute name and the attribute data value of the changed attribute name binding.
8. The apparatus for configuring query conditions of any one of claims 5 to 7, further comprising:
the inquiry instruction receiving module is used for receiving an inquiry instruction;
and the query module is used for triggering a query page of the service type for sending the call instruction according to the query instruction, acquiring the current query condition from the query component, and sending the current query condition to the server for query processing.
9. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements the method of configuring query conditions of any one of claims 1 to 4 when the computer program is executed.
10. A computer readable storage medium, characterized in that the computer readable storage medium stores a computer program which, when executed by a processor, implements the method of configuring query conditions of any one of claims 1 to 4.
CN202010915487.1A 2020-09-03 2020-09-03 Method, device, computer equipment and readable storage medium for configuring query condition Active CN112035515B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010915487.1A CN112035515B (en) 2020-09-03 2020-09-03 Method, device, computer equipment and readable storage medium for configuring query condition

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010915487.1A CN112035515B (en) 2020-09-03 2020-09-03 Method, device, computer equipment and readable storage medium for configuring query condition

Publications (2)

Publication Number Publication Date
CN112035515A CN112035515A (en) 2020-12-04
CN112035515B true CN112035515B (en) 2023-09-22

Family

ID=73591342

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010915487.1A Active CN112035515B (en) 2020-09-03 2020-09-03 Method, device, computer equipment and readable storage medium for configuring query condition

Country Status (1)

Country Link
CN (1) CN112035515B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112559472B (en) * 2020-12-07 2024-05-14 北京锐安科技有限公司 File transmission method, device, computer equipment and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102456033A (en) * 2010-10-28 2012-05-16 金蝶软件(中国)有限公司 General page querying method, system and terminal
CN110598107A (en) * 2019-09-09 2019-12-20 恩亿科(北京)数据科技有限公司 Management method of query system and computer storage medium
CN111104425A (en) * 2019-11-13 2020-05-05 腾讯科技(深圳)有限公司 Data processing method and device

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102456033A (en) * 2010-10-28 2012-05-16 金蝶软件(中国)有限公司 General page querying method, system and terminal
CN110598107A (en) * 2019-09-09 2019-12-20 恩亿科(北京)数据科技有限公司 Management method of query system and computer storage medium
CN111104425A (en) * 2019-11-13 2020-05-05 腾讯科技(深圳)有限公司 Data processing method and device

Also Published As

Publication number Publication date
CN112035515A (en) 2020-12-04

Similar Documents

Publication Publication Date Title
US11218366B1 (en) Automatic generation of template for provisioning services in a hosted computing environment
US7490167B2 (en) System and method for platform and language-independent development and delivery of page-based content
US7702959B2 (en) Error management system and method of using the same
US8756593B2 (en) Map generator for representing interrelationships between app features forged by dynamic pointers
CN110032599B (en) Data structure reading and updating method and device, and electronic equipment
US20200264853A1 (en) System for generating a map illustrating bindings
WO2020082875A1 (en) Blockchain-based cross-chain data access method and apparatus
US20030217170A1 (en) Providing a multi-tier enterprise level application
US20070033518A1 (en) Computer-implemented method, system, and program product for hiding columns in an electronic table
US7987450B2 (en) Stack-based problem identification for a software component
US20140282420A1 (en) Test automation booster
CN110222042A (en) For determining the method, apparatus, equipment and system architecture of having checked business datum
US9292613B2 (en) Generation of generic universal resource indicators
CN111859205A (en) Analytic method and equipment for batch processing tasks
CN112035515B (en) Method, device, computer equipment and readable storage medium for configuring query condition
Baiskar et al. MERN: A Full-Stack Development
CN113485909A (en) Test method, test device, computing device, and medium
CN115712794A (en) Page management method and device, processor and electronic equipment
CN112486461B (en) Information processing system based on springboot framework
CN112199080B (en) Webpack construction method and equipment for vuejs project
US20040013250A1 (en) System and method of tracking component object requests
CN114301893B (en) Log management method, system and readable storage medium
CN110020238A (en) Click event data acquisition method, apparatus and system
CN111967931B (en) Method and equipment for mixed arrangement of list data elements
CN110781287B (en) Method and equipment for providing electronic books

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
GR01 Patent grant
GR01 Patent grant