|
@@ -733,7 +733,7 @@ public class PushProcess {
|
|
|
}
|
|
|
}
|
|
|
// 量表
|
|
|
- if (ruleTypeList.contains("11")) {
|
|
|
+ if (ruleTypeList.contains("12")) {
|
|
|
if (map.get(LexiconEnum.Scale.getKey()) != null) {
|
|
|
List<String> list = map.get(LexiconEnum.Scale.getKey()).stream().map(r -> r.getSonName()).collect(Collectors.toList());
|
|
|
// CoreUtil.removeRepeat(list, filterMap.get(StandConvertEnum.operation.toString())); // 过滤界面已有
|
|
@@ -818,7 +818,7 @@ public class PushProcess {
|
|
|
relationType.add(RelationshipEnum.R507.getKey()); // 手术
|
|
|
}
|
|
|
}
|
|
|
- if (ruleTypeList.contains("11")) {
|
|
|
+ if (ruleTypeList.contains("12")) {
|
|
|
relationType.add(RelationshipEnum.R509.getKey()); // 量表
|
|
|
}
|
|
|
reverseVO.setRelationType(relationType);
|