潘志宝
8 天以前 daf4cb169867a2347c7ac8424ca8784bbca8e8a8
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) {