补充注释

This commit is contained in:
LeoLee
2021-12-11 16:19:26 +08:00
parent 0dab06c803
commit 1584644a79

View File

@@ -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);
}