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; /**