jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/queue/QueueServiceTxFunctions.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/queue/QueueServiceTxFunctions.java
@@ -240,7 +240,7 @@ // 常规 或者 领用 时 医生 取下一位患者 public ErrorCode nextPatient(Long roomId, String bedNo) { // 从 DB 把 序号最小的 [就诊准备中] 的人 设置为 [就诊中] (或领用中) // 从 DB 把该工位.序号最小的 [就诊准备中] 的人 设置为 [就诊中] (或领用中) Integer updateNum = queueMapper.updateBedQueueStatus(roomId, bedNo, QueueStatusEnum.READY.getStatus(), QueueStatusEnum.ONSTAGE.getStatus()); // 该工位 没有 [就诊准备中] 人员