From 6b0bf514e3155082a1c357a1f6569617984bf8cb Mon Sep 17 00:00:00 2001 From: haown <454902499@qq.com> Date: Fri, 10 Nov 2023 17:36:44 +0800 Subject: [PATCH] =?UTF-8?q?update=3D=3D=3D>:=E5=90=88=E5=B9=B6=E5=86=B2?= =?UTF-8?q?=E7=AA=81=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../manage/service/chatrecord/impl/ChatRecordServiceImpl.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/xinelu-nurse-manage/src/main/java/com/xinelu/manage/service/chatrecord/impl/ChatRecordServiceImpl.java b/xinelu-nurse-manage/src/main/java/com/xinelu/manage/service/chatrecord/impl/ChatRecordServiceImpl.java index e371c48..061a5f7 100644 --- a/xinelu-nurse-manage/src/main/java/com/xinelu/manage/service/chatrecord/impl/ChatRecordServiceImpl.java +++ b/xinelu-nurse-manage/src/main/java/com/xinelu/manage/service/chatrecord/impl/ChatRecordServiceImpl.java @@ -25,7 +25,6 @@ import com.xinelu.manage.dto.chatrecord.MessageSearchDto; import com.xinelu.manage.mapper.chatrecord.ChatRecordMapper; import com.xinelu.manage.service.chatrecord.IChatRecordService; import com.xinelu.manage.service.chatrecordread.IChatRecordReadService; -import com.xinelu.manage.service.chatrecordread.IChatRecordReadService; import com.xinelu.manage.service.hospitalpersoninfo.IHospitalPersonInfoService; import com.xinelu.manage.vo.chatrecord.MessageCenterVo; import com.xinelu.manage.vo.chatrecord.MessageVo; @@ -60,8 +59,6 @@ public class ChatRecordServiceImpl implements IChatRecordService { @Resource private IChatRecordReadService chatRecordReadService; @Resource - private IPatientInfoService patientInfoService; - @Resource private HttpService httpService; /**