Commit 585c3f83 authored by clone's avatar clone

bug

parent 8f4bf208
......@@ -102,8 +102,8 @@ class JournalAccounts extends Model
->alias("a")
->join('applies b','a.apply_id = b.id' ,'LEFT')
->where($params)
->order($order_)
->group("a.apply_id")
->order($order_)
->limit($pageSize)
->page($pageNo)
->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