Commit 764e444e authored by clone's avatar clone

1

parent 7d2cebec
......@@ -58,7 +58,7 @@ class OfficeOrderModel extends Model
->field($filed)
->alias("a")
->join("office_g_room b", "a.house_id = b.id", "left")
->join("office_g_building c", "a.id = b.building_id", "left")
->join("office_g_building c", "c.id = b.building_id", "left")
->where($where_)
->select();
//echo $this->db_->getLastSql();
......
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