Commit dab9578a authored by hujun's avatar hujun

增加字段

parent 54057df3
......@@ -3656,6 +3656,13 @@ class Finance extends Basic
$save_data['type'] = $this->params['type'];
}
if (!empty($this->params['order_id'])) {
$save_data['order_id'] = $this->params['order_id'];
}
if (!empty($this->params['report_id'])) {
$save_data['report_id'] = $this->params['report_id'];
}
$save_data['id'] = $this->params['pay_id'];
$save_data['income_time'] = $this->params['income_time'];
$save_data['real_money'] = $this->params['real_money'];
......
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