|
@@ -79,6 +79,9 @@ public class PretreatmentRule {
|
|
|
for (PreResult result : preResultList) {
|
|
|
//规则库中匹配
|
|
|
if (kl_rule_filter_map.get(result.getUniqueName()) != null) {
|
|
|
+ if(StringUtils.isEmpty(result.getValue()) && !StringUtils.isEmpty(result.getOtherValue())) {
|
|
|
+ result.setValue(result.getOtherValue());
|
|
|
+ }
|
|
|
List<Rule> rules = kl_rule_filter_map.get(result.getUniqueName());
|
|
|
if (rules == null) {
|
|
|
continue;
|