|
|
@@ -105,7 +105,7 @@ public class WebSocketReceiver implements MessageListener {
|
|
|
obj.put("bankName", notaryOrder.getBankName());
|
|
|
obj.put("appUserId", appUserId);
|
|
|
obj.put("taskId", taskId);
|
|
|
- log.info("socket数据的推送给页面:" + notaryId);
|
|
|
+ log.info("当前业务编号: "+businessNo+",推送给的公证员:"+userName);
|
|
|
// AppSocketServer.sendInfo(webSocket, obj.toString(), userDto.getUsername());
|
|
|
// 这里保证,只有空闲的才推送,
|
|
|
JSONObject bindnotary = new JSONObject();
|