mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-21 09:58:09 +08:00
补充注释
This commit is contained in:
@@ -433,11 +433,13 @@ public class FlowExecutor {
|
||||
}
|
||||
|
||||
if (!isInnerChain) {
|
||||
//对param进行判空,如果为null,则不进行slot设置
|
||||
if (null != param) {
|
||||
slot.setRequestData(param);
|
||||
}
|
||||
slot.setChainName(chainId);
|
||||
} else {
|
||||
//对param进行判空,如果为null,则不进行slot设置
|
||||
if (null != param) {
|
||||
slot.setChainReqData(chainId, param);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user