@Service(value="customerManaService") public class CustomerManaServiceImpl extends Object implements ICustomerManaService
Constructor and Description |
---|
CustomerManaServiceImpl() |
Modifier and Type | Method and Description |
---|---|
List<ServiceRecord> |
getAllSerRec(User user)
查询用户所有的被服务记录
|
boolean |
isHaveNewMsg(Chat chat)
用户的本次会话是否有新消息
|
public List<ServiceRecord> getAllSerRec(User user)
getAllSerRec
in interface ICustomerManaService
user
- public boolean isHaveNewMsg(Chat chat) throws Exception
isHaveNewMsg
in interface ICustomerManaService
chat
- 会话Exception
Copyright © 2019. All rights reserved.