From 8e334cd8961003ef29904e5868517cba2ae681bc Mon Sep 17 00:00:00 2001 From: shiyang Date: Tue, 12 Apr 2022 20:35:39 +0800 Subject: [PATCH] update --- .../talkonlineweb/service/impl/LymsHisInfoServiceImpl.java | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) 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