|
@@ -208,10 +208,7 @@ public class ConceptInfoFacade extends ConceptInfoServiceImpl {
|
|
|
if (map.containsKey(StaticTypeEnum.Lis.getName())) {
|
|
|
retList.addAll(map.get(StaticTypeEnum.Lis.getName()));
|
|
|
}
|
|
|
- } else if (map.containsKey(dic.getName())) {
|
|
|
- retList.addAll(map.get(dic.getName()));
|
|
|
- }
|
|
|
- if (dic.getName().equals("检查")) {
|
|
|
+ } else if (dic.getName().equals("检查")) {
|
|
|
if (map.containsKey(StaticTypeEnum.Pacs.getName())) {
|
|
|
retList.addAll(map.get(StaticTypeEnum.Pacs.getName()));
|
|
|
}
|