Commit d692de33 authored by hujun's avatar hujun

db_

parent 10480c23
......@@ -326,7 +326,7 @@ class ORefundModel extends BaseModel{
* @return ORefundModel
*/
public function updateData($data, $where) {
return $this->where($where)->update($data);
return $this->db_->where($where)->update($data);
}
/**
......
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