Commit 8805d04e authored by hujun's avatar hujun

更新数据

parent 87bf8f58
......@@ -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