工业互联网平台2.0版本后端代码
潘志宝
2025-05-27 e016e05c506a9f9957de1e5965b319cd4d744c8f
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) {