update 幸运值90天限定为7天bug修改

This commit is contained in:
yyb
2025-05-28 16:26:52 +08:00
parent d098702af7
commit 9904fbeb24
5 changed files with 12 additions and 21 deletions

View File

@@ -216,6 +216,8 @@ public class StompServiceImpl implements StompService {
* @return
*/
public void customerCloseRoom(String userName){
//目前配置只配置了一个客服,如果多个关闭消息,需同时发送多个客服
System.out.println("当前配置的客服"+webSocketConfig.getDefaultCustomerEmail());
messagingTemplate.convertAndSendToUser(
webSocketConfig.getDefaultCustomerEmail(),
Destination.QUEUE_CLOSE_ROOM + webSocketConfig.getDefaultCustomerEmail(),userName);