Commit 4b2473c9 authored by zw's avatar zw

bug

parent 4768516e
......@@ -460,7 +460,7 @@ class OPayLogModel extends Model
{
return $this->db_->field($filed)
->alias("a")
->join("o_paylog_adjustment b", "a.order_id = b.id", "right")
->join("o_paylog_adjustment b", "a.id = b.pay_log_id", "right")
->join("o_order c", "a.order_id = c.id", "left")
->where($params)
->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