Commit 73c01599 authored by hujun's avatar hujun

1

parent fccd4bcd
...@@ -1552,7 +1552,6 @@ class Finance extends Basic ...@@ -1552,7 +1552,6 @@ class Finance extends Basic
$financial_data['order_id'] = $bargain_data[0]['order_id']; $financial_data['order_id'] = $bargain_data[0]['order_id'];
$financial_data['status'] = 0; $financial_data['status'] = 0;
$financial_data['source'] = 3; $financial_data['source'] = 3;
$financial_data['order_no'] = 0;
$financial_data['audit_level'] = 0; $financial_data['audit_level'] = 0;
$financial_data['remark'] = $this->params['remark']; $financial_data['remark'] = $this->params['remark'];
$financial_data['audit_id'] = $this->userId; $financial_data['audit_id'] = $this->userId;
......
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