| | |
| | | import com.ruoyi.common.utils.uuid.IdUtils; |
| | | import com.ruoyi.system.service.ISysUserService; |
| | | import com.ruoyi.utils.websocket.util.WebSocketUtils; |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.context.ApplicationEventPublisher; |
| | | import org.springframework.stereotype.Service; |
| | |
| | | * @date 2024-07-03 |
| | | */ |
| | | @Service |
| | | @Slf4j(topic = "msgListener") |
| | | public class ArdCallHistoryServiceImpl implements IArdCallHistoryService { |
| | | @Resource |
| | | private ArdCallHistoryMapper ardCallHistoryMapper; |