|
|
|
@@ -157,8 +157,7 @@ public class ActiveLearnServiceImpl implements ActiveLearnService { |
|
|
|
throw new RuntimeException("转换流水线失败"); |
|
|
|
} |
|
|
|
Map<String, Object> converMap = JsonUtils.jsonToMap(convertRes); |
|
|
|
String convertResData = (String) converMap.get("data"); |
|
|
|
if (StringUtils.isEmpty(convertResData)) { |
|
|
|
if (converMap.get("data") == null) { |
|
|
|
throw new RuntimeException("转换流水线失败"); |
|
|
|
} |
|
|
|
|
|
|
|
|