mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 12:12:08 +08:00
优化代码
This commit is contained in:
@@ -243,7 +243,7 @@ public class JDBCHelper {
|
||||
}
|
||||
|
||||
if (!ScriptTypeEnum.checkScriptType(language)) {
|
||||
throw new ELSQLException(StrUtil.format("The language value[{}] is error", language));
|
||||
throw new ELSQLException(StrUtil.format("The language value[{}] is invalid", language));
|
||||
}
|
||||
|
||||
result.add(StrUtil.format(NODE_ITEM_WITH_LANGUAGE_XML_PATTERN, XmlUtil.escape(id), XmlUtil.escape(name),
|
||||
|
||||
Reference in New Issue
Block a user