Ver código fonte

标准术语维护

zhaops 4 anos atrás
pai
commit
8a932ff8a6

+ 2 - 2
src/main/java/com/diagbot/facade/EntityInfoFacade.java

@@ -238,14 +238,14 @@ public class EntityInfoFacade {
                             entityInfo.getAgeRange(),
                             entityInfo.getAlias(),
                             entityInfo.getCategory(),
-                            entityInfo.getDep(),
+                            entityInfo.getDept(),
                             entityInfo.getGender());
                 } else {
                     yiBaoDiseaseNameRepository.create(entityInfo,
                             entityInfo.getAgeRange(),
                             entityInfo.getAlias(),
                             entityInfo.getCategory(),
-                            entityInfo.getDep(),
+                            entityInfo.getDept(),
                             entityInfo.getGender());
                 }
                 break;