Commit c65e61bc authored by hujun's avatar hujun

时间轴-撤销成交报告

parent f1ba7e85
......@@ -1550,7 +1550,7 @@ class Finance extends Basic
$financial_data['agent_id'] = $bargain_data[0]['agent_id'];
$financial_data['order_no'] = $bargain_data[0]['order_no'];
$financial_data['order_id'] = $bargain_data[0]['order_id'];
$financial_data['status'] = 0;
$financial_data['status'] = 1;
$financial_data['source'] = 3;
$financial_data['audit_level'] = 0;
$financial_data['remark'] = empty($this->params['remark']) ? "" : $this->params['remark'];
......
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