更新日志信息

This commit is contained in:
everywhere.z
2022-11-27 23:31:20 +08:00
parent 46072b0644
commit b9fe4c78d5

View File

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