Commit 85f2a8da authored by zw's avatar zw

bug

parent 66a84a40
......@@ -460,7 +460,7 @@ class OPayLogModel extends Model
{
return $this->db_->field($filed)
->alias("a")
->join("o_paylog_adjustment b", "a.id = b.pay_log_id", "right")
->join("o_paylog_adjustment b", "a.id = b.paylog_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