|
|
@@ -63,7 +63,7 @@ class ChatController extends Backend
|
|
|
if($type == 2){
|
|
|
$list = $this->service->getDataList($params, $pageSize);
|
|
|
}else{
|
|
|
- $list = $this->service->getWaitList($params, $pageSize);
|
|
|
+ $list = $this->service->getNewList($params, $pageSize);
|
|
|
}
|
|
|
|
|
|
$userId = $this->userInfo['user_type']==2? $this->userInfo['user_id'] : 1;
|