|
@@ -247,7 +247,7 @@ public class PreProcess {
|
|
|
}
|
|
|
} else { maxmatch = false; }
|
|
|
|
|
|
- if (minmatch ==true && maxmatch==true) {
|
|
|
+ if (minmatch || maxmatch) {
|
|
|
StringBuffer rulesContent = new StringBuffer();
|
|
|
StringBuffer append = rulesContent.append(rule.getIdx_name()).append(rule.getMin_operator()).append(rule.getMin_value()).append(rule.getMin_unit())
|
|
|
.append(rule.getMax_operator()).append(rule.getMax_value()).append(rule.getMax_unit());
|