瀏覽代碼

Wesmiler 校企小程序 更新 6.22

wesmiler 3 年之前
父節點
當前提交
2d7364133e
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/api/model/Imchat.php

+ 1 - 0
app/api/model/Imchat.php

@@ -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);