mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 20:22:07 +08:00
修改为支持自定义过滤
This commit is contained in:
@@ -3,9 +3,7 @@ liteflow.rule-source-ext-data={\
|
||||
"chainTableName":"EL_TABLE",\
|
||||
"chainApplicationNameField":"application_name",\
|
||||
"chainNameField":"chain_name",\
|
||||
"customFilterTypeField":"custom_filter_type",\
|
||||
"customFilterOperator":"LIKE",\
|
||||
"customFilterType":"%biz1",\
|
||||
"customFilterType":"custom_filter_type = 'biz1'",\
|
||||
"elDataField":"EL_DATA",\
|
||||
"scriptTableName":"script_node_table",\
|
||||
"scriptApplicationNameField":"application_name",\
|
||||
|
||||
@@ -3,9 +3,7 @@ liteflow.rule-source-ext-data={\
|
||||
"chainTableName":"EL_TABLE",\
|
||||
"chainApplicationNameField":"application_name",\
|
||||
"chainNameField":"chain_name",\
|
||||
"customFilterTypeField":"custom_filter_type",\
|
||||
"customFilterOperator":"LIKE",\
|
||||
"customFilterType":"%biz2",\
|
||||
"customFilterType":"custom_filter_type = 'biz2' ",\
|
||||
"elDataField":"EL_DATA",\
|
||||
"scriptTableName":"script_node_table",\
|
||||
"scriptApplicationNameField":"application_name",\
|
||||
|
||||
Reference in New Issue
Block a user