修复多个执行动作未生效问题
This commit is contained in:
parent
6a5d23e9cb
commit
0b007e721d
|
|
@ -93,6 +93,7 @@ public class DeviceAlarmModelParser implements RuleModelParserStrategy {
|
|||
if (!StringUtils.hasText(operation.getExecutor())) {
|
||||
continue;
|
||||
}
|
||||
index++;
|
||||
RuleNodeModel action = new RuleNodeModel();
|
||||
action.setId("device_alarm_action:" + index);
|
||||
action.setName("执行动作:" + index);
|
||||
|
|
|
|||
Loading…
Reference in New Issue