|
|
@@ -444,6 +444,7 @@ public class TriggerDeviceUtil {
|
|
|
Expression expression = identifierCondition.getExpression();
|
|
|
boolean meetCondition = isMeetCondition(currValue, condition, expression.getX(), expression.getY());
|
|
|
if (meetCondition) {
|
|
|
+ identifierCondition.setValue(String.valueOf(currValue));
|
|
|
meetConstraintConditionList.add(identifierCondition);
|
|
|
}
|
|
|
|