|
@@ -69,10 +69,11 @@ public class QCAnalysis {
|
|
log.error(queryVo.getBehospitalInfo().getBehospitalCode() + "-----" + "所有规则 耗时:" + (t4 - t3));
|
|
log.error(queryVo.getBehospitalInfo().getBehospitalCode() + "-----" + "所有规则 耗时:" + (t4 - t3));
|
|
|
|
|
|
outputInfo.setPageData(inputInfo.getPageData());
|
|
outputInfo.setPageData(inputInfo.getPageData());
|
|
- Map<String, Map<String, String>> result = outputInfo.getResult();
|
|
|
|
- Map<String, Map<String, String>> resultNew = Maps.newHashMap();
|
|
|
|
|
|
+ Map<String, Map<String, Object>> result = outputInfo.getResult();
|
|
|
|
+ Map<String, Map<String, Object>> resultNew = Maps.newHashMap();
|
|
result.keySet().forEach(key -> {
|
|
result.keySet().forEach(key -> {
|
|
if (result.get(key).get("status").equals("-1")) {
|
|
if (result.get(key).get("status").equals("-1")) {
|
|
|
|
+ result.get(key).remove("extData");
|
|
resultNew.put(key, result.get(key));
|
|
resultNew.put(key, result.get(key));
|
|
}
|
|
}
|
|
});
|
|
});
|