大屏websocket修改

This commit is contained in:
wanghao
2025-12-13 18:31:40 +08:00
parent 3bc6566f2d
commit 08b487accf
2 changed files with 2 additions and 0 deletions
@@ -32,6 +32,7 @@ public class EmergencySocket {
private Integer popType;
private String queue;
private String noticeId;
private String workNo;
@Schema(title = "关爱联络员姓名")
private String careLiaisonName;
@@ -713,6 +713,7 @@ public class EmergencyApiServiceImpl implements EmergencyApiService {
socket.setPopType(1);
}
orderMapper.insert(order);
socket.setWorkNo(loginUser.getWorkNo());
socket.setType(emergencyCall.getCallType());
socket.setCenterId(emergencyCall.getCenterId());
socket.setOrgCode(loginUser.getOrgCode());