Commit 994c1fa0 authored by clone's avatar clone

bug

parent 49d699cf
......@@ -217,6 +217,7 @@ class MPushMessage
$this->db_
->field($field)
->where($params)
->order(" id desc")
->page($page_no)
->limit($page_size)
->select();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment