iailab-module-model/iailab-module-model-biz/src/main/java/com/iailab/module/model/api/MdkApiImpl.java
@@ -365,7 +365,7 @@ continue; } Object resultValue = result.get(stScheduleModelOutDTO.getResultKey()); String resultJson = JSON.toJSONString(resultValue.toString()); String resultJson = JSON.toJSONString(resultValue); //判断解析方式 ModelOutResultType modelOutResultType = ModelOutResultType.getEumByCode(stScheduleModelOutDTO.getResultType()); switch (modelOutResultType) {