|
|
|
@ -261,7 +261,6 @@ public class CommomService {
|
|
|
|
String mapKey = "admin" + "_" + patientId;
|
|
|
|
String mapKey = "admin" + "_" + patientId;
|
|
|
|
CACHE_MAP.put(mapKey, filePaths);
|
|
|
|
CACHE_MAP.put(mapKey, filePaths);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
List<String> commomTrees = archiveDetailMapper.getPDFRATH(patientId, scanPages);
|
|
|
|
List<String> commomTrees = archiveDetailMapper.getPDFRATH(patientId, scanPages);
|
|
|
|
if (!commomTrees.isEmpty()) {
|
|
|
|
if (!commomTrees.isEmpty()) {
|
|
|
|
@ -273,6 +272,7 @@ public class CommomService {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//脐血库显示pdf
|
|
|
|
//脐血库显示pdf
|
|
|
|
|