mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 20:22:07 +08:00
优化测试脚本
This commit is contained in:
@@ -27,11 +27,11 @@
|
||||
|
||||
<node id="s2" name="选择脚本" type="switch_script" language="groovy">
|
||||
<![CDATA[
|
||||
count = defaultContext.getData("count");
|
||||
count = defaultContext.getData("count")
|
||||
if(count > 100){
|
||||
return "a";
|
||||
return "a"
|
||||
}else{
|
||||
return "b";
|
||||
return "b"
|
||||
}
|
||||
]]>
|
||||
</node>
|
||||
|
||||
Reference in New Issue
Block a user