From d88aeadb43f3aa1ce9fe6a358c5466e721a53038 Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期二, 08 四月 2025 22:41:19 +0800 Subject: [PATCH] just refactopr 工位信息维护 分流队列维护 --- jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/callingscreen/CallingScreenService.java | 19 +++++-------------- 1 files changed, 5 insertions(+), 14 deletions(-) diff --git a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/callingscreen/CallingScreenService.java b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/callingscreen/CallingScreenService.java index bb9d394..9cba6af 100644 --- a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/callingscreen/CallingScreenService.java +++ b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/callingscreen/CallingScreenService.java @@ -1,21 +1,12 @@ package cn.lihu.jh.module.ecg.service.callingscreen; -import cn.lihu.jh.framework.common.exception.ErrorCode; -import cn.lihu.jh.framework.common.pojo.CommonResult; -import cn.lihu.jh.framework.common.pojo.PageResult; -import cn.lihu.jh.module.ecg.controller.admin.queue.vo.PatientStatisticVO; -import cn.lihu.jh.module.ecg.controller.admin.queue.vo.QueuePageReqVO; -import cn.lihu.jh.module.ecg.controller.admin.queue.vo.QueueSaveReqVO; -import cn.lihu.jh.module.ecg.controller.admin.room.vo.MonitorInfoVO; -import cn.lihu.jh.module.ecg.controller.admin.room.vo.RoomRespVO; import cn.lihu.jh.module.ecg.dal.dataobject.queue.QueueDO; -import javax.validation.Valid; import java.util.List; import java.util.Map; /** - * 鎺掗槦 Service 鎺ュ彛 + * 鍙彿灞� Service 鎺ュ彛 * * @author 鑺嬮亾婧愮爜 */ @@ -23,9 +14,9 @@ void setBigScreenConfig(BigScreenConfig bigScreenConfig); - Map<Integer, List<QueueDO>> callingData(); + Map<Integer, List<String>> getDisplayColInfo(); + Map<Integer, List<QueueDO>> getBigScreenPatient(); - List<QueueDO> getRoomQueue(String ip, List<Byte> statusList); - - ErrorCode markCalled(String patientId); + List<QueueDO> getRoomCheckRelatedPatient(String ip); + List<QueueDO> getRoomInstallRelatedPatient(String ip); } -- Gitblit v1.9.3