Commit a4995892 authored by hujun's avatar hujun

model

parent 104a95e1
......@@ -89,7 +89,7 @@ class OfficeOFinancialAudit extends BaseModel
// $data['is_del'] = 1; //去除之前的审核记录
// $this->editData($data, $bargain_id, 'bargain_id');
$m_bargain = new OBargainModel();
$m_bargain = new OfficeOBargainModel();
$update_data['status'] = 20;
$update_data['audit_level'] = 0;
$update_data['content'] = $params['content']; //撤销原因
......
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