CN110825488A - Business processing method and device, electronic equipment and storage medium - Google Patents

Business processing method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN110825488A
CN110825488A CN201910931205.4A CN201910931205A CN110825488A CN 110825488 A CN110825488 A CN 110825488A CN 201910931205 A CN201910931205 A CN 201910931205A CN 110825488 A CN110825488 A CN 110825488A
Authority
CN
China
Prior art keywords
rule
target
script
business
engine
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
CN201910931205.4A
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.)
CVIC Software Engineering Co Ltd
Original Assignee
CVIC Software Engineering 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 CVIC Software Engineering Co Ltd filed Critical CVIC Software Engineering Co Ltd
Priority to CN201910931205.4A priority Critical patent/CN110825488A/en
Publication of CN110825488A publication Critical patent/CN110825488A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • 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/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45504Abstract machines for programme code execution, e.g. Java virtual machine [JVM], interpreters, emulators
    • G06F9/45508Runtime interpretation or emulation, e g. emulator loops, bytecode interpretation
    • G06F9/45512Command shells

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The application discloses a service processing method, a device, equipment and a medium, wherein the method comprises the following steps: acquiring a business rule and generating a rule script corresponding to the business rule; determining a target rule engine, and converting the rule script into a target script executed by the target rule engine; determining a data adapter corresponding to the target rule engine, and converting the current to-be-processed business data into corresponding target business data by using the data adapter; and calling the target rule engine so that the target rule engine processes the target business data by executing the target script. According to the method and the device, when the business rules need to be changed, the business rules are obtained, the corresponding rule scripts are generated, the rule scripts are converted into the target scripts executed by the target rule engine, the business data to be processed are converted into the target business data processed by the target rule engine, the target rule engine executes the target scripts to process the target business data, bottom codes do not need to be modified, development cost is reduced, and development efficiency is improved.

Description

Business processing method and device, electronic equipment and storage medium
Technical Field
The present application relates to the field of business processing technologies, and in particular, to a business processing method and apparatus, an electronic device, and a computer-readable storage medium.
Background
In the process of building a business system, the business rules are complicated, changeable and immature, and the business rules may be changed frequently along with the development of business and the maturity of industry or according to the market demands. To accommodate these changes, changes are often implemented by modifying the code. However, this method is expensive in development cost, consumes a certain amount of manpower and material resources, and is inefficient in development.
Therefore, how to solve the above problems is a great concern for those skilled in the art.
Disclosure of Invention
The application aims to provide a service processing method and device, an electronic device and a computer readable storage medium, and development timeliness is improved.
In order to achieve the above object, the present application provides a service processing method, including:
acquiring a service rule and generating a rule script corresponding to the service rule;
determining a target rule engine, and converting the rule script into a target script executed by the target rule engine;
determining a data adapter corresponding to the target rule engine, and converting the current to-be-processed business data into corresponding target business data by using the data adapter;
and calling the target rule engine so that the target rule engine processes the target service data by executing the target script.
Optionally, the obtaining a service rule and generating a rule script corresponding to the service rule include:
receiving a business rule input through a front-end configuration page;
and generating a corresponding rule script based on the business rule.
Optionally, after generating the rule script corresponding to the business rule, the method further includes:
and storing the rule script by using a binary tree structure.
Optionally, the determining a target rule engine, converting the rule script into a target script executed by the target rule engine, includes:
determining a target rule engine and determining a grammar format of a script executed by the target rule engine;
converting the rule script into the target script based on the grammar format.
Optionally, the method further includes:
abstractively encapsulating all open-source third party rule engines into a uniform interface;
correspondingly, the invoking the target rule engine includes:
and calling the target rule engine through the unified interface.
In order to achieve the above object, the present application provides a service processing apparatus, including:
the rule acquisition module is used for acquiring a service rule and generating a rule script corresponding to the service rule;
the engine determination module is used for determining a target rule engine and converting the rule script into a target script executed by the target rule engine;
the data conversion module is used for determining a data adapter corresponding to the target rule engine and converting the current service data to be processed into corresponding target service data by using the data adapter;
and the engine calling module is used for calling the target rule engine so that the target rule engine processes the target service data by executing the target script.
Optionally, the rule obtaining module includes:
the rule receiving unit is used for receiving the business rule input through the front-end configuration page;
and the script generating unit is used for generating a corresponding rule script based on the business rule.
Optionally, the engine determining module includes:
the format determining unit is used for determining a target rule engine and determining the grammar format of a script executed by the target rule engine;
and the script conversion unit is used for converting the rule script into the target script based on the grammar format.
To achieve the above object, the present application provides an electronic device including:
a memory for storing a computer program;
a processor for implementing the steps of any of the service processing methods disclosed in the foregoing when executing the computer program.
To achieve the above object, the present application provides a computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, implements the steps of any of the service processing methods disclosed in the foregoing.
According to the above scheme, the service processing method provided by the application includes: acquiring a service rule and generating a rule script corresponding to the service rule; determining a target rule engine, and converting the rule script into a target script executed by the target rule engine; determining a data adapter corresponding to the target rule engine, and converting the current to-be-processed business data into corresponding target business data by using the data adapter; and calling the target rule engine so that the target rule engine processes the target service data by executing the target script. Therefore, the business rules are obtained when the business rules need to be changed, the corresponding rule scripts are generated, the rule scripts are converted into the target scripts which can be executed by the target rule engine, the business data to be processed are further converted into the target business data which can be processed by the target rule engine, and therefore the target rule engine can execute the target scripts to process the target business data, a user does not need to modify bottom codes, development cost is reduced, and development efficiency is effectively improved.
The application also discloses a business processing device, an electronic device and a computer readable storage medium, which can also realize the technical effects.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the application.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
Fig. 1 is a flowchart of a service processing method disclosed in an embodiment of the present application;
fig. 2 is a structural diagram of a specific rule engine framework constructed based on a business processing method disclosed in an embodiment of the present application;
fig. 3 is a structural diagram of a service processing apparatus disclosed in an embodiment of the present application;
fig. 4 is a block diagram of an electronic device disclosed in an embodiment of the present application;
fig. 5 is a block diagram of another electronic device disclosed in the embodiments 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. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
In the prior art, as business develops and the industry matures, or according to market demands, business rules may change frequently. To accommodate these changes, changes are often implemented by modifying the code. However, this method is expensive in development cost, consumes a certain amount of manpower and material resources, and is inefficient in development.
Therefore, the embodiment of the application discloses a service processing method, and development timeliness is improved.
Referring to fig. 1, a service processing method disclosed in the embodiment of the present application includes:
s101: acquiring a service rule and generating a rule script corresponding to the service rule;
in the embodiment of the application, when the business rule needs to be changed, the business rule is obtained, and the corresponding rule script is generated according to the business rule. Business rules are descriptions of business definitions and constraints used to maintain business structure or control the behavior that affects the business.
In a specific implementation, when the business rule is obtained, the business rule entered by the user through the front-end configuration page may be received. That is, an interface for configuration may be provided for a user in advance, and the user may implement the change of the business rule by inputting the business rule on the interface.
It should be noted that, after the rule script corresponding to the business rule is generated, the rule script may also be stored by using a binary tree structure in the embodiment of the present application. The rule script is specifically a script executed by a rule engine product. A binary tree is a computer data structure that can be used to store data in a particular structure.
S102: determining a target rule engine, and converting the rule script into a target script executed by the target rule engine;
in this step, a target rule engine is determined, which may be specifically referred to as a rule engine for executing the rule script. The rule engine is a component embedded in a computer application program, and business decisions are separated from application program codes.
Since each rule engine may have different requirements for the syntax and format of the rule when running the rule, the rule script needs to be converted into a target script that can be executed by the target rule engine. Specifically, the process of converting the rule script into the target script executed by the target rule engine may include: determining a grammar format of a script executed by the target rule engine; converting the rule script into the target script based on the grammar format. That is, it is necessary to determine the syntax and format corresponding to the script that can be executed by the target rule engine, and convert the rule script into the target script conforming to the syntax and format.
S103: determining a data adapter corresponding to the target rule engine, and converting the current to-be-processed business data into corresponding target business data by using the data adapter;
it will be appreciated that the requirements for data may also vary when different rule engines process data, and therefore there is a need to convert the business data to be processed into target business data that can be processed by the target rule engine. In the embodiment of the application, a data adapter corresponding to each target rule engine is provided for each target rule engine, and the data adapter can convert data into business data in a data format which can be processed by the corresponding target rule engine.
S104: and calling the target rule engine so that the target rule engine processes the target service data by executing the target script.
In the above steps, the target rule engine may be called by converting the script and converting the data to finally obtain the target script and the target business data required by the target rule engine, and the target rule engine may execute the target script to implement the processing of the target business data.
As a preferred implementation manner, in the embodiment of the present application, all open source third party rule engines may be abstractly encapsulated into a unified interface in advance, where the third party rule engines may include, but are not limited to, JEXL (Java expression language engine), groovy, Drools (JBoss Rules, business rule engine), and the like. And when the rule engine needs to be called, the rule engine can be called through the pre-packaged uniform interface.
According to the above scheme, the service processing method provided by the application includes: acquiring a service rule and generating a rule script corresponding to the service rule; determining a target rule engine, and converting the rule script into a target script executed by the target rule engine; determining a data adapter corresponding to the target rule engine, and converting the current to-be-processed business data into corresponding target business data by using the data adapter; and calling the target rule engine so that the target rule engine processes the target service data by executing the target script. Therefore, the business rules are obtained when the business rules need to be changed, the corresponding rule scripts are generated, the rule scripts are converted into the target scripts which can be executed by the target rule engine, the business data to be processed are further converted into the target business data which can be processed by the target rule engine, and therefore the target rule engine can execute the target scripts to process the target business data, a user does not need to modify bottom codes, development cost is reduced, and development efficiency is effectively improved.
Based on the business processing method disclosed by the embodiment of the application, a specific rule engine framework can be correspondingly constructed. Specifically, the rule engine framework may be driven by a controller + adapter mode according to a design mode matured by the open source J2EE framework, and the rule engine framework may mainly include six modules, as shown in fig. 2, including:
a front-end configuration module: business personnel can realize the configuration of business rules through a front-end configuration page, and a rule definition can be generated after the business rules are configured;
a rule script structuring module: a rule definition is a description of a rule that requires persistent storage after it is generated for system reuse. The rule definitions are stored by using a binary tree structure, and the rule definitions stored based on the binary tree structure do not have specific grammatical features. The structured rule script can be converted into a rule script which can be run by a certain rule engine product through a rule script adapter;
the rule script adapter: because the rule scripts run by different rule engine products have different requirements on format and grammar, each rule engine product needs a corresponding rule script adapter, and the structured rule scripts are adapted to the rule scripts which can be run by the rule engine;
the data adapter: the operation of the rules engine requires two factors, namely the rule script and the business data. The rule script is used for describing how the rule is executed, and different business data runs can generate different results. Because different rule engine products have different requirements on the format and syntax of the business data when the rules are run, each rule engine product needs a corresponding data adapter. Converting the common service data into service data which can be identified by the rule engine product;
the rule engine scheduler: the scheduling center for managing the operation of the rule engine can send the structured rule script to the rule script adapter and the data adapter for processing, receive the processed result, namely the rule script and the service data executable by the rule engine, send the processed rule script and the service data to a specific rule engine product for execution, and further obtain the execution result.
Packaging the module: the method and the device abstract the existing multiple open-source rule engine products and package a uniform interface, and different third party rule engine products can be used through the interface.
The rule engine framework based on the open source rule engine product provided by the embodiment of the application belongs to semi-finished software, can be conveniently integrated with a business information system, and supports cross-system, cross-language and cross-platform use. Based on the rule engine framework provided by the embodiment, the business rules can be managed and operated in a unified manner, meanwhile, a developer can carry out customized development, when a business mode changes, business personnel can modify the business rules through a front-end page to realize adaptation, and flexible and variable rule calculation can be completed through simple rule configuration, so that the problem that complicated business logic in a business system is hard coded into program codes to bring inconvenience can be solved.
It can be understood that the rule engine framework provided by the embodiment of the application has high expansibility, high availability and high reliability. The high expansibility is embodied in that: the third party rule engine product packaged in the packaging module can be expanded: different characteristics of a plurality of engines can be used, and the method is suitable for complex application scenes; the rule script adapter is extensible: because the script languages of different third-party rule engines are different, the corresponding required rule script adapters need to be expanded according to different engines, after the rule script is received by the front-end interface, the rule script is stored as a structured script based on a binary tree, and the structured script is converted into a script which can be executed by a target rule engine according to the difference of the rule engines; similarly, the data adapter can also be expanded. High availability is embodied in particular in: when a third-party rule engine is packaged, synchronous and asynchronous functions can be compiled for an interface of the third-party rule engine, synchronous and asynchronous calling of a plurality of rule engines can be realized, and execution of single service and batch service is supported; the callback mode can be supported, and a processing result can be automatically returned after the service is processed; the rule scripts can be automatically cached, the scripts in the cache can be directly reused for the same scripts appearing in the subsequent process, repeated creation is not needed, resource waste and performance reduction are avoided, and execution efficiency is improved. The high reliability is embodied in that: the rule engine framework is driven by adopting a controller + adapter mode according to a mature design mode of an open source J2EE framework, an adjustable parameter thread pool is arranged in the rule engine framework, a cache is arranged in the rule engine framework, synchronous/asynchronous and batch execution of services is supported, each module has clear responsibility, and the rule engine framework has the characteristics of traceability and flexible adjustment.
In the following, a service processing apparatus provided in an embodiment of the present application is introduced, and a service processing apparatus described below and a service processing method described above may be referred to each other.
Referring to fig. 3, a service processing apparatus provided in an embodiment of the present application includes:
a rule obtaining module 201, configured to obtain a service rule and generate a rule script corresponding to the service rule;
an engine determination module 202, configured to determine a target rule engine, and convert the rule script into a target script executed by the target rule engine;
the data conversion module 203 is configured to determine a data adapter corresponding to the target rule engine, and convert the current service data to be processed into corresponding target service data by using the data adapter;
and the engine calling module 204 is configured to call the target rule engine, so that the target rule engine processes the target service data by executing the target script.
For the specific implementation process of the modules 201 to 204, reference may be made to the corresponding content disclosed in the foregoing embodiments, and details are not repeated here.
On the basis of the foregoing embodiment, as a preferred implementation, the rule obtaining module 201 includes:
the rule receiving unit is used for receiving the business rule input through the front-end configuration page;
and the script generating unit is used for generating a corresponding rule script based on the business rule.
On the basis of the foregoing embodiment, as a preferred implementation manner, the engine determination module 202 includes:
the format determining unit is used for determining a target rule engine and determining the grammar format of a script executed by the target rule engine;
and the script conversion unit is used for converting the rule script into the target script based on the grammar format.
On the basis of the foregoing embodiment, as a preferred implementation, the service processing apparatus further includes:
and the script storage module is used for storing the rule script by utilizing a binary tree structure.
On the basis of the foregoing embodiment, as a preferred implementation, the service processing apparatus further includes:
the interface packaging module is used for abstractly packaging all open-source third-party rule engines into a uniform interface;
correspondingly, the engine calling module is specifically configured to: and calling the target rule engine through the unified interface.
The present application further provides an electronic device, and as shown in fig. 4, an electronic device provided in an embodiment of the present application includes:
a memory 100 for storing a computer program;
the processor 200, configured to execute the computer program, may implement the steps of the service processing method disclosed in any of the foregoing embodiments.
Specifically, the memory 100 includes a nonvolatile storage medium and an internal memory. The non-volatile storage medium stores an operating system and computer-readable instructions, and the internal memory provides an environment for the operating system and the computer-readable instructions in the non-volatile storage medium to run. The processor 200 may be a Central Processing Unit (CPU), a controller, a microcontroller, a microprocessor or other data processing chip in some embodiments, and provides computing and controlling capability for the electronic device, and when executing the computer program stored in the memory 100, the steps of the service processing method disclosed in any of the foregoing embodiments may be implemented.
On the basis of the above embodiment, as a preferred implementation, referring to fig. 5, the electronic device further includes:
and an input interface 300 connected to the processor 200, for acquiring computer programs, parameters and instructions imported from the outside, and storing the computer programs, parameters and instructions into the memory 100 under the control of the processor 200. The input interface 300 may be connected to an input device for receiving parameters or instructions manually input by a user. The input device may be a touch layer covered on a display screen, or a button, a track ball or a touch pad arranged on a terminal shell, or a keyboard, a touch pad or a mouse, etc.
And a display unit 400 connected to the processor 200 for displaying data processed by the processor 200 and for displaying a visualized user interface. The display unit 400 may be an LED display, a liquid crystal display, a touch-sensitive liquid crystal display, an OLED (Organic Light-Emitting Diode) touch panel, or the like.
And a network port 500 connected to the processor 200 for performing communication connection with each external terminal device. The communication technology adopted by the communication connection can be a wired communication technology or a wireless communication technology, such as a mobile high definition link (MHL) technology, a Universal Serial Bus (USB), a High Definition Multimedia Interface (HDMI), a wireless fidelity (WiFi), a bluetooth communication technology, a low power consumption bluetooth communication technology, an ieee802.11 s-based communication technology, and the like.
While FIG. 5 shows only an electronic device having the assembly 100 and 500, those skilled in the art will appreciate that the configuration shown in FIG. 5 does not constitute a limitation of the electronic device, and may include fewer or more components than shown, or some components may be combined, or a different arrangement of components.
The present application also provides a computer-readable storage medium, which may include: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk. The storage medium has a computer program stored thereon, and the computer program realizes the steps of the service processing method disclosed in any one of the foregoing embodiments when executed by the processor.
Preferably, when executed by the processor, the computer sub-program stored in the computer-readable storage medium may specifically implement the following steps:
acquiring a service rule and generating a rule script corresponding to the service rule; determining a target rule engine, and converting the rule script into a target script executed by the target rule engine; determining a data adapter corresponding to the target rule engine, and converting the current to-be-processed business data into corresponding target business data by using the data adapter; and calling the target rule engine so that the target rule engine processes the target service data by executing the target script.
Preferably, when executed by the processor, the computer sub-program stored in the computer-readable storage medium may specifically implement the following steps: receiving a business rule input through a front-end configuration page; and generating a corresponding rule script based on the business rule.
Preferably, when executed by the processor, the computer sub-program stored in the computer-readable storage medium may specifically implement the following steps: and after the rule script corresponding to the service rule is generated, storing the rule script by using a binary tree structure.
Preferably, when executed by the processor, the computer sub-program stored in the computer-readable storage medium may specifically implement the following steps: determining a target rule engine and determining a grammar format of a script executed by the target rule engine; converting the rule script into the target script based on the grammar format.
Preferably, when executed by the processor, the computer sub-program stored in the computer-readable storage medium may specifically implement the following steps: abstractively encapsulating all open-source third party rule engines into a uniform interface; correspondingly, the invoking the target rule engine includes: and calling the target rule engine through the unified interface.
According to the method and the device, when the business rules need to be changed, the business rules are obtained, the corresponding rule scripts are generated, the rule scripts are converted into the target scripts which can be executed by the target rule engine, the business data to be processed are further converted into the target business data which can be processed by the target rule engine, and therefore the target rule engine can execute the target scripts to process the target business data, a user does not need to modify bottom codes, development cost is reduced, and development efficiency is effectively improved.
The embodiments are described in a progressive manner in the specification, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. For the system disclosed by the embodiment, the description is relatively simple because the system corresponds to the method disclosed by the embodiment, and the relevant points can be referred to the method part for description. It should be noted that, for those skilled in the art, it is possible to make several improvements and modifications to the present application without departing from the principle of the present application, and such improvements and modifications also fall within the scope of the claims of the present application.
It is further noted that, in the present specification, relational terms such as first and second, and the like are 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. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.

Claims (10)

1. A method for processing a service, comprising:
acquiring a service rule and generating a rule script corresponding to the service rule;
determining a target rule engine, and converting the rule script into a target script executed by the target rule engine;
determining a data adapter corresponding to the target rule engine, and converting the current to-be-processed business data into corresponding target business data by using the data adapter;
and calling the target rule engine so that the target rule engine processes the target service data by executing the target script.
2. The business processing method of claim 1, wherein the obtaining the business rule and generating the rule script corresponding to the business rule comprises:
receiving a business rule input through a front-end configuration page;
and generating a corresponding rule script based on the business rule.
3. The business processing method according to claim 2, further comprising, after generating the rule script corresponding to the business rule:
and storing the rule script by using a binary tree structure.
4. The business processing method of claim 1, wherein the determining a target rule engine, converting the rule script into a target script executed by the target rule engine, comprises:
determining a target rule engine and determining a grammar format of a script executed by the target rule engine;
converting the rule script into the target script based on the grammar format.
5. The traffic processing method according to any of claims 1 to 4, further comprising:
abstractively encapsulating all open-source third party rule engines into a uniform interface;
correspondingly, the invoking the target rule engine includes:
and calling the target rule engine through the unified interface.
6. A traffic processing apparatus, comprising:
the rule acquisition module is used for acquiring a service rule and generating a rule script corresponding to the service rule;
the engine determination module is used for determining a target rule engine and converting the rule script into a target script executed by the target rule engine;
the data conversion module is used for determining a data adapter corresponding to the target rule engine and converting the current service data to be processed into corresponding target service data by using the data adapter;
and the engine calling module is used for calling the target rule engine so that the target rule engine processes the target service data by executing the target script.
7. The service processing apparatus according to claim 6, wherein the rule obtaining module includes:
the rule receiving unit is used for receiving the business rule input through the front-end configuration page;
and the script generating unit is used for generating a corresponding rule script based on the business rule.
8. The transaction processing device of claim 6, wherein the engine determination module comprises:
the format determining unit is used for determining a target rule engine and determining the grammar format of a script executed by the target rule engine;
and the script conversion unit is used for converting the rule script into the target script based on the grammar format.
9. An electronic device, comprising:
a memory for storing a computer program;
processor for implementing the steps of the service processing method according to any of claims 1 to 5 when executing said computer program.
10. A computer-readable storage medium, characterized in that the computer-readable storage medium has stored thereon a computer program which, when being executed by a processor, carries out the steps of the traffic processing method according to any one of claims 1 to 5.
CN201910931205.4A 2019-09-29 2019-09-29 Business processing method and device, electronic equipment and storage medium Pending CN110825488A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910931205.4A CN110825488A (en) 2019-09-29 2019-09-29 Business processing method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910931205.4A CN110825488A (en) 2019-09-29 2019-09-29 Business processing method and device, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN110825488A true CN110825488A (en) 2020-02-21

Family

ID=69548536

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910931205.4A Pending CN110825488A (en) 2019-09-29 2019-09-29 Business processing method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN110825488A (en)

Cited By (23)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111338819A (en) * 2020-02-24 2020-06-26 政采云有限公司 Method, system, equipment and readable storage medium for processing business object
CN111368512A (en) * 2020-03-04 2020-07-03 北京软通智慧城市科技有限公司 Service data conversion method, device, equipment and storage medium
CN111400353A (en) * 2020-03-19 2020-07-10 中国建设银行股份有限公司 Rule calculation method, device, equipment and storage medium
CN111538483A (en) * 2020-03-25 2020-08-14 平安科技(深圳)有限公司 Data processing method, equipment, server and readable storage medium
CN111552506A (en) * 2020-02-24 2020-08-18 远景智能国际私人投资有限公司 Business rule configuration method, device and storage medium
CN111722847A (en) * 2020-06-18 2020-09-29 国网电子商务有限公司 Data verification method and device based on rule engine
CN111736744A (en) * 2020-07-22 2020-10-02 成都新希望金融信息有限公司 Monitoring early warning calculation subsystem based on DSL
CN111913998A (en) * 2020-09-11 2020-11-10 北京百度网讯科技有限公司 Data processing method, device, equipment and storage medium
CN111951010A (en) * 2020-07-26 2020-11-17 中国建设银行股份有限公司 Business decision method and device based on rule engine, electronic equipment and readable storage medium
CN111967236A (en) * 2020-07-30 2020-11-20 武汉联影医疗科技有限公司 Message processing method and device, computer equipment and storage medium
CN112306637A (en) * 2020-11-06 2021-02-02 深圳市广和通无线股份有限公司 Script extension method and device, computer equipment and storage medium
CN112738216A (en) * 2020-12-28 2021-04-30 北京金山云网络技术有限公司 Equipment adaptation method, device, equipment and computer readable storage medium
CN112764730A (en) * 2021-01-14 2021-05-07 内蒙古蒙商消费金融股份有限公司 Business object monitoring method and device
CN112910702A (en) * 2021-02-01 2021-06-04 浪潮云信息技术股份公司 Polymorphic gateway fusion method
CN113312113A (en) * 2021-06-25 2021-08-27 中国农业银行股份有限公司 Dynamic configuration method, device, equipment and storage medium of business rule information
CN113312374A (en) * 2021-05-18 2021-08-27 网银在线(北京)科技有限公司 Data query method, device, equipment and storage medium
CN113377372A (en) * 2021-06-29 2021-09-10 平安普惠企业管理有限公司 Business rule analysis method and device, computer equipment and storage medium
CN113377823A (en) * 2021-06-28 2021-09-10 中国农业银行股份有限公司 Value data processing method, device, equipment and storage medium
WO2022142016A1 (en) * 2020-12-30 2022-07-07 平安科技(深圳)有限公司 Rule engine-based parameter conversion method and apparatus, and device and medium
CN114978888A (en) * 2022-04-25 2022-08-30 平安付科技服务有限公司 Message forwarding method and device, electronic equipment and storage medium
CN115168424A (en) * 2022-07-19 2022-10-11 亿咖通(湖北)技术有限公司 Data processing method, device, equipment and storage medium
CN116739356A (en) * 2023-08-16 2023-09-12 中信消费金融有限公司 Variable management method, system, equipment and storage medium for wind control center
CN111913998B (en) * 2020-09-11 2024-06-04 北京百度网讯科技有限公司 Data processing method, device, equipment and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103473642A (en) * 2013-09-10 2013-12-25 中国科学院沈阳自动化研究所 Method for rule engine for production dispatching
CN103927174A (en) * 2014-04-17 2014-07-16 北京视博数字电视科技有限公司 Service processing method and device
CN109144493A (en) * 2018-07-18 2019-01-04 平安科技(深圳)有限公司 Generation method, electronic device and the readable storage medium storing program for executing of business rule

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103473642A (en) * 2013-09-10 2013-12-25 中国科学院沈阳自动化研究所 Method for rule engine for production dispatching
CN103927174A (en) * 2014-04-17 2014-07-16 北京视博数字电视科技有限公司 Service processing method and device
CN109144493A (en) * 2018-07-18 2019-01-04 平安科技(深圳)有限公司 Generation method, electronic device and the readable storage medium storing program for executing of business rule

Cited By (29)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111552506A (en) * 2020-02-24 2020-08-18 远景智能国际私人投资有限公司 Business rule configuration method, device and storage medium
CN111552506B (en) * 2020-02-24 2023-09-12 远景智能国际私人投资有限公司 Service rule configuration method, device and storage medium
CN111338819A (en) * 2020-02-24 2020-06-26 政采云有限公司 Method, system, equipment and readable storage medium for processing business object
CN111368512B (en) * 2020-03-04 2023-08-22 北京软通智慧科技有限公司 Service data conversion method, device, equipment and storage medium
CN111368512A (en) * 2020-03-04 2020-07-03 北京软通智慧城市科技有限公司 Service data conversion method, device, equipment and storage medium
CN111400353A (en) * 2020-03-19 2020-07-10 中国建设银行股份有限公司 Rule calculation method, device, equipment and storage medium
CN111538483A (en) * 2020-03-25 2020-08-14 平安科技(深圳)有限公司 Data processing method, equipment, server and readable storage medium
CN111538483B (en) * 2020-03-25 2024-05-28 平安科技(深圳)有限公司 Data processing method, device, server and readable storage medium
CN111722847A (en) * 2020-06-18 2020-09-29 国网电子商务有限公司 Data verification method and device based on rule engine
CN111736744B (en) * 2020-07-22 2020-11-24 成都新希望金融信息有限公司 Monitoring early warning calculation subsystem based on DSL
CN111736744A (en) * 2020-07-22 2020-10-02 成都新希望金融信息有限公司 Monitoring early warning calculation subsystem based on DSL
CN111951010A (en) * 2020-07-26 2020-11-17 中国建设银行股份有限公司 Business decision method and device based on rule engine, electronic equipment and readable storage medium
CN111967236A (en) * 2020-07-30 2020-11-20 武汉联影医疗科技有限公司 Message processing method and device, computer equipment and storage medium
CN111967236B (en) * 2020-07-30 2024-05-24 武汉联影医疗科技有限公司 Message processing method, device, computer equipment and storage medium
CN111913998B (en) * 2020-09-11 2024-06-04 北京百度网讯科技有限公司 Data processing method, device, equipment and storage medium
CN111913998A (en) * 2020-09-11 2020-11-10 北京百度网讯科技有限公司 Data processing method, device, equipment and storage medium
CN112306637A (en) * 2020-11-06 2021-02-02 深圳市广和通无线股份有限公司 Script extension method and device, computer equipment and storage medium
CN112738216A (en) * 2020-12-28 2021-04-30 北京金山云网络技术有限公司 Equipment adaptation method, device, equipment and computer readable storage medium
WO2022142016A1 (en) * 2020-12-30 2022-07-07 平安科技(深圳)有限公司 Rule engine-based parameter conversion method and apparatus, and device and medium
CN112764730A (en) * 2021-01-14 2021-05-07 内蒙古蒙商消费金融股份有限公司 Business object monitoring method and device
CN112910702A (en) * 2021-02-01 2021-06-04 浪潮云信息技术股份公司 Polymorphic gateway fusion method
CN113312374A (en) * 2021-05-18 2021-08-27 网银在线(北京)科技有限公司 Data query method, device, equipment and storage medium
CN113312113A (en) * 2021-06-25 2021-08-27 中国农业银行股份有限公司 Dynamic configuration method, device, equipment and storage medium of business rule information
CN113377823A (en) * 2021-06-28 2021-09-10 中国农业银行股份有限公司 Value data processing method, device, equipment and storage medium
CN113377372A (en) * 2021-06-29 2021-09-10 平安普惠企业管理有限公司 Business rule analysis method and device, computer equipment and storage medium
CN114978888A (en) * 2022-04-25 2022-08-30 平安付科技服务有限公司 Message forwarding method and device, electronic equipment and storage medium
CN114978888B (en) * 2022-04-25 2024-02-06 平安付科技服务有限公司 Message forwarding method and device, electronic equipment and storage medium
CN115168424A (en) * 2022-07-19 2022-10-11 亿咖通(湖北)技术有限公司 Data processing method, device, equipment and storage medium
CN116739356A (en) * 2023-08-16 2023-09-12 中信消费金融有限公司 Variable management method, system, equipment and storage medium for wind control center

Similar Documents

Publication Publication Date Title
CN110825488A (en) Business processing method and device, electronic equipment and storage medium
TWI757743B (en) Mini program generation method and device
US9098309B2 (en) Power consumption optimized translation of object code partitioned for hardware component based on identified operations
CN111625738B (en) APP target page calling method, device, equipment and storage medium
CN108958729B (en) Data processing method, device and storage medium
CN109117141B (en) Method, device, electronic equipment and computer readable storage medium for simplifying programming
WO2021238271A1 (en) Container-cloud-based application creation method and apparatus, electronic device, and storage medium
CN109388667A (en) Modularization big data processing method, system and computer readable storage medium
CN111198863A (en) Rule engine and implementation method thereof
CN108647032B (en) Application loading method and device, computer device and computer readable storage medium
CN110795181A (en) Application program interface display method and device based on skip protocol and electronic equipment
US20230107440A1 (en) Access method and apparatus, electronic device and computer storage medium
CN110807002A (en) Report generation method, system and equipment based on workflow and storage medium
CN113050940A (en) Method for previewing small program, related device and computer program product
JP2022027529A (en) Boarding application compilation optimization method, device, electronic instrument and readable storage medium
CN107015840B (en) Quick execution method and quick execution system of resolver
CN110888639A (en) Business code compiling and packaging method and device
CN114490116B (en) Data processing method and device, electronic equipment and storage medium
CN112328225A (en) Page operation method and operation system thereof
CN102622213A (en) One-click upgrade tool generation system and manufacturing method thereof
CN111414154A (en) Method and device for front-end development, electronic equipment and storage medium
CN115509531A (en) Micro front end implementation method, device, terminal and storage medium based on front end technology
CN102360392B (en) Method and device for determining webpage encoding mode
CN112000644B (en) Data processing method and system, electronic equipment and storage medium
CN113779945A (en) Method and device for generating file

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20200221

RJ01 Rejection of invention patent application after publication