mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 12:12:08 +08:00
6 lines
93 B
Groovy
6 lines
93 B
Groovy
Integer count = slot.getData("count")
|
|
if(count > 100){
|
|
return "a"
|
|
}else{
|
|
return "b"
|
|
} |