CN111552702A - Method and device for automatically configuring business rules, electronic equipment and storage medium - Google Patents

Method and device for automatically configuring business rules, electronic equipment and storage medium Download PDF

Info

Publication number
CN111552702A
CN111552702A CN202010381507.1A CN202010381507A CN111552702A CN 111552702 A CN111552702 A CN 111552702A CN 202010381507 A CN202010381507 A CN 202010381507A CN 111552702 A CN111552702 A CN 111552702A
Authority
CN
China
Prior art keywords
rule
sub
target
newly added
rules
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
CN202010381507.1A
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.)
Beijing Si Tech Information Technology Co Ltd
Original Assignee
Beijing Si Tech Information Technology 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 Beijing Si Tech Information Technology Co Ltd filed Critical Beijing Si Tech Information Technology Co Ltd
Priority to CN202010381507.1A priority Critical patent/CN111552702A/en
Publication of CN111552702A publication Critical patent/CN111552702A/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/23Updating
    • G06F16/2393Updating materialised views
    • 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/23Updating
    • 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/245Query processing
    • G06F16/2455Query execution
    • G06F16/24564Applying rules; Deductive queries
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Abstract

The embodiment of the application provides a method and a device for automatically configuring a business rule, electronic equipment and a storage medium. The method for automatically configuring the business rules comprises the following steps: when a rule adding request is detected, a rule selection interface is generated and displayed; acquiring a newly added rule selected by a user on the rule selection interface and an input target parameter of the newly added rule; checking the parameters of the newly added rule to judge whether the checking is successful; and if the verification is successful, automatically updating the rule configuration table according to the newly added rule and the target parameter. The method and the device can realize automatic updating of the newly added rule, improve efficiency and reduce difficulty.

Description

Method and device for automatically configuring business rules, electronic equipment and storage medium
Technical Field
The present application relates to the field of computer network technologies, and in particular, to a method and an apparatus for automatically configuring business rules, an electronic device, and a storage medium.
Background
Essentially 100% of the tariff/marketing service will have associated subscription restrictions and unsubscribe restriction rules. The rules are configured more and have high repetition rate, and the same product can be adjusted for multiple times. However, because of the high speciality of the related database, the table structure and the like, general service personnel are difficult to master and cannot realize self-configuration of the service personnel. At present, the configuration adjustment needs background personnel to manually operate the configuration of the database, so that the efficiency is low.
In view of the above problems, no effective technical solution exists at present.
Disclosure of Invention
An object of the embodiments of the present application is to provide a method, an apparatus, an electronic device, and a storage medium for automatically configuring a business rule, which can improve rule configuration efficiency and reduce rule configuration difficulty.
In a first aspect, an embodiment of the present application provides an automatic configuration method for business rules, including the following steps:
when a rule adding request is detected, a rule selection interface is generated and displayed;
acquiring a newly added rule selected by a user on the rule selection interface and an input target parameter of the newly added rule;
checking the parameters of the newly added rule to judge whether the checking is successful;
and if the verification is successful, automatically updating the rule configuration table according to the newly added rule and the target parameter.
Optionally, in the method for automatically configuring a service rule according to the embodiment of the present application, the newly added rule includes a plurality of sub-rules;
the step of verifying the parameters of the new rule to judge whether the verification is successful comprises the following steps:
checking a target parameter of a target sub-rule in the plurality of sub-rules;
if the new rule passes the verification, judging whether an unverified sub-rule is stored in the new rule;
if the sub-rule which is not checked exists, selecting a sub-rule from the sub-rules which are not checked as a target sub-rule, and returning to the step of checking the target parameter of the target sub-rule in the sub-rules;
and if the sub-rule which is not verified does not exist, the verification is successful.
Optionally, in the method for automatically configuring a business rule according to the embodiment of the present application, the step of checking a target parameter of a target sub-rule in the plurality of sub-rules includes:
acquiring the parameter type of the target parameter of the target sub-rule;
selecting a corresponding checking algorithm according to the parameter type;
and checking the target parameters of the target sub-rule according to the checking algorithm.
Optionally, in the method for automatically configuring a service rule according to the embodiment of the present application, the step of automatically updating a rule configuration table according to the newly added rule and the target parameter includes:
performing relationship configuration on the multiple sub-rules according to the rule description information of each sub-rule of the newly added rule to obtain a configured sub-rule queue;
and automatically updating the rule configuration table according to the sub-rule queue.
Optionally, in the method for automatically configuring a service rule according to the embodiment of the present application, the step of generating and displaying a rule selection interface when a rule addition request is detected includes:
acquiring a text comprising a plurality of rules;
editing the text through an SQL program to obtain a rule database;
and when a rule adding request is detected, generating and displaying a rule selection interface according to the rule data.
In a second aspect, an embodiment of the present application further provides an apparatus for automatically configuring a business rule, including:
the display module is used for generating and displaying a rule selection interface when a rule addition request is detected;
the acquisition module is used for acquiring the newly added rule selected by the user on the rule selection interface and the input target parameter of the newly added rule;
the verification module is used for verifying the parameters of the newly added rule so as to judge whether the verification is successful;
and the updating module is used for automatically updating the rule configuration table according to the newly added rule and the target parameter if the verification is successful.
Optionally, in the apparatus for automatically configuring service rules according to the embodiment of the present application, the newly added rule includes a plurality of sub-rules;
the verification module comprises:
the checking unit is used for checking the target parameters of the target sub-rules in the plurality of sub-rules;
the first judgment unit is used for judging whether the newly added rule stores the unverified sub-rule or not if the verification is passed;
a circulation unit, configured to select a sub-rule from the unverified sub-rules as a target sub-rule if an unverified sub-rule exists, and return the selected sub-rule to the verification unit, so that the verification unit performs a step of verifying a target parameter of a target sub-rule in the plurality of sub-rules;
and the second judging unit is used for successfully verifying if the unverified sub-rule does not exist.
Optionally, in the apparatus for automatically configuring service rules according to the embodiment of the present application, the verification unit is configured to: acquiring the parameter type of the target parameter of the target sub-rule; selecting a corresponding checking algorithm according to the parameter type; and checking the target parameters of the target sub-rule according to the checking algorithm.
In a third aspect, an embodiment of the present application provides an electronic device, including a processor and a memory, where the memory stores computer-readable instructions, and when the computer-readable instructions are executed by the processor, the steps in the method as provided in the first aspect are executed.
In a fourth aspect, embodiments of the present application provide a storage medium, on which a computer program is stored, where the computer program, when executed by a processor, performs the steps in the method as provided in the first aspect.
As can be seen from the above, in the embodiment of the present application, when a rule addition request is detected, a rule selection interface is generated and displayed; acquiring a newly added rule selected by a user on the rule selection interface and an input target parameter of the newly added rule; checking the parameters of the newly added rule to judge whether the checking is successful; if the verification is successful, automatically updating a rule configuration table according to the newly added rule and the target parameter; therefore, automatic updating of the newly added rule is realized, the efficiency can be improved, and the difficulty can be reduced.
Additional features and advantages of the present application will be set forth in the description which follows, and in part will be obvious from the description, or may be learned by the practice of the embodiments of the present application. The objectives and other advantages of the application may be realized and attained by the structure particularly pointed out in the written description and claims hereof as well as the appended drawings.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings that are required to be used in the embodiments of the present application will be briefly described below, it should be understood that the following drawings only illustrate some embodiments of the present application and therefore should not be considered as limiting the scope, and that those skilled in the art can also obtain other related drawings based on the drawings without inventive efforts.
Fig. 1 is a flowchart of a method for automatically configuring a business rule according to an embodiment of the present application.
Fig. 2 is a schematic structural diagram of an automatic configuration apparatus for business rules according to an embodiment of the present application.
Fig. 3 is a schematic structural diagram of an electronic device according to an embodiment of the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all of the embodiments. The components of the embodiments of the present application, generally described and illustrated in the figures herein, can be arranged and designed in a wide variety of different configurations. Thus, the following detailed description of the embodiments of the present application, presented in the accompanying drawings, is not intended to limit the scope of the claimed application, but is merely representative of selected embodiments of the application. All other embodiments, which can be derived by a person skilled in the art from the embodiments of the present application without making any creative effort, shall fall within the protection scope of the present application.
It should be noted that: like reference numbers and letters refer to like items in the following figures, and thus, once an item is defined in one figure, it need not be further defined and explained in subsequent figures. Meanwhile, in the description of the present application, the terms "first", "second", and the like are used only for distinguishing the description, and are not to be construed as indicating or implying relative importance.
Referring to fig. 1, fig. 1 is a flowchart of a method for automatically configuring business rules in some embodiments of the present application. The method for automatically configuring the business rules comprises the following steps:
s101, generating and displaying a rule selection interface when a rule addition request is detected;
s102, acquiring a newly added rule selected by a user on the rule selection interface and an input target parameter of the newly added rule;
s103, checking the parameters of the newly added rule to judge whether the checking is successful;
and S104, if the verification is successful, automatically updating the rule configuration table according to the newly added rule and the target parameter.
In step S101, all the existing forward and backward rules are sorted, summarized, and refined. The sorted rules are written first and then are written first in SQL, program and other modes. And configuring the parameters into a core condition configuration table, wherein the configuration can realize flexible configuration of parameter types (text boxes/drop-down boxes and the like), connection databases (namely whether the rules access a CEN library or a CRM library and the like), types of the parameters and the like.
The rule selection interface is mainly used for selecting core conditions, displaying corresponding parameters according to different conditions of the core conditions, AND supporting assembly of different pages according to result sets of the parameters according to different parameter types so as to achieve personalized display effects, AND free combination of AND OR relations is supported among different rules.
Specifically, in some embodiments, this step S101 includes: s1011, acquiring a text comprising a plurality of rules; s1012, editing the text through an SQL program to obtain a rule database; and S1013, when a rule addition request is detected, generating and displaying a rule selection interface according to the rule data.
In step S102, the newly added rule may include only one sub-rule, or may include a plurality of sub-rules, each of which includes corresponding parameters.
In step S103, if the new rule only includes one sub-rule, a check is performed. Of course, in some embodiments, the new rule includes multiple sub-rules. This step S103 includes the following substeps: s1031, verifying the target parameters of the target sub-rules in the plurality of sub-rules; s1032, if the verification is passed, judging whether the newly added rule stores the sub-rule which is not verified; s1033, if there is an unverified sub-rule, selecting a sub-rule from the unverified sub-rules as a target sub-rule, and returning to the step of verifying the target parameter of the target sub-rule in the plurality of sub-rules; s1034, if the sub-rule which is not verified does not exist, the verification is successful.
Of course, in this step S1032, if the target sub-rule is not verified, the user is prompted to check to modify the target parameter of the target sub-rule.
In some embodiments, this step S1031 includes: acquiring the parameter type of the target parameter of the target sub-rule; selecting a corresponding checking algorithm according to the parameter type; and checking the target parameters of the target sub-rule according to the checking algorithm.
The different parameter types correspond to different verification algorithms, multiple verification algorithms are stored in a preset verification algorithm database, and after the parameter types are detected, the corresponding verification algorithms are directly called from the database.
In step S104, the core conditions and corresponding parameters selected by the front desk of the configurator are listed, and a new rule code is generated, where the rule code is used to cooperate with specific services and actions to implement rule judgment of the services.
In some embodiments, this step S104 includes the following sub-steps: performing relationship configuration on the multiple sub-rules according to the rule description information of each sub-rule of the newly added rule to obtain a configured sub-rule queue; and automatically updating the rule configuration table according to the sub-rule queue.
As can be seen from the above, in the embodiment of the present application, when a rule addition request is detected, a rule selection interface is generated and displayed; acquiring a newly added rule selected by a user on the rule selection interface and an input target parameter of the newly added rule; checking the parameters of the newly added rule to judge whether the checking is successful; if the verification is successful, automatically updating a rule configuration table according to the newly added rule and the target parameter; therefore, automatic updating of the newly added rule is realized, the efficiency can be improved, and the difficulty can be reduced.
Referring to fig. 2, fig. 2 is a schematic structural diagram of an automatic configuration device for business rules in some embodiments of the present application, where the automatic configuration device for business rules includes: a display module 201, an acquisition module 202, a verification module 203, and an update module 204.
The display module 201 is configured to generate and display a rule selection interface when a rule addition request is detected; and (4) sorting, summarizing and refining all the existing forward and backward rules. The sorted rules are written first and then are written first in SQL, program and other modes. And configuring the parameters into a core condition configuration table, wherein the configuration can realize flexible configuration of parameter types (text boxes/drop-down boxes and the like), connection databases (namely whether the rules access a CEN library or a CRM library and the like), types of the parameters and the like.
The rule selection interface is mainly used for selecting core conditions, displaying corresponding parameters according to different conditions of the core conditions, AND supporting assembly of different pages according to result sets of the parameters according to different parameter types so as to achieve personalized display effects, AND free combination of AND OR relations is supported among different rules.
Specifically, in some embodiments, the display module 201 is configured to obtain text comprising a plurality of rules; editing the text through an SQL program to obtain a rule database; and when a rule adding request is detected, generating and displaying a rule selection interface according to the rule data.
The obtaining module 202 is configured to obtain a new rule selected by a user on the rule selection interface and an input target parameter of the new rule;
the checking module 203 is configured to check a parameter of the new rule to determine whether the check is successful; the newly added rule comprises a plurality of sub-rules; the verification module 203 includes: the checking unit is used for checking the target parameters of the target sub-rules in the plurality of sub-rules; the first judgment unit is used for judging whether the newly added rule stores the unverified sub-rule or not if the verification is passed; a circulation unit, configured to select a sub-rule from the unverified sub-rules as a target sub-rule if an unverified sub-rule exists, and return the selected sub-rule to the verification unit, so that the verification unit performs a step of verifying a target parameter of a target sub-rule in the plurality of sub-rules; and the second judging unit is used for successfully verifying if the unverified sub-rule does not exist. The verification unit is used for: acquiring the parameter type of the target parameter of the target sub-rule; selecting a corresponding checking algorithm according to the parameter type; and checking the target parameters of the target sub-rule according to the checking algorithm.
The updating module 204 is configured to, if the verification is successful, automatically update the rule configuration table according to the new rule and the target parameter. And inputting the core conditions selected by the foreground of the configurator and the corresponding parameters into a table, and generating a new rule code which is used for matching with specific services and actions to realize the rule judgment of the services.
In some embodiments, the update module 204 is to: performing relationship configuration on the multiple sub-rules according to the rule description information of each sub-rule of the newly added rule to obtain a configured sub-rule queue; and automatically updating the rule configuration table according to the sub-rule queue.
As can be seen from the above, in the embodiment of the present application, when a rule addition request is detected, a rule selection interface is generated and displayed; acquiring a newly added rule selected by a user on the rule selection interface and an input target parameter of the newly added rule; checking the parameters of the newly added rule to judge whether the checking is successful; if the verification is successful, automatically updating a rule configuration table according to the newly added rule and the target parameter; therefore, automatic updating of the newly added rule is realized, the efficiency can be improved, and the difficulty can be reduced.
Referring to fig. 3, fig. 3 is a schematic structural diagram of an electronic device according to an embodiment of the present disclosure, where the present disclosure provides an electronic device 3, including: the processor 301 and the memory 302, the processor 301 and the memory 302 being interconnected and communicating with each other via a communication bus 303 and/or other form of connection mechanism (not shown), the memory 302 storing a computer program executable by the processor 301, the computer program being executable by the processor 301 when the computing device is running to perform the method in any of the alternative implementations of the above embodiments when the processor 301 executes the computer program to perform the following functions: when a rule adding request is detected, a rule selection interface is generated and displayed; acquiring a newly added rule selected by a user on the rule selection interface and an input target parameter of the newly added rule; checking the parameters of the newly added rule to judge whether the checking is successful; and if the verification is successful, automatically updating the rule configuration table according to the newly added rule and the target parameter.
The embodiment of the present application provides a storage medium, and when being executed by a processor, the computer program performs the method in any optional implementation manner of the above embodiment. The storage medium may be implemented by any type of volatile or nonvolatile storage device or combination thereof, such as a Static Random Access Memory (SRAM), an Electrically Erasable Programmable Read-Only Memory (EEPROM), an Erasable Programmable Read-Only Memory (EPROM), a Programmable Read-Only Memory (PROM), a Read-Only Memory (ROM), a magnetic Memory, a flash Memory, a magnetic disk, or an optical disk.
In the embodiments provided in the present application, it should be understood that the disclosed apparatus and method may be implemented in other ways. The above-described embodiments of the apparatus are merely illustrative, and for example, the division of the units is only one logical division, and there may be other divisions when actually implemented, and for example, a plurality of units or components 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 of devices or units through some communication interfaces, and may be in an electrical, mechanical or other form.
In addition, units described as separate parts may or may not be physically separate, and parts displayed as units 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 units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
Furthermore, the functional modules in the embodiments of the present application may be integrated together to form an independent part, or each module may exist separately, or two or more modules may be integrated to form an independent part.
In this document, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions.
The above description is only an example of the present application and is not intended to limit the scope of the present application, and various modifications and changes may be made by those skilled in the art. Any modification, equivalent replacement, improvement and the like made within the spirit and principle of the present application shall be included in the protection scope of the present application.

Claims (10)

1. A method for automatically configuring a business rule is characterized by comprising the following steps:
when a rule adding request is detected, a rule selection interface is generated and displayed;
acquiring a newly added rule selected by a user on the rule selection interface and an input target parameter of the newly added rule;
checking the parameters of the newly added rule to judge whether the checking is successful;
and if the verification is successful, automatically updating the rule configuration table according to the newly added rule and the target parameter.
2. The method of claim 1, wherein the newly added rule comprises a plurality of sub-rules;
the step of verifying the parameters of the new rule to judge whether the verification is successful comprises the following steps:
checking a target parameter of a target sub-rule in the plurality of sub-rules;
if the new rule passes the verification, judging whether an unverified sub-rule is stored in the new rule;
if the sub-rule which is not checked exists, selecting a sub-rule from the sub-rules which are not checked as a target sub-rule, and returning to the step of checking the target parameter of the target sub-rule in the sub-rules;
and if the sub-rule which is not verified does not exist, the verification is successful.
3. The method of claim 2, wherein the step of checking the target parameter of the target sub-rule of the plurality of sub-rules comprises:
acquiring the parameter type of the target parameter of the target sub-rule;
selecting a corresponding checking algorithm according to the parameter type;
and checking the target parameters of the target sub-rule according to the checking algorithm.
4. The method according to claim 2, wherein the step of automatically updating the rule configuration table according to the new rule and the target parameter comprises:
performing relationship configuration on the multiple sub-rules according to the rule description information of each sub-rule of the newly added rule to obtain a configured sub-rule queue;
and automatically updating the rule configuration table according to the sub-rule queue.
5. The method of claim 1, wherein the step of generating and displaying a rule selection interface when a rule addition request is detected comprises:
acquiring a text comprising a plurality of rules;
editing the text through an SQL program to obtain a rule database;
and when a rule adding request is detected, generating and displaying a rule selection interface according to the rule data.
6. An apparatus for automatically configuring business rules, comprising:
the display module is used for generating and displaying a rule selection interface when a rule addition request is detected;
the acquisition module is used for acquiring the newly added rule selected by the user on the rule selection interface and the input target parameter of the newly added rule;
the verification module is used for verifying the parameters of the newly added rule so as to judge whether the verification is successful;
and the updating module is used for automatically updating the rule configuration table according to the newly added rule and the target parameter if the verification is successful.
7. The apparatus according to claim 6, wherein the newly added rule comprises a plurality of sub-rules;
the verification module comprises:
the checking unit is used for checking the target parameters of the target sub-rules in the plurality of sub-rules;
the first judgment unit is used for judging whether the newly added rule stores the unverified sub-rule or not if the verification is passed;
a circulation unit, configured to select a sub-rule from the unverified sub-rules as a target sub-rule if an unverified sub-rule exists, and return the selected sub-rule to the verification unit, so that the verification unit performs a step of verifying a target parameter of a target sub-rule in the plurality of sub-rules;
and the second judging unit is used for successfully verifying if the unverified sub-rule does not exist.
8. The apparatus according to claim 7, wherein the checking unit is configured to: acquiring the parameter type of the target parameter of the target sub-rule; selecting a corresponding checking algorithm according to the parameter type; and checking the target parameters of the target sub-rule according to the checking algorithm.
9. An electronic device comprising a processor and a memory, said memory storing computer readable instructions which, when executed by said processor, perform the steps of the method of any of claims 1-5.
10. A storage medium having a computer program stored thereon, wherein the computer program, when executed by a processor, performs the steps of the method according to any one of claims 1-5.
CN202010381507.1A 2020-05-08 2020-05-08 Method and device for automatically configuring business rules, electronic equipment and storage medium Pending CN111552702A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010381507.1A CN111552702A (en) 2020-05-08 2020-05-08 Method and device for automatically configuring business rules, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010381507.1A CN111552702A (en) 2020-05-08 2020-05-08 Method and device for automatically configuring business rules, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN111552702A true CN111552702A (en) 2020-08-18

Family

ID=72007988

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010381507.1A Pending CN111552702A (en) 2020-05-08 2020-05-08 Method and device for automatically configuring business rules, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111552702A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112148540A (en) * 2020-08-27 2020-12-29 云账户技术(天津)有限公司 Interface parameter checking method and device, electronic equipment and readable storage medium
CN112492000A (en) * 2020-11-18 2021-03-12 中盈优创资讯科技有限公司 Method and device for loading Internet of things access network rules
CN113568682A (en) * 2021-07-30 2021-10-29 平安养老保险股份有限公司 Rule data verification method and device, computer equipment and storage medium
CN113687872A (en) * 2021-07-19 2021-11-23 北京鸿腾智能科技有限公司 Selection component control method, device, storage medium and apparatus

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101815276A (en) * 2009-02-25 2010-08-25 华为技术有限公司 Method, device and system for issuing charge rule
CN104182821A (en) * 2014-08-01 2014-12-03 国家电网公司 Automatic distributing system and method of work order
CN106227784A (en) * 2016-07-19 2016-12-14 南京坦道信息科技有限公司 A kind of self-service peek system based on complete self-defined SQL scene
CN107220757A (en) * 2017-05-23 2017-09-29 上海最会保网络科技有限公司 A kind of system and method for rule configuration and parsing
WO2018006789A1 (en) * 2016-07-04 2018-01-11 中兴通讯股份有限公司 Parameter checking method and apparatus, and network management server and computer storage medium
CN109559153A (en) * 2018-10-26 2019-04-02 深圳壹账通智能科技有限公司 Marketing activity configuration method, device, medium and computer equipment
CN109597816A (en) * 2018-10-30 2019-04-09 京信通信系统(中国)有限公司 Parameter verification method, apparatus, computer storage medium and embedded device
CN109616995A (en) * 2018-11-26 2019-04-12 内蒙古电力(集团)有限责任公司电力调度控制分公司 A kind of fixed value list automatic auditing method based on custom rule library
CN110245049A (en) * 2019-06-06 2019-09-17 深圳前海微众银行股份有限公司 Monitoring method, device, equipment and the storage medium of product configuration data

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101815276A (en) * 2009-02-25 2010-08-25 华为技术有限公司 Method, device and system for issuing charge rule
CN104182821A (en) * 2014-08-01 2014-12-03 国家电网公司 Automatic distributing system and method of work order
WO2018006789A1 (en) * 2016-07-04 2018-01-11 中兴通讯股份有限公司 Parameter checking method and apparatus, and network management server and computer storage medium
CN106227784A (en) * 2016-07-19 2016-12-14 南京坦道信息科技有限公司 A kind of self-service peek system based on complete self-defined SQL scene
CN107220757A (en) * 2017-05-23 2017-09-29 上海最会保网络科技有限公司 A kind of system and method for rule configuration and parsing
CN109559153A (en) * 2018-10-26 2019-04-02 深圳壹账通智能科技有限公司 Marketing activity configuration method, device, medium and computer equipment
CN109597816A (en) * 2018-10-30 2019-04-09 京信通信系统(中国)有限公司 Parameter verification method, apparatus, computer storage medium and embedded device
CN109616995A (en) * 2018-11-26 2019-04-12 内蒙古电力(集团)有限责任公司电力调度控制分公司 A kind of fixed value list automatic auditing method based on custom rule library
CN110245049A (en) * 2019-06-06 2019-09-17 深圳前海微众银行股份有限公司 Monitoring method, device, equipment and the storage medium of product configuration data

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
张芒等: "基于同望V3开发平台的信息系统快速开发技术", 广州:华南理工大学出版社, pages: 102 - 107 *

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112148540A (en) * 2020-08-27 2020-12-29 云账户技术(天津)有限公司 Interface parameter checking method and device, electronic equipment and readable storage medium
CN112148540B (en) * 2020-08-27 2023-03-24 云账户技术(天津)有限公司 Interface parameter checking method and device, electronic equipment and readable storage medium
CN112492000A (en) * 2020-11-18 2021-03-12 中盈优创资讯科技有限公司 Method and device for loading Internet of things access network rules
CN113687872A (en) * 2021-07-19 2021-11-23 北京鸿腾智能科技有限公司 Selection component control method, device, storage medium and apparatus
CN113687872B (en) * 2021-07-19 2024-03-29 三六零数字安全科技集团有限公司 Selection component control method, device, storage medium and apparatus
CN113568682A (en) * 2021-07-30 2021-10-29 平安养老保险股份有限公司 Rule data verification method and device, computer equipment and storage medium
CN113568682B (en) * 2021-07-30 2024-05-07 平安养老保险股份有限公司 Rule data verification method, device, computer equipment and storage medium

Similar Documents

Publication Publication Date Title
CN111552702A (en) Method and device for automatically configuring business rules, electronic equipment and storage medium
US9378200B1 (en) Automated content inference system for unstructured text data
US10803399B1 (en) Topic model based clustering of text data with machine learning utilizing interface feedback
CN111126019B (en) Report generation method and device based on mode customization and electronic equipment
US20190147029A1 (en) Method and system for generating conversational user interface
CN111563218B (en) Page repairing method and device
CN111124917B (en) Method, device, equipment and storage medium for managing and controlling public test cases
CN110362815A (en) Text vector generation method and device
CN109615290A (en) For obtaining the method, apparatus, system and medium of address for service
CN113835692A (en) Dictionary data processing method and device, electronic equipment and computer storage medium
US20140006438A1 (en) Virtual agent response to customer inquiries
JP6896870B2 (en) Systems and methods for efficient delivery of warning messages
CN111367982B (en) Method, device, computer equipment and storage medium for importing TRRIGA basic data
KR20190109628A (en) Method for providing personalized article contents and apparatus for the same
CN111966688B (en) Form processing method and device based on big data and storage medium
US20130318088A1 (en) Management of Class of Service
US20150046881A1 (en) Archiving business objects
CN113705184A (en) Method and device for generating custom report, storage medium and electronic equipment
US11106864B2 (en) Comment-based article augmentation
CN110955686A (en) Data multidimensional cross processing method and device, electronic equipment and storage medium
CN111367898A (en) Data processing method, device, system, electronic equipment and storage medium
CN111597179B (en) Method and device for automatically cleaning data, electronic equipment and storage medium
US11977997B1 (en) Tagging systems and methods for efficient cloud service provisioning
US11972018B2 (en) Data categories for purpose-based processing of personal data
US11494551B1 (en) Form field prediction service

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