CN112069219A - Method and system for realizing service recommendation by configuring batch matching data - Google Patents

Method and system for realizing service recommendation by configuring batch matching data Download PDF

Info

Publication number
CN112069219A
CN112069219A CN202010712084.7A CN202010712084A CN112069219A CN 112069219 A CN112069219 A CN 112069219A CN 202010712084 A CN202010712084 A CN 202010712084A CN 112069219 A CN112069219 A CN 112069219A
Authority
CN
China
Prior art keywords
service recommendation
rule
information
service
matching
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
CN202010712084.7A
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 CN202010712084.7A priority Critical patent/CN112069219A/en
Publication of CN112069219A publication Critical patent/CN112069219A/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/24Querying
    • G06F16/245Query processing
    • G06F16/2457Query processing with adaptation to user needs
    • 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
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • G06Q30/02Marketing; Price estimation or determination; Fundraising
    • G06Q30/0241Advertisements
    • G06Q30/0251Targeted advertisements
    • G06Q30/0269Targeted advertisements based on user profile or attribute
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/60Business processes related to postal services

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Physics & Mathematics (AREA)
  • Strategic Management (AREA)
  • Finance (AREA)
  • Marketing (AREA)
  • Databases & Information Systems (AREA)
  • Accounting & Taxation (AREA)
  • Development Economics (AREA)
  • General Engineering & Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • General Business, Economics & Management (AREA)
  • Computational Linguistics (AREA)
  • Economics (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Game Theory and Decision Science (AREA)
  • Health & Medical Sciences (AREA)
  • General Health & Medical Sciences (AREA)
  • Human Resources & Organizations (AREA)
  • Primary Health Care (AREA)
  • Tourism & Hospitality (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention provides a method and a system for realizing service recommendation by configuring batch matching data, which comprises the steps of configuring service recommendation information and corresponding network categories of each service into a service recommendation definition table; configuring the service recommendation information and corresponding rule information of each service into a matching rule table; defining a public variable and acquiring public variable information of a user to be recommended; wherein the common variable information comprises a network category; inquiring the service recommendation definition table according to the network of the user to be recommended to obtain one or more pieces of service recommendation information; inquiring the matching rule table according to the obtained one or more pieces of service recommendation information, and respectively judging all matching rule results of each piece of service recommendation information based on corresponding rule information; and returning recommendation information. The beneficial effects of the invention are: by configuring the database, the code development complexity in the service recommendation program is reduced, the service recommendation information is returned uniformly, and time and labor are saved.

Description

Method and system for realizing service recommendation by configuring batch matching data
Technical Field
The invention relates to the technical field of information, in particular to a method and a system for realizing service recommendation by batch matching data configuration.
Background
When a telecom operator recommends a service to a client, it is often necessary to confirm a plurality of conditions of the user and then accurately give a service recommendation that can be handled by the client.
At present, when a plurality of conditions of a client are confirmed in specific project development, a plurality of conditions need to be sequentially subjected to traversal check matching, after one condition is completed in each traversal check matching, a relevant result conforming to the condition is output, and according to the result conforming to the condition, traversal check and matching of the next condition are performed until all the conditions are traversed, so that a final result is obtained; the conditions for each check match may also increase or change frequently; if the codes are developed according to each condition needing to be confirmed, more labor and time cost are needed, and the codes need to be changed when the matching conditions are increased or changed, so that time and labor are wasted, and the system maintenance is not facilitated.
Based on the method, the method for uniformly returning and acquiring the information is designed by configuring the database.
Disclosure of Invention
Aiming at the problems, the invention provides a method and a system for realizing service recommendation by batch matching data configuration, which can realize accurate and rapid display of service information in various service scenes by matching parameters of service types in a database.
In order to achieve the above object, the present invention provides a method for implementing service recommendation by batch matching data configuration, comprising:
configuring the service recommendation information and the corresponding network category of each service into a service recommendation definition table;
configuring the service recommendation information and corresponding rule information of each service into a matching rule table;
defining a public variable and acquiring public variable information of a user to be recommended; wherein the common variable information comprises a network category;
inquiring the service recommendation definition table according to the network of the user to be recommended to obtain one or more pieces of service recommendation information;
inquiring the matching rule table according to the obtained one or more pieces of service recommendation information, and respectively judging all matching rule results of each piece of service recommendation information based on corresponding rule information;
and returning recommendation information.
As a further improvement of the present invention, the service recommendation information includes a packet ID, a packet name, and an interpretation.
As a further improvement of the invention, the rule information comprises rule types, objects, sql statements and conditions to be satisfied.
As a further development of the invention, the public variables also include numbers, city codes and business handling information.
As a further improvement of the present invention, the service recommendation definition table is queried according to the network type of the user to be recommended to obtain one or more service recommendation information; the method specifically comprises the following steps:
and inquiring the service recommendation definition table according to the network type of the user to be recommended, and screening the group IDs of all recommendable service recommendation information of the user to be recommended, wherein the recommendable service recommendation information is one or more.
As a further improvement of the present invention, the method queries matching rule table data according to one or more obtained service recommendation information, and respectively determines all matching rule results of each service recommendation information, specifically:
one or two rule types are obtained based on the ID, one or more matching rule results are obtained based on the public variable information brought into the user by the matching rule corresponding to the rule type, and whether the obtained one or more matching rule results are consistent with the data in the corresponding conditions needing to be met is judged respectively;
judging whether the matching rule results of all rule types corresponding to the group ID are all consistent with the values in the conditions to be met;
if all the service recommendation contents are consistent, returning the service recommendation contents;
otherwise, the recommended content of the service is not returned.
As a further improvement of the present invention, the group IDs of a plurality of said service recommendation information are respectively queried in a matching rule table, and the obtained results are mutually independent;
if all the results of all the rule types corresponding to the group ID of one service recommendation information are consistent with the value of the condition to be met, and the results of all the rule types corresponding to the group ID of the other service recommendation information are not completely consistent with the condition to be met, only the recommendation content of the first service is returned.
As a further improvement of the present invention, there are two matching rules corresponding to the rule type of the group ID, where the matching rule corresponding to rule type 1 is data of an acquired object field; rule type 2 corresponds to the matching rule being an execute sql statement.
As a further improvement of the present invention, the ID-based method obtains one or two rule types, obtains one or more matching rule results based on the common variable information that the matching rule corresponding to the rule type brings into the user, and respectively judges whether the obtained one or more matching rule results are consistent with the corresponding data in the condition to be satisfied; the method specifically comprises the following steps:
when the packet ID has a rule type;
if the rule type is 1, acquiring data of an object field, wherein the data of the object field is contained in the service handling information of the public variable, and comparing whether the data of the object field is consistent with the numerical value in the result condition which needs to be met by the corresponding rule type;
if the rule type is 2, obtaining the operation result of the sql statement, and comparing whether the operation result of the sql statement is consistent with the condition which needs to be met by the corresponding rule type;
when the group ID has two rule types, the rule types are 1 and 2;
then, the field data to be compared and the operation result of the sql statement are obtained at the same time, and compared with the values in the result condition that the rule type is 1 and the rule type is 2, and whether the values are consistent or not is judged.
The invention also provides a system for realizing the method for realizing the service recommendation by configuring the batch matching data, which comprises the following steps: the system comprises a database configuration module, a public variable acquisition module, a data query module and a result return module;
the database configuration module is configured to:
configuring the service recommendation information and the corresponding network category of each service into a service recommendation definition table;
configuring the service recommendation information and corresponding rule information of each service into a matching rule table;
the public variable acquisition module is configured to:
defining a public variable and acquiring public variable information of a user to be recommended;
wherein the common variable information comprises a network category;
the data query module is configured to:
inquiring the service recommendation definition table in a database according to the public variable information of the user to be recommended to obtain one or more pieces of service recommendation information;
inquiring the matching rule table according to the obtained one or more pieces of service recommendation information, and respectively judging all matching rule results of each piece of service recommendation information based on corresponding rule information;
the result returning module is used for:
and returning a service recommendation result according to the query result of the data query module.
Compared with the prior art, the invention has the beneficial effects that: the method can reduce the code development complexity of the background service recommendation program, save the development cost and the program running time and realize the uniform return of the service recommendation information when the communication operator carries out service recommendation to the user through the configuration of the database parameters.
When the service recommendation condition is increased or changed, only the service recommendation definition table and the matching rule table need to be adjusted, fewer sql sentences are developed, and later maintenance is facilitated.
Drawings
Fig. 1 is a flowchart illustrating a method for dynamically displaying acceptance information according to a service according to an embodiment of the present invention;
fig. 2 is a schematic diagram of a system for dynamically displaying acceptance information according to a service according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. All other embodiments, which can be obtained by a person skilled in the art without any inventive step based on the embodiments of the present invention, are within the scope of the present invention.
The invention is described in further detail below with reference to the attached drawing figures:
as shown in fig. 1, a method for implementing service recommendation configured by batch matching data provided by the present invention includes:
s1, configuring the service recommendation information of each service and the corresponding network into a service recommendation definition table;
wherein the service recommendation information includes a group ID, a group name and an interpretation.
S2, configuring the service recommendation information of each service and the corresponding rule information into a matching rule table;
the rule information comprises rule types, objects, sql statements and conditions to be met.
S3, defining a public variable and acquiring public variable information of a user to be recommended; wherein the public variable information comprises a network type;
the public variables also comprise numbers, city codes and service handling information.
S4, inquiring a service recommendation definition table according to the network of the user to be recommended to obtain one or more pieces of service recommendation information;
the method comprises the steps of inquiring a service recommendation definition table according to the network type of a user to be recommended, and screening the group IDs of all recommendable service recommendation information of the user to be recommended, wherein the recommendable service recommendation information is one or more.
S5, inquiring a matching rule table according to the obtained one or more pieces of service recommendation information, and respectively judging all matching rule results of each piece of service recommendation information based on the corresponding rule information;
respectively inquiring corresponding group IDs in a matching rule table according to the group IDs of one or more pieces of service recommendation information inquired in a service recommendation definition table; one or two corresponding rule types in the matching rule table according to the group ID;
the matching rules corresponding to the rule types of the group ID are two, and the matching rule corresponding to the rule type 1 is data of the acquired object field; rule type 2 corresponds to matching a rule as executing an sql statement.
When the group ID corresponds to a rule type;
if the rule type is 1, acquiring data of an object field, wherein the data of the object field is contained in the service handling information of the public variable, and comparing whether the data of the object field is consistent with the numerical value in the result condition which needs to be met by the corresponding rule type;
if the rule type is 2, obtaining the operation result of the sql statement, and comparing whether the operation result of the sql statement is consistent with the condition which needs to be met by the corresponding rule type;
when two rule types are corresponding to the group ID, the rule types are 1 and 2;
then, the field data to be compared and the operation result of the sql statement are obtained at the same time, and compared with the values in the result condition that the rule type is 1 and the rule type is 2, and whether the values are consistent or not is judged.
Judging whether the matching rule results of all rule types corresponding to the group ID are all consistent with the values in the conditions to be met;
if all the service recommendation contents are consistent, returning the service recommendation contents;
otherwise, the recommended content of the service is not returned.
And S6, returning recommendation information.
The grouping IDs of the plurality of service recommendation information are respectively inquired in the matching rule table, and the obtained results are mutually independent;
if all the results of all the rule types corresponding to the group ID of one service recommendation information are consistent with the value of the condition to be met, and the results of all the rule types corresponding to the group ID of the other service recommendation information are not completely consistent with the condition to be met, only the recommendation content of the first service is returned.
And if the results of all rule types corresponding to the group IDs of the two pieces of service recommendation information are all consistent with the values in the conditions to be met, simultaneously returning the recommendation contents of the two services.
As shown in FIG. 2, the present invention further provides a system for implementing steps S1-S6, which includes a database configuration module, a common variable acquisition module, a data query module and a result return module;
a database configuration module to:
configuring the service recommendation information and the corresponding network category of each service into a service recommendation definition table;
configuring the service recommendation information and the corresponding rule information of each service into a matching rule table;
a common variable acquisition module to:
defining a public variable and acquiring public variable information of a user to be recommended;
wherein the public variable information comprises a network type;
a data query module to:
inquiring a service recommendation definition table in a database according to the public variable information of the user to be recommended to obtain one or more pieces of service recommendation information;
inquiring a matching rule table according to the obtained one or more pieces of service recommendation information, and respectively judging all matching rule results of each piece of service recommendation information based on the corresponding rule information;
a result return module to:
and returning a service recommendation result according to the query result of the data query module.
Compared with the prior art, the invention has the beneficial effects that: the method can reduce the code development complexity of the background service recommendation program, save the development cost and the program running time and realize the uniform return of the service recommendation information when the communication operator carries out service recommendation to the user through the configuration of the database parameters.
When the service recommendation condition is increased or changed, only the service recommendation definition table and the matching rule table need to be adjusted, fewer sql sentences are developed, and later maintenance is facilitated.
Example (b): for example, in a scenario that a client currently handles 200M broadband services and the broadband does not handle IPTV services, the broadband service is recommended to the client;
step 1, configuring service recommendation information and corresponding network category of each service into a service recommendation definition table; wherein the service recommendation information includes a group ID, a group name and an interpretation.
The service recommendation definition table is as follows:
Figure BDA0002596875960000061
Figure BDA0002596875960000071
step 2, configuring the service recommendation information of each service and the corresponding rule information into a matching rule table; the rule information comprises rule types, objects, sql statements and conditions to be met.
The matching rules table is as follows:
Figure BDA0002596875960000072
step 3, defining a public variable and acquiring public variable information of a user to be recommended; wherein, the public variables comprise numbers, city codes, network identities and service handling information.
Number (serial _ number): 18678875769
Terrestrial code (acquisition _ code): shandong Jinan-37
User ID (user _ ID): A000007A85ADE2
Net type code): 40 (Wide band)
Service handling information-whether broadband speed-up service (speed _ up _ flag) has been handled: do not handle (0)
Step 4, inquiring a service recommendation definition table by public variable information of a recommendation user to obtain one or more pieces of service recommendation information;
according to the network information (40-broadband) of the user to be recommended, a service recommendation definition table is inquired, and the group IDs (1001, 1002 and 1003) of all recommendable service recommendation information of the user to be recommended are screened.
Step 5, inquiring data of a matching rule table according to the obtained three pieces of service recommendation information, and respectively judging all matching rule results of each piece of service recommendation information;
respectively inquiring corresponding group IDs in a matching rule table according to the group IDs of one or more pieces of service recommendation information inquired in a service recommendation definition table; one or two corresponding rule types in the matching rule table according to the group ID;
packet ID-1001, for two rule types, 1: an object; 2: an sql statement;
packet ID-1002, there are two rule types, 1: an object; 2: an sql statement;
packet ID-1003, corresponding to a rule type, 2: an sql statement;
the rule type is 1, which indicates that the data of the object field needs to be acquired; a rule type of 2 indicates that the sql statement is executed.
The packet ID-1001 corresponds to two rule types 1 and 2, and then obtains the comparison object field data and sql statement of rule type 1 at the same time:
the object field data is speed _ up _ flag (whether the broadband speed-up service is handled or not) in the public variable information, and according to the public variable information acquired in advance, the data is known not to be handled, and the result is 0;
the sql statement select count (1) from t _ f _ userinfo where serial _ number & eparchy _ code & user _ speed & 100M' (whether the current bandwidth is 100M), the common variables serial _ number and eparchy _ code are entered, the number of this user is found in the database, corresponding to the current bandwidth information being 200M, so the running result is 0,
comparing the matching rule result corresponding to the rule type with the numerical values in the condition that the rule type 1 and the rule type 2 need to meet the result respectively, wherein the object result 0 is consistent with the result 0 needing to meet the requirement; the operation result 0 of the sql statement is inconsistent with the corresponding result 1 to be met;
the group ID-1002 corresponds to two rule types 1 and 2, and then the comparison object field data and the sql statement of the rule type 1 are acquired at the same time:
the object field data is speed _ up _ flag (whether the broadband speed-up service is handled or not) in the public variable information, and according to the public variable information acquired in advance, the data is known not to be handled, and the result is 0;
the sql statement select count (1) from t _ f _ userinfo where serial _ number & eparchy _ code & user _ speed & 200M' (whether the current bandwidth is 200M), the common variables serial _ number and eparchy _ code are entered, the number of this user is found in the database, corresponding to the current bandwidth information being 200M, so the result after run is 1,
comparing the matching rule result corresponding to the rule type with the numerical values in the condition that the rule type 1 and the rule type 2 need to meet the result respectively, wherein the object result 0 is consistent with the result 0 needing to meet the requirement; the operation result 1 of the sql statement is inconsistent with the corresponding result 1 needing to be met;
if the packet ID-1003 corresponds to a rule type of 2, the running result of the sql statement is obtained:
sql statement: select count (1) from ucr _ create 6.tf _ f _ user _ product user _ Id & user _ Id and product _ Id in (89002817,90442581) and end _ date > sysdate
Bringing in a user ID, finding out service handling information corresponding to the user ID in a database, and inquiring that the user broadband does not handle the IPTV service, so that the operation result is 0; the operation result (0) of the sql statement is consistent with the condition data (0) which needs to be met by the corresponding rule type;
and 6, returning recommendation information.
The grouping IDs of the plurality of service recommendation information are respectively inquired in the matching rule table, and the obtained results are mutually independent;
the results of two rule types corresponding to the group ID-1001 of the service recommendation information are not completely consistent with the condition to be met, the results of two rule types corresponding to the group ID-1002 of the service recommendation information are completely consistent with the condition to be met, and the result of one rule type corresponding to the group ID-1003 of the service recommendation information is consistent with the condition to be met, so that the content of an interpretation item in a service recommendation definition table is called, the recommendation contents of the group ID-1002 and the group ID-1003 of the service recommendation information are returned, and the recommendation contents of the group ID-1001 of the service recommendation information are not returned;
namely: the broadband is 200M, and the service capable of handling broadband speed-up is recommended; the IPTV service is not transacted by the broadband, and the IPTV service can be transacted by recommendation.
The invention has the advantages that: by means of the database parameter configuration, when a communication operator carries out service recommendation to a user, the code development complexity of a background service recommendation program is reduced, development cost and program operation time are saved, and service recommendation information is returned uniformly.
When the service recommendation condition is increased or changed, only the service recommendation definition table and the matching rule table need to be adjusted, fewer sql sentences are developed, and later maintenance is facilitated.
The above is only a preferred embodiment of the present invention, and is not intended to limit the present invention, and various modifications and changes will occur to those skilled in the art. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (10)

1. A method for realizing service recommendation by batch matching data configuration is characterized by comprising the following steps:
configuring the service recommendation information and the corresponding network category of each service into a service recommendation definition table;
configuring the service recommendation information and corresponding rule information of each service into a matching rule table;
defining a public variable and acquiring public variable information of a user to be recommended; wherein the common variable information comprises a network category;
inquiring the service recommendation definition table according to the network of the user to be recommended to obtain one or more pieces of service recommendation information;
inquiring the matching rule table according to the obtained one or more pieces of service recommendation information, and respectively judging all matching rule results of each piece of service recommendation information based on corresponding rule information;
and returning recommendation information.
2. The method for implementing service recommendation configured by batch matching data according to claim 1, wherein: the service recommendation information includes a packet ID, a packet name, and an interpretation.
3. The method for implementing service recommendation configured by batch matching data according to claim 2, wherein: the rule information comprises rule types, objects, sql statements and conditions to be met.
4. The method for implementing service recommendation configured by batch matching data according to claim 3, wherein: the public variables also include numbers, city codes, and business handling information.
5. The method for implementing service recommendation configured by batch matching data according to claim 4, wherein: the service recommendation definition table is inquired according to the network of the user to be recommended to obtain one or more pieces of service recommendation information; the method specifically comprises the following steps:
and inquiring the service recommendation definition table according to the network type of the user to be recommended, and screening the group IDs of all recommendable service recommendation information of the user to be recommended, wherein the recommendable service recommendation information is one or more.
6. The method for implementing service recommendation through batch matching data configuration according to claim 4, wherein matching rule table data is queried according to one or more obtained service recommendation information, and all matching rule results of each service recommendation information are respectively judged, specifically:
one or two rule types are obtained based on the ID, one or more matching rule results are obtained based on the public variable information brought into the user by the matching rule corresponding to the rule type, and whether the obtained one or more matching rule results are consistent with the data in the corresponding conditions needing to be met is judged respectively;
judging whether the matching rule results of all rule types corresponding to the group ID are all consistent with the values in the conditions to be met;
if all the service recommendation contents are consistent, returning the service recommendation contents;
otherwise, the recommended content of the service is not returned.
7. The method for implementing service recommendation configured by batch matching data according to claim 6, wherein: the group IDs of the service recommendation information are respectively inquired in a matching rule table, and the obtained results are mutually independent;
if all the results of all the rule types corresponding to the group ID of one service recommendation information are consistent with the value of the condition to be met, and the results of all the rule types corresponding to the group ID of the other service recommendation information are not completely consistent with the condition to be met, only the recommendation content of the first service is returned.
8. The method for implementing service recommendation configured by batch matching data according to claim 6, wherein: the matching rules corresponding to the rule types of the group ID are two, and the matching rule corresponding to the rule type 1 is data of the acquired object field; rule type 2 corresponds to the matching rule being an execute sql statement.
9. The method for implementing service recommendation configured by batch matching data according to claim 8, wherein: the method comprises the steps of obtaining one or two rule types based on an ID, obtaining one or more matching rule results based on public variable information brought into a user by a matching rule corresponding to the rule type, and respectively judging whether the obtained one or more matching rule results are consistent with data in corresponding conditions needing to be met; the method specifically comprises the following steps:
when the packet ID has a rule type;
if the rule type is 1, acquiring data of an object field, wherein the data of the object field is contained in the service handling information of the public variable, and comparing whether the data of the object field is consistent with the numerical value in the result condition which needs to be met by the corresponding rule type;
if the rule type is 2, obtaining the operation result of the sql statement, and comparing whether the operation result of the sql statement is consistent with the condition which needs to be met by the corresponding rule type;
when the group ID has two rule types, the rule types are 1 and 2;
then, the field data to be compared and the operation result of the sql statement are obtained at the same time, and compared with the values in the result condition that the rule type is 1 and the rule type is 2, and whether the values are consistent or not is judged.
10. A system for realizing the batch matching data configuration realization service recommendation method of any one of claims 1 to 9 is characterized by comprising the following steps: the system comprises a database configuration module, a public variable acquisition module, a data query module and a result return module;
the database configuration module is configured to:
configuring the service recommendation information and the corresponding network category of each service into a service recommendation definition table;
configuring the service recommendation information and corresponding rule information of each service into a matching rule table;
the public variable acquisition module is configured to:
defining a public variable and acquiring public variable information of a user to be recommended;
wherein the common variable information comprises a network category;
the data query module is configured to:
inquiring the service recommendation definition table in a database according to the public variable information of the user to be recommended to obtain one or more pieces of service recommendation information;
inquiring the matching rule table according to the obtained one or more pieces of service recommendation information, and respectively judging all matching rule results of each piece of service recommendation information based on corresponding rule information;
the result returning module is used for:
and returning a service recommendation result according to the query result of the data query module.
CN202010712084.7A 2020-07-22 2020-07-22 Method and system for realizing service recommendation by configuring batch matching data Pending CN112069219A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010712084.7A CN112069219A (en) 2020-07-22 2020-07-22 Method and system for realizing service recommendation by configuring batch matching data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010712084.7A CN112069219A (en) 2020-07-22 2020-07-22 Method and system for realizing service recommendation by configuring batch matching data

Publications (1)

Publication Number Publication Date
CN112069219A true CN112069219A (en) 2020-12-11

Family

ID=73657427

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010712084.7A Pending CN112069219A (en) 2020-07-22 2020-07-22 Method and system for realizing service recommendation by configuring batch matching data

Country Status (1)

Country Link
CN (1) CN112069219A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112905625A (en) * 2021-03-09 2021-06-04 山东兆物网络技术股份有限公司 Recommendation mechanism-based rapid configuration method for data processing rules
CN113592332A (en) * 2021-08-06 2021-11-02 时代云英(重庆)科技有限公司 Low code service system and method based on user-defined configuration

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101000677A (en) * 2007-01-19 2007-07-18 华为技术有限公司 Matching method and system of marketing business recommended
CN104166713A (en) * 2014-08-14 2014-11-26 百度在线网络技术(北京)有限公司 Network service recommending method and device
CN109064268A (en) * 2018-07-20 2018-12-21 中国建设银行股份有限公司 Business recommended method, apparatus, server-side and storage medium
CN110046963A (en) * 2019-04-12 2019-07-23 携程旅游网络技术(上海)有限公司 The recommended method and recommender system of related product based on air ticket order

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101000677A (en) * 2007-01-19 2007-07-18 华为技术有限公司 Matching method and system of marketing business recommended
CN104166713A (en) * 2014-08-14 2014-11-26 百度在线网络技术(北京)有限公司 Network service recommending method and device
CN109064268A (en) * 2018-07-20 2018-12-21 中国建设银行股份有限公司 Business recommended method, apparatus, server-side and storage medium
CN110046963A (en) * 2019-04-12 2019-07-23 携程旅游网络技术(上海)有限公司 The recommended method and recommender system of related product based on air ticket order

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112905625A (en) * 2021-03-09 2021-06-04 山东兆物网络技术股份有限公司 Recommendation mechanism-based rapid configuration method for data processing rules
CN113592332A (en) * 2021-08-06 2021-11-02 时代云英(重庆)科技有限公司 Low code service system and method based on user-defined configuration
CN113592332B (en) * 2021-08-06 2024-03-05 时代云英(深圳)科技有限公司 Low-code service system and method based on custom configuration

Similar Documents

Publication Publication Date Title
CN112069219A (en) Method and system for realizing service recommendation by configuring batch matching data
CN104462434A (en) Data inquiring method and device
CN110807085B (en) Fault information query method and device, storage medium and electronic device
CN110119292A (en) System operational parameters querying method, matching process, device and node device
CN107506383B (en) Audit data processing method and computer equipment
CN104462429B (en) The generation method and device of query sentence of database
CN109213758B (en) Data access method, device, equipment and computer readable storage medium
CN103324701A (en) Data searching device and method
CN104536997A (en) Method and device for data batch processing of client interface
CN108234233B (en) Log processing method and device
CN105096023A (en) System and method for pushing data relevant to working standard
CN111538825A (en) Knowledge question-answering method, device, system, equipment and storage medium
US11645272B2 (en) Method, system, device and medium for querying product history
CN105378724B (en) A kind of data query method, apparatus and system
CN113570428B (en) System for be used for online commodity uniformity screening
CN106649385B (en) Data reordering method and device based on HBase database
CN110555034B (en) Data query paging method, device, server and medium
CN110532267A (en) Determination method, apparatus, storage medium and the electronic device of field
CN110209694A (en) Data processing method and device
CN106959903A (en) Trap instruction Trap processing method and processing device
CN109684401A (en) Data processing method, device and system
CN109104297A (en) A kind of processing method and processing device of operation flow
CN110502350B (en) Node calling method and device, terminal and computer readable storage medium
CN107220327A (en) Data query method and system based on MongoDB, service terminal, memory
CN108833466B (en) System and method for publishing/subscribing traffic network space text

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