diff --git a/talkonlineweb/src/main/java/com/lyms/talkonlineweb/service/impl/LymsHisInfoServiceImpl.java b/talkonlineweb/src/main/java/com/lyms/talkonlineweb/service/impl/LymsHisInfoServiceImpl.java index f7cc436..2ac6594 100644 --- a/talkonlineweb/src/main/java/com/lyms/talkonlineweb/service/impl/LymsHisInfoServiceImpl.java +++ b/talkonlineweb/src/main/java/com/lyms/talkonlineweb/service/impl/LymsHisInfoServiceImpl.java @@ -29,10 +29,6 @@ import java.util.*; public class LymsHisInfoServiceImpl extends ServiceImpl implements LymsHisInfoService{ - @Value("${patient.hospitalName}")//配置yml 医院名称 - public String hospitalName; - @Value("${patient.hospital}")//配置yml 医院id - public Integer hospital; @Autowired private LymsDictService lymsDictService; @Autowired @@ -91,7 +87,7 @@ public class LymsHisInfoServiceImpl extends ServiceImpl lymsDoctors = lymsDoctorService.list(Wrappers.query(doctor)); @@ -170,8 +166,8 @@ public class LymsHisInfoServiceImpl extends ServiceImpl