Quellcode durchsuchen

查体指标、查体结果推送增加conceptId

Zhaops vor 5 Jahren
Ursprung
Commit
78eb059ad4

+ 1 - 0
aipt-service/src/main/java/com/diagbot/util/ParamConvertUtil.java

@@ -106,6 +106,7 @@ public class ParamConvertUtil {
                 type = ConceptTypeEnum.Other.getKey();
                 break;
             case VITAL_INDEX:
+            case VITAL_RESULT:
                 type = ConceptTypeEnum.Vital.getKey();
                 break;
             case LIS_PACKAGE: