mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-06-12 17:51:04 +08:00
更新日志信息
This commit is contained in:
@@ -120,7 +120,7 @@ public class LiteFlowChainELBuilder {
|
||||
|
||||
public LiteFlowChainELBuilder setEL(String elStr) {
|
||||
if (StrUtil.isBlank(elStr)) {
|
||||
String errMsg = StrUtil.format("no conditionList in this chain[{}]", chain.getChainId());
|
||||
String errMsg = StrUtil.format("no content in this chain[{}]", chain.getChainId());
|
||||
throw new FlowSystemException(errMsg);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user