|
|
@@ -63,6 +63,7 @@ class Imchat extends ImchatModel
|
|
|
->field($this->name.".*")
|
|
|
->group($this->name.'.chat_key')
|
|
|
->order($this->name.'.sendtime','desc')
|
|
|
+ ->order($this->name.'.is_push desc,'.$this->name.'.sendtime','desc')
|
|
|
->paginate($listRows);
|
|
|
|
|
|
return $this->setListDataFromApi($list, $param);
|