|
@@ -217,7 +217,7 @@ public class TriageService {
|
|
|
WebSocketServer.sendFloorTriageMessage(notifyRelation.getSocketSid(), msg);
|
|
|
WebSocketServer.sendRoomTriageMessage(notifyRelation.getRoomCode(), msg);
|
|
|
dao.updateNotifyDatetime(param.getSerialNo());
|
|
|
- // todo 下面这一部分在完成迁移后删除
|
|
|
+ // todo 下面这一部分在完成迁移后删除,目前诊室门口小屏还是连的老分诊系统
|
|
|
RestTemplate template = new RestTemplate();
|
|
|
String result;
|
|
|
try {
|