Commit f6165c53 authored by clone's avatar clone

1

parent d9ebd2d2
......@@ -526,7 +526,7 @@ class OfficeOPayLogModel extends Model
public function getAdjustmentSum($filed,$params){
return $this->db_
->alias('a')
->join('o_paylog_adjustment b','a.id=b.paylog_id')
->join('office_o_paylog_adjustment b','a.id=b.paylog_id')
->where($params)
->sum($filed);
}
......
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