|
@@ -430,7 +430,7 @@ public class PushProcess {
|
|
|
if (featureType.contains("9")) {
|
|
|
relationType.add(RelationshipEnum.R507.getKey()); // 手术
|
|
|
}
|
|
|
- if (featureType.contains("12")) {
|
|
|
+ if (featureType.contains("13")) {
|
|
|
relationType.add(RelationshipEnum.R510.getKey()); // 护理
|
|
|
}
|
|
|
reverseVO.setRelationType(relationType);
|