dongyukun
2025-05-27 aacced0704fa8b388f02dee6ebff3182a7034192
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) {