Browse Source

修正转化错误

gaodm 6 years atrás
parent
commit
58448ca7d1

+ 2 - 2
knowledgeman-service/src/main/java/com/diagbot/util/ParamConvertUtil.java

@@ -36,7 +36,7 @@ public class ParamConvertUtil {
                 libType = LexiconTypeEnum.LIS_TABLES.getKey();
                 break;
             case Pacs:
-                libType = LexiconTypeEnum.PACS_ITEMS.getKey();
+                libType = LexiconTypeEnum.PACS_PACKAGE.getKey();
                 break;
             case Disease:
                 libType = LexiconTypeEnum.DIAGNOSIS.getKey();
@@ -94,7 +94,7 @@ public class ParamConvertUtil {
             case LIS_TABLES:
                 type = ConceptTypeEnum.LIS_TABLES.getKey();
                 break;
-            case PACS_ITEMS:
+            case PACS_PACKAGE:
                 type = ConceptTypeEnum.Pacs.getKey();
                 break;
             case DIAGNOSIS: