diff --git a/healthlink-his-server/healthlink-his-domain/src/main/java/com/healthlink/his/administration/service/impl/EncounterLocationServiceImpl.java b/healthlink-his-server/healthlink-his-domain/src/main/java/com/healthlink/his/administration/service/impl/EncounterLocationServiceImpl.java index b8b380af2..8e88c2afa 100755 --- a/healthlink-his-server/healthlink-his-domain/src/main/java/com/healthlink/his/administration/service/impl/EncounterLocationServiceImpl.java +++ b/healthlink-his-server/healthlink-his-domain/src/main/java/com/healthlink/his/administration/service/impl/EncounterLocationServiceImpl.java @@ -45,8 +45,7 @@ public class EncounterLocationServiceImpl extends ServiceImpl queryWrapper = new LambdaQueryWrapper<>(); queryWrapper.eq(EncounterLocation::getEncounterId, encounterLocation.getEncounterId()) - .eq(EncounterLocation::getFormEnum, encounterLocation.getFormEnum()) - // 状态为使用中 + .eq(EncounterLocation::getFormEnum, encounterLocation.getFormEnum()); // 查询是否存在记录 EncounterLocation existingRecord = baseMapper.selectOne(queryWrapper); @@ -168,9 +167,7 @@ public class EncounterLocationServiceImpl extends ServiceImpl