Commit bffae69c authored by hujun's avatar hujun

money

parent 477febea
...@@ -3517,6 +3517,7 @@ class Finance extends Basic ...@@ -3517,6 +3517,7 @@ class Finance extends Basic
$save_data['id'] = $this->params['pay_id']; $save_data['id'] = $this->params['pay_id'];
$save_data['income_time'] = $this->params['income_time']; $save_data['income_time'] = $this->params['income_time'];
$save_data['real_money'] = $this->params['real_money']; $save_data['real_money'] = $this->params['real_money'];
$save_data['money'] = $this->params['money'];
$save_data['transaction_fee'] = $this->params['transaction_fee']; $save_data['transaction_fee'] = $this->params['transaction_fee'];
$save_data['last_transfer_time'] = $this->params['last_transfer_time']; $save_data['last_transfer_time'] = $this->params['last_transfer_time'];
$save_data['type_ext'] = empty($this->params['type_ext']) ? 0 : 1; $save_data['type_ext'] = empty($this->params['type_ext']) ? 0 : 1;
......
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