CN108121579B - Method and device for modifying rule file - Google Patents

Method and device for modifying rule file Download PDF

Info

Publication number
CN108121579B
CN108121579B CN201611057236.4A CN201611057236A CN108121579B CN 108121579 B CN108121579 B CN 108121579B CN 201611057236 A CN201611057236 A CN 201611057236A CN 108121579 B CN108121579 B CN 108121579B
Authority
CN
China
Prior art keywords
rule
service logic
rule file
parameter
modifying
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
CN201611057236.4A
Other languages
Chinese (zh)
Other versions
CN108121579A (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.)
OneConnect Smart Technology Co Ltd
Original Assignee
OneConnect Financial Technology Co Ltd Shanghai
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 OneConnect Financial Technology Co Ltd Shanghai filed Critical OneConnect Financial Technology Co Ltd Shanghai
Priority to CN201611057236.4A priority Critical patent/CN108121579B/en
Publication of CN108121579A publication Critical patent/CN108121579A/en
Application granted granted Critical
Publication of CN108121579B publication Critical patent/CN108121579B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

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

Abstract

The invention relates to a method and a device for modifying a rule file, wherein the method for modifying the rule file comprises the following steps: after a rule file modification request sent by a business system is received, generating a rule file operation interface corresponding to the business system, wherein the rule file operation interface comprises selection items of all business logics corresponding to the business system; receiving the service logic selected based on the selection item of the service logic, acquiring a rule file corresponding to the selected service logic according to the incidence relation between the preset service logic and the rule file, and generating a parameter input box corresponding to the selected service logic; and receiving the rule parameters input in the parameter input box, and modifying the rule parameters in the acquired rule file based on the rule parameters. The invention can improve the efficiency of modifying the rule file, is simple and convenient to modify and is beneficial to the unified management of the rule file in the service system.

Description

Method and device for modifying rule file
Technical Field
The invention relates to the technical field of finance and insurance, in particular to a method and a device for modifying a rule file.
Background
At present, a rule engine of a business system needs a technician to write a professional rule file according to business requirements. The business logic and format of the rule files written by different technicians are generally different, so that the business system stores the rule files with different formats or business logics. In different business systems of the same enterprise, it is highly likely that all rule files need to be modified due to business requirements, and the disadvantage of storing a large number of rule files of different formats or business logic in the business systems is that: when the rule parameters of the rule files are modified, the rule files need to be modified one by one, the modification work is complicated, and the efficiency is low.
Disclosure of Invention
The invention aims to provide a method and a device for modifying a rule file, which aim to improve the efficiency of modifying the rule file, simplify the modification operation and be beneficial to the unified management of the rule file in a service system.
In order to achieve the above object, the present invention provides a method for modifying a rule file, including:
s1, after receiving a rule file modification request sent by a business system, generating a rule file operation interface corresponding to the business system, wherein the rule file operation interface comprises options of each business logic corresponding to the business system;
s2, receiving the service logic selected based on the selection item of the service logic, obtaining the rule file corresponding to the selected service logic according to the incidence relation between the preset service logic and the rule file, and generating the parameter input box corresponding to the selected service logic;
and S3, receiving the rule parameters input in the parameter input box, and modifying the rule parameters in the acquired rule file based on the rule parameters.
Preferably, the step of modifying the rule parameter in the acquired rule file based on the rule parameter comprises:
searching an original rule parameter corresponding to the input rule parameter in the obtained rule file;
and replacing the searched original rule parameters with the input rule parameters to modify the rule parameters in the acquired rule file.
Preferably, the step S1 is followed by:
s4, after receiving a service logic newly-added instruction sent by the rule file operation interface, generating a service logic editing interface;
and S5, receiving the newly added service logic input based on the service logic editing interface and the name of the rule file corresponding to the newly added service logic, and storing the newly added service logic and the corresponding rule file in an associated manner.
Preferably, the service logic editing interface includes a service logic input box and a rule file editing box, the service logic name input box is used for inputting a name of the newly added service logic, and the rule file editing box is used for editing a rule file corresponding to the newly added service logic.
Preferably, the step S1 is followed by:
and S6, after receiving a service logic deleting instruction sent by the rule file operation interface, deleting the selected service logic in the rule file operation interface, and deleting the association relationship between the selected service logic and the rule file stored in the service system.
In order to achieve the above object, the present invention further provides an apparatus for modifying a rule file, where the apparatus for modifying a rule file includes:
the system comprises a first generation module, a second generation module and a third generation module, wherein the first generation module is used for generating a rule file operation interface corresponding to a business system after receiving a rule file modification request sent by the business system, and the rule file operation interface comprises selection items of all business logics corresponding to the business system;
the acquisition module is used for receiving the service logic selected based on the selection item of the service logic, acquiring a rule file corresponding to the selected service logic according to the incidence relation between the preset service logic and the rule file, and generating a parameter input box corresponding to the selected service logic;
and the modification module is used for receiving the rule parameters input in the parameter input box and modifying the rule parameters in the acquired rule file based on the rule parameters.
Preferably, the modification module is specifically configured to search an original rule parameter corresponding to the input rule parameter in the obtained rule file, and replace the searched original rule parameter with the input rule parameter to modify the rule parameter in the obtained rule file.
Preferably, the apparatus for modifying a rule file further comprises:
the second generation module is used for generating a service logic editing interface after receiving a service logic newly-added instruction sent by the rule file operation interface;
and the newly-added module is used for receiving the newly-added service logic input based on the service logic editing interface and the name of the rule file corresponding to the newly-added service logic, and storing the newly-added service logic and the corresponding rule file in a correlation manner.
Preferably, the service logic editing interface includes a service logic input box and a rule file editing box, the service logic name input box is used for inputting a name of the newly added service logic, and the rule file editing box is used for editing a rule file corresponding to the newly added service logic.
Preferably, the apparatus for modifying a rule file further comprises:
and the deleting module is used for deleting the selected service logic in the rule file operation interface and deleting the association relation between the selected service logic and the rule file stored in the service system after receiving a service logic deleting instruction sent out based on the rule file operation interface.
The invention has the beneficial effects that: when the rule parameters in the rule file are modified, the method can be operated on the rule file operation interface, the rule parameters in the rule file associated with the selected service logic can be modified by selecting the required service logic and inputting the rule parameters, the rule files do not need to be modified one by one, namely the rule parameters can be modified in batch, the modification efficiency is high, common personnel can modify the rule parameters, professional technicians do not need to operate, the modification operation is simple and convenient, and the method is favorable for uniformly managing the rule files in the service system.
Drawings
FIG. 1 is a flowchart illustrating a first embodiment of a method for modifying a rule file according to the present invention;
FIG. 2 is a flowchart illustrating a second embodiment of a method for modifying a rule file according to the present invention;
FIG. 3 is a flowchart illustrating a third embodiment of a method for modifying a rule file according to the present invention;
FIG. 4 is a schematic structural diagram of a first embodiment of an apparatus for modifying a rule file according to the present invention;
FIG. 5 is a schematic structural diagram of a second embodiment of an apparatus for modifying a rule file according to the present invention;
FIG. 6 is a schematic structural diagram of a third embodiment of an apparatus for modifying a rule file according to the present invention.
Detailed Description
The principles and features of this invention are described below in conjunction with the following drawings, which are set forth by way of illustration only and are not intended to limit the scope of the invention.
As shown in fig. 1, fig. 1 is a schematic flowchart of an embodiment of a method for modifying a rule file according to the present invention, where the method for modifying a rule file includes the following steps:
step S1, after receiving a rule file modification request issued for a service system, generating a rule file operation interface corresponding to the service system, where the rule file operation interface includes options of each service logic corresponding to the service system.
The embodiment can be applied to services in various fields, such as finance, insurance and the like, and one terminal for modifying the rule file modifies the rule file for a plurality of service systems, and the terminal for modifying the rule file can be a computer and other equipment. A user operates on a terminal, after receiving a rule file modification request sent for a business system, a rule file operation interface of the business system is generated and displayed on the terminal, for example, icons of a plurality of business systems are displayed on the terminal, the user can send the rule file modification request for the business system corresponding to the icon after clicking a certain icon, the operation interface of the rule file comprises selection items of all business logics of the business system, for example, for the business system in the financial industry, the selection items of the business logics can be the annual income sum of people and the average age of people; for the business system of the insurance industry, the selection items of the business logic can be the insurance amount paid by the personnel each year, the total number of insured persons of each insurance business and the like.
Step S2, receiving the service logic selected based on the selection item of the service logic, obtaining the rule file corresponding to the selected service logic according to the association relationship between the predetermined service logic and the rule file, and generating the parameter input box corresponding to the selected service logic.
In this embodiment, a user operates on a displayed rule file operation interface, selects a corresponding service logic, for example, a service logic of a sum of annual incomes of selected persons, from the selection items of each service logic, and after the user confirms that, the terminal generates a parameter input box corresponding to the selected service logic, where the parameter input box is used for the user to input rule parameters, and the number of the parameter input boxes corresponds to the service logic selected by the user, and there may be one or more parameter input boxes. For example, if the selected business logic selection items are people ages, the generated corresponding parameter input boxes are an input box for the user to input an upper limit of the people ages and an input box for the user to input a lower limit of the ages.
In this embodiment, the association relationship between the service logic and the rule file is prestored, that is, the service logic of the rule file in each service system is associated with the rule file in advance, so that the rule file associated with the service logic can be found according to a certain service logic, for example, the association relationship between the service logic and the rule file may be prestored in a form of a relationship table, and one rule file may be associated with one or more service logics. After the user selects the service logic, the rule file corresponding to the selected service logic is obtained according to the association relationship between the selected service logic and the rule file while the parameter input box is generated, wherein the number of the rule files can be one or more.
Step S3, receiving the rule parameter input in the parameter input box, and modifying the rule parameter in the acquired rule file based on the rule parameter.
In this embodiment, the user inputs a rule parameter in the generated parameter input box, and after the user inputs and confirms the rule parameter, the obtained rule file is modified according to the rule parameter, for example, the user inputs a lower age limit value 20 to be averaged through the lower age limit input box, and inputs an upper age limit value 50 to be averaged through the upper age limit input box, and if the rule parameter corresponding to the service logic of the age averaging in the obtained rule file is an lower age limit value 10 and an upper age limit value 60, the lower age limit value 10 is modified to 20, and the upper age limit value 60 is modified to 50.
It can be seen from the above description that when the rule parameters in the rule file are modified, the operation can be performed on the rule file operation interface, the rule parameters in the rule file associated with the selected service logic can be modified by selecting the required service logic and inputting the rule parameters, the rule files do not need to be modified one by one, that is, the rule files can be modified in batch, the modification efficiency is high, and the rule parameters can be modified by ordinary people without the operation of professional technicians, the modification operation is simple and convenient, and the unified management of the rule files in the service system is facilitated.
In a preferred embodiment, on the basis of the embodiment of fig. 1, the step of modifying the rule parameter in the obtained rule file based on the rule parameter in the step S3 includes:
searching the original rule parameters corresponding to the input rule parameters in the acquired rule file,
and replacing the searched original rule parameters with the input rule parameters to modify the rule parameters in the acquired rule file.
In this embodiment, the number of the acquired rule files may be one or more, the original rule parameter corresponding to the input rule parameter is searched in the acquired rule file, specifically, the original rule parameter corresponding to the input rule parameter may be searched according to the service logic, after the service logic is searched, the original rule parameter corresponding to the input rule parameter may be searched, and then the searched original rule parameter is replaced with the input rule parameter to modify the rule parameter in the acquired rule file.
For example, a rule parameter a and a rule parameter B are input in the parameter input box, the rule parameter a corresponds to the original rule parameter C, and the rule parameter B corresponds to the original rule parameter D, then the original rule parameter C is correspondingly replaced by the rule parameter a, and the original rule parameter D is correspondingly replaced by the rule parameter B.
In a preferred embodiment, as shown in fig. 2, on the basis of the embodiment of fig. 1, after the step S1, the method further includes:
step S4, after receiving a service logic newly-added instruction sent out based on the rule file operation interface, generating a service logic editing interface;
and step S5, receiving the newly added service logic input based on the service logic editing interface and the name of the rule file corresponding to the newly added service logic, and storing the newly added service logic and the corresponding rule file in an associated manner.
In this embodiment, other business logic may be added to operate on the rule file operating interface, for example, a control for adding a new business logic is provided on the rule file operating interface, after the control is triggered, a business logic editing interface is generated, a business logic input box and a rule file editing box for a user to input the new business logic are provided in the business logic editing interface, the business logic input box is used to input the new business logic, and the rule file editing box is used to edit a rule file corresponding to the new business logic. The newly added service logic can be, for example, the maximum value or the minimum value of the annual income of people, the average value of the monthly income of people, and the like, and after the user inputs the newly added service logic in the service logic input box and confirms the newly added service logic, the input service logic becomes a selection item of another service logic.
Meanwhile, after the user inputs the rule file in the rule file edit box and confirms the rule file, the newly added service logic can be associated with the corresponding rule file, and finally the association relationship between the newly added service logic and the rule file is stored for subsequent use.
In a preferred embodiment, as shown in fig. 3, on the basis of the embodiment of fig. 1, after the step S1, the method further includes:
and S6, after receiving a service logic deleting instruction sent by the rule file operation interface, deleting the selected service logic in the rule file operation interface, and deleting the association relationship between the selected service logic and the rule file stored in the service system.
The rule file operation interface of this embodiment further includes a deletion control for each service logic, and when a user clicks the deletion control corresponding to a certain service logic, the user can delete the service logic, and delete the stored association relationship between the service logic and the rule file.
In the embodiment, when the business system has more business logics, deleting some business logics which are not used can simplify the rule file operation interface, so that the operation is more convenient.
As shown in fig. 4, fig. 4 is a schematic structural diagram of a first embodiment of an apparatus for modifying a rule file according to the present invention, where the apparatus for modifying a rule file includes:
the first generating module 101 is configured to generate a rule file operation interface corresponding to a service system after receiving a rule file modification request sent for the service system, where the rule file operation interface includes a selection item of each service logic corresponding to the service system.
The embodiment can be applied to services in various fields, such as finance, insurance and the like, and the rule file is modified for a plurality of service systems by a rule file modifying device which is arranged in a terminal, and the terminal can be a computer and other equipment. A user operates on a terminal, after receiving a rule file modification request sent for a business system, a rule file operation interface of the business system is generated and displayed on the terminal, for example, icons of a plurality of business systems are displayed on the terminal, the user can send the rule file modification request for the business system corresponding to the icon after clicking a certain icon, the operation interface of the rule file comprises selection items of all business logics of the business system, for example, for the business system in the financial industry, the selection items of the business logics can be the annual income sum of people and the average age of people; for the business system of the insurance industry, the selection items of the business logic can be the insurance amount paid by the personnel each year, the total number of insured persons of each insurance business and the like.
The obtaining module 102 is configured to receive a service logic selected based on a selection item of the service logic, obtain a rule file corresponding to the selected service logic according to a predetermined association relationship between the service logic and the rule file, and generate a parameter input box corresponding to the selected service logic.
In this embodiment, a user operates on a displayed rule file operation interface, selects a corresponding service logic, for example, a service logic of a sum of annual incomes of selected persons, from the selection items of each service logic, and after the user confirms that, the terminal generates a parameter input box corresponding to the selected service logic, where the parameter input box is used for the user to input rule parameters, and the number of the parameter input boxes corresponds to the service logic selected by the user, and there may be one or more parameter input boxes. For example, if the selected business logic selection items are people ages, the generated corresponding parameter input boxes are an input box for the user to input an upper limit of the people ages and an input box for the user to input a lower limit of the ages.
In this embodiment, the association relationship between the service logic and the rule file is prestored, that is, the service logic of the rule file in each service system is associated with the rule file in advance, so that the rule file associated with the service logic can be found according to a certain service logic, for example, the association relationship between the service logic and the rule file may be prestored in a form of a relationship table, and one rule file may be associated with one or more service logics. After the user selects the service logic, the rule file corresponding to the selected service logic is obtained according to the association relationship between the selected service logic and the rule file while the parameter input box is generated, wherein the number of the rule files can be one or more.
And the modification module 103 is used for receiving the rule parameters input in the parameter input box and modifying the rule parameters in the acquired rule file based on the rule parameters.
In this embodiment, the user inputs a rule parameter in the generated parameter input box, and after the user inputs and confirms the rule parameter, the obtained rule file is modified according to the rule parameter, for example, the user inputs a lower age limit value 20 to be averaged through the lower age limit input box, and inputs an upper age limit value 50 to be averaged through the upper age limit input box, and if the rule parameter corresponding to the service logic of the age averaging in the obtained rule file is an lower age limit value 10 and an upper age limit value 60, the lower age limit value 10 is modified to 20, and the upper age limit value 60 is modified to 50.
In a preferred embodiment, on the basis of the embodiment shown in fig. 4, the modifying module 103 is specifically configured to search an original rule parameter corresponding to the input rule parameter in the obtained rule file, and replace the searched original rule parameter with the input rule parameter to modify the rule parameter in the obtained rule file.
In this embodiment, the number of the acquired rule files may be one or more, the original rule parameter corresponding to the input rule parameter is searched in the acquired rule file, specifically, the original rule parameter corresponding to the input rule parameter may be searched according to the service logic, after the service logic is searched, the original rule parameter corresponding to the input rule parameter may be searched, and then the searched original rule parameter is replaced with the input rule parameter to modify the rule parameter in the acquired rule file.
For example, a rule parameter a and a rule parameter B are input in the parameter input box, the rule parameter a corresponds to the original rule parameter C, and the rule parameter B corresponds to the original rule parameter D, then the original rule parameter C is correspondingly replaced by the rule parameter a, and the original rule parameter D is correspondingly replaced by the rule parameter B.
In a preferred embodiment, as shown in fig. 5, on the basis of the embodiment of fig. 4, the apparatus for modifying a rule file further includes:
the second generating module 104 is configured to generate a service logic editing interface after receiving a service logic addition instruction sent by the rule file operation interface;
and the adding module 105 is used for receiving the added service logic input based on the service logic editing interface and the name of the rule file corresponding to the added service logic, and storing the added service logic and the corresponding rule file in an associated manner.
In this embodiment, other business logic may be added to operate on the rule file operating interface, for example, a control for adding a new business logic is provided on the rule file operating interface, after the control is triggered, a business logic editing interface is generated, a business logic input box and a rule file editing box for a user to input the new business logic are provided in the business logic editing interface, the business logic input box is used to input the new business logic, and the rule file editing box is used to edit a rule file corresponding to the new business logic. The newly added service logic can be, for example, the maximum value or the minimum value of the annual income of people, the average value of the monthly income of people, and the like, and after the user inputs the newly added service logic in the service logic input box and confirms the newly added service logic, the input service logic becomes a selection item of another service logic.
Meanwhile, after the user inputs the rule file in the rule file edit box and confirms the rule file, the newly added service logic can be associated with the corresponding rule file, and finally the association relationship between the newly added service logic and the rule file is stored for subsequent use.
In a preferred embodiment, as shown in fig. 6, on the basis of the embodiment of fig. 4, the apparatus for modifying a rule file further includes:
and the deleting module 106 is configured to delete the selected service logic in the rule file operation interface and delete the association relationship between the selected service logic and the rule file stored in the service system after receiving a service logic deleting instruction sent based on the rule file operation interface.
The rule file operation interface of this embodiment further includes a deletion control for each service logic, and when a user clicks the deletion control corresponding to a certain service logic, the user can delete the service logic, and delete the stored association relationship between the service logic and the rule file.
In the embodiment, when the business system has more business logics, deleting some business logics which are not used can simplify the rule file operation interface, so that the operation is more convenient.
The above description is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the invention, and any modifications, equivalents, improvements and the like that fall within the spirit and principle of the present invention are intended to be included therein.

Claims (8)

1. A method of modifying a rule file, the method comprising:
s1, after receiving a rule file modification request sent by a business system, generating a rule file operation interface corresponding to the business system, wherein the rule file operation interface comprises options of each business logic corresponding to the business system;
s2, receiving the service logic selected based on the selection item of the service logic, obtaining a rule file corresponding to the selected service logic according to the incidence relation between the preset service logic and the rule file, and generating a parameter input box corresponding to the selected service logic, wherein the number of the rule files is multiple, the incidence relation between the service logic and the rule file is prestored in a form of a table, and one rule file is associated with a plurality of service logics;
s3, receiving the rule parameters input in the parameter input box, and modifying the rule parameters in the acquired rule file based on the rule parameters;
the step of modifying the rule parameters in the acquired rule file based on the rule parameters comprises:
searching an original rule parameter corresponding to the input rule parameter in the obtained rule file according to the service logic;
and replacing the searched original rule parameters with the input rule parameters to modify the rule parameters in the acquired rule file.
2. The method for modifying a rule file according to claim 1, wherein the step S1 is further followed by:
s4, after receiving a service logic newly-added instruction sent by the rule file operation interface, generating a service logic editing interface;
and S5, receiving the newly added service logic input based on the service logic editing interface and the name of the rule file corresponding to the newly added service logic, and storing the newly added service logic and the corresponding rule file in an associated manner.
3. The method of claim 2, wherein the service logic editing interface comprises a service logic input box and a rule file editing box, the service logic input box is used for inputting a name of the added service logic, and the rule file editing box is used for editing the rule file corresponding to the added service logic.
4. The method for modifying a rule file according to claim 1, wherein the step S1 is further followed by:
and S6, after receiving a service logic deleting instruction sent by the rule file operation interface, deleting the selected service logic in the rule file operation interface, and deleting the association relationship between the selected service logic and the rule file stored in the service system.
5. An apparatus for modifying a rule file, the apparatus comprising:
the system comprises a first generation module, a second generation module and a third generation module, wherein the first generation module is used for generating a rule file operation interface corresponding to a business system after receiving a rule file modification request sent by the business system, and the rule file operation interface comprises selection items of all business logics corresponding to the business system;
the acquisition module is used for receiving the service logic selected based on the selection item of the service logic, acquiring a rule file corresponding to the selected service logic according to the incidence relation between the preset service logic and the rule file, and generating a parameter input frame corresponding to the selected service logic, wherein the number of the rule files is multiple, the incidence relation between the service logic and the rule file is prestored in a form of a table, and one rule file is associated with the multiple service logics;
the modification module is used for receiving the rule parameters input in the parameter input box and modifying the rule parameters in the acquired rule file based on the rule parameters;
the modification module is specifically configured to search an original rule parameter corresponding to the input rule parameter in the acquired rule file according to the service logic, and replace the searched original rule parameter with the input rule parameter to modify the rule parameter in the acquired rule file.
6. The apparatus for modifying a rule file according to claim 5, further comprising:
the second generation module is used for generating a service logic editing interface after receiving a service logic newly-added instruction sent by the rule file operation interface;
and the newly-added module is used for receiving the newly-added service logic input based on the service logic editing interface and the name of the rule file corresponding to the newly-added service logic, and storing the newly-added service logic and the corresponding rule file in a correlation manner.
7. The apparatus for modifying a rule file according to claim 6, wherein the service logic editing interface comprises a service logic input box and a rule file editing box, the service logic input box is used for inputting a name of the newly added service logic, and the rule file editing box is used for editing the rule file corresponding to the newly added service logic.
8. The apparatus for modifying a rule file according to claim 5, further comprising:
and the deleting module is used for deleting the selected service logic in the rule file operation interface and deleting the association relation between the selected service logic and the rule file stored in the service system after receiving a service logic deleting instruction sent out based on the rule file operation interface.
CN201611057236.4A 2016-11-26 2016-11-26 Method and device for modifying rule file Active CN108121579B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201611057236.4A CN108121579B (en) 2016-11-26 2016-11-26 Method and device for modifying rule file

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201611057236.4A CN108121579B (en) 2016-11-26 2016-11-26 Method and device for modifying rule file

Publications (2)

Publication Number Publication Date
CN108121579A CN108121579A (en) 2018-06-05
CN108121579B true CN108121579B (en) 2021-06-22

Family

ID=62223715

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201611057236.4A Active CN108121579B (en) 2016-11-26 2016-11-26 Method and device for modifying rule file

Country Status (1)

Country Link
CN (1) CN108121579B (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109040822B (en) * 2018-07-16 2021-06-22 北京奇艺世纪科技有限公司 Player configuration method and device and storage medium
CN109445842A (en) * 2018-09-26 2019-03-08 中国平安人寿保险股份有限公司 Rule generating method, device, computer equipment and storage medium
CN109542432A (en) * 2018-10-16 2019-03-29 深圳壹账通智能科技有限公司 Air control rule editing method and terminal device
CN112181450A (en) * 2019-07-03 2021-01-05 北京达佳互联信息技术有限公司 Method, device, server and storage medium for processing service request

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8788931B1 (en) * 2000-11-28 2014-07-22 International Business Machines Corporation Creating mapping rules from meta data for data transformation utilizing visual editing
CN101470882A (en) * 2007-12-24 2009-07-01 阿里巴巴集团控股有限公司 Dynamic service regulation application method, system and apparatus
US20140372971A1 (en) * 2013-06-16 2014-12-18 Microsoft Corporation Portable business logic
CN104732306B (en) * 2013-12-19 2020-07-07 北京索为系统技术股份有限公司 Rapid development system and method for business application system
CN105068812B (en) * 2015-08-19 2018-07-13 深圳联友科技有限公司 A kind of list generation method and device
CN105630617A (en) * 2015-12-28 2016-06-01 山东中创软件工程股份有限公司 Business processing method and system based on rule engine
CN105701160A (en) * 2015-12-31 2016-06-22 南威软件股份有限公司 Monitoring rule engine and monitoring realization method thereof

Also Published As

Publication number Publication date
CN108121579A (en) 2018-06-05

Similar Documents

Publication Publication Date Title
US11106626B2 (en) Managing changes to one or more files via linked mapping records
US10824758B2 (en) System and method for managing enterprise data
US11645345B2 (en) Systems and methods for issue tracking systems
EP2778929B1 (en) Test script generation system
US8806379B2 (en) Method and system for displaying group relationships in a graphical user interface
CN108121579B (en) Method and device for modifying rule file
US11079909B2 (en) Macro building tool with an information pane and a macro building pane for compiling an ordered macro and determining data dependency
US8620946B2 (en) Storage and searching of temporal entity information
US8046382B2 (en) Method and system for software object profile management
US20150169733A1 (en) Systems and methods for linking a database of objective metrics to a performance summary
US20220035773A1 (en) Form field creation systems and methods
US10963963B2 (en) Rule based hierarchical configuration
US10387444B2 (en) Tools for auto-visualizations of data
US8291380B2 (en) Methods for configuring software package
US11475064B2 (en) System and method in a database system for creating a field service work order
US8707262B2 (en) Code scoring
US10885013B2 (en) Automated application lifecycle tracking using batch processing
CN109033157B (en) Complex data retrieval method and system based on user-defined search condition tree
US20130304547A1 (en) Investment valuation projections in an on-demand system
CN116664060A (en) Method, system and device for generating expense reimbursement basic data
US10528229B2 (en) Mandatory comment on action or modification
CN111553749A (en) Activity push strategy configuration method and device
US8832110B2 (en) Management of class of service
CN115543428A (en) Simulated data generation method and device based on strategy template
US20140136274A1 (en) Providing multiple level process intelligence and the ability to transition between levels

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
TA01 Transfer of patent application right

Effective date of registration: 20180601

Address after: 518000 Room 201, building A, No. 1, Qian Wan Road, Qianhai Shenzhen Hong Kong cooperation zone, Shenzhen, Guangdong (Shenzhen Qianhai business secretary Co., Ltd.)

Applicant after: Shenzhen one ledger Intelligent Technology Co., Ltd.

Address before: 200030 Xuhui District, Shanghai Kai Bin Road 166, 9, 10 level.

Applicant before: Shanghai Financial Technologies Ltd

TA01 Transfer of patent application right
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant