Commit 779a888f authored by zw's avatar zw

Merge branch 'test'

parents 4c9e5632 6352c8e8
......@@ -369,7 +369,7 @@ class OBargainModel extends Model
->join('o_order c', 'a.order_id = c.id', 'left')
->join('g_houses d', 'c.house_id = d.id', 'left')
->join('o_partial_commission e', 'a.id = e.bargain_id', 'left')
->join('o_paylog f', 'a.id = f.bargain_id', 'left')
//->join('o_paylog f', 'a.id = f.bargain_id', 'left')
->where($params)
->order($order_)
->limit($pageSize)
......
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