Commit 60451a34 authored by clone's avatar clone

bug

parent 2c5732a8
...@@ -661,6 +661,7 @@ class OReportModel extends Model ...@@ -661,6 +661,7 @@ class OReportModel extends Model
->join("o_order b", "a.id = b.f_id", "left") ->join("o_order b", "a.id = b.f_id", "left")
->join('g_houses d', 'b.house_id = d.id', 'left') ->join('g_houses d', 'b.house_id = d.id', 'left')
->where($where_) ->where($where_)
->group("a.id")
->select(); ->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