[server] 修复bug
This commit is contained in:
@@ -55,6 +55,7 @@ public class OMHandlerExecutor extends AbstractOctopusMessageHandler {
|
||||
return true;
|
||||
}
|
||||
|
||||
// 只有 在预先定义的脚本缓存中查找到 才执行 功能类型
|
||||
String executionType = executionMessage.getType();
|
||||
if (ALL_FUNCTION_MAP.containsKey(executionType)) {
|
||||
// execute the exist function
|
||||
|
||||
Reference in New Issue
Block a user