Commit 85f2a8da authored by zw's avatar zw

bug

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