Commit 3122ed10 authored by hujun's avatar hujun

成交报告-转回一级审核

parent f78907b9
......@@ -1219,6 +1219,8 @@ class Finance extends Basic
$data = $m_financial->editData($data, $this->params['bargain_id'], 'bargain_id');
$m_bargain = new OBargainModel();
$update_data['status'] = 10;
$update_data['audit_level'] = 0;
$m_bargain->updateBargainById($this->params['bargain_id'], [ 'status' => 10 ]);
$msg = '';
if ($data > 0) {
......
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