everywhere.z 1 år sedan
förälder
incheckning
1a4376870f

+ 1 - 0
liteflow-core/src/main/java/com/yomahub/liteflow/flow/element/condition/IteratorCondition.java

@@ -90,6 +90,7 @@ public class IteratorCondition extends LoopCondition {
                     if (ObjectUtil.isNotNull(breakItem)) {
                         breakItem.setCurrChainId(this.getCurrChainId());
                         setLoopIndex(breakItem, index);
+                        setCurrLoopObject(breakItem, itObj);
                         breakItem.execute(slotIndex);
                         boolean isBreak = breakItem.getItemResultMetaValue(slotIndex);
                         if (isBreak) {