Commit 74361698 authored by zw's avatar zw

多条控制

parent eaeb4c2d
...@@ -427,6 +427,7 @@ class OPayLogModel extends Model ...@@ -427,6 +427,7 @@ class OPayLogModel extends Model
->join("o_bargain c", "c.order_id = b.id", "left") ->join("o_bargain c", "c.order_id = b.id", "left")
->join("o_report d", "a.report_id = d.id", "left") ->join("o_report d", "a.report_id = d.id", "left")
->where($params) ->where($params)
->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