Commit 7f6ad8d4 authored by clone's avatar clone

1

parent 21e42de4
......@@ -323,7 +323,7 @@ class OfficeOBargainModel extends Model
->join("office_o_order b", "a.order_id = b.id", "left")
->join("office_g_room c", "b.house_id = c.id", "left")
->join("office_g_building e", "e.id = c.building_id", "left")
->join("o_report d", "a.report_id = d.id", "left")
->join("office_o_report d", "a.report_id = d.id", "left")
->where($where_)
->whereOr($whereOr_)
->order("a.id asc")
......
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