Commit e0d5ad5c authored by zw's avatar zw

多条控制

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