Commit cf74d939 authored by clone's avatar clone

1

parent f85dd582
......@@ -657,6 +657,7 @@ class OPayLogModel extends Model
->join("o_order b", "a.order_id = b.id", "left")
->join("g_houses h", "b.house_id = h.id", "left")
->where($params)
->order("a.id desc")
->limit($page_size)
->page($page_no)
->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