Commit eaa1e8f4 authored by hujun's avatar hujun

Merge branch '0813-v2.7.0' into test

parents 437775cb 8805d04e
......@@ -1221,7 +1221,7 @@ class Finance extends Basic
$m_bargain = new OBargainModel();
$update_data['status'] = 10;
$update_data['audit_level'] = 0;
$m_bargain->updateBargainById($this->params['bargain_id'], [ 'status' => 10 ]);
$m_bargain->updateBargainById($this->params['bargain_id'], $update_data);
$msg = '';
if ($data > 0) {
$code = 200;
......
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