Commit 37681779 authored by hujun's avatar hujun

be_charged_party

parent 50ef693b
......@@ -3460,6 +3460,7 @@ class Finance extends Basic
$save_data['received_money'] = empty($this->params['received_money']) ? 0 : $this->params['received_money'];
$save_data['type_ext'] = empty($this->params['type_ext']) ? 0 : $this->params['type_ext'];
$save_data['is_dividend'] = empty($this->params['is_dividend']) ? 0 : $this->params['is_dividend'];
$save_data['be_charged_party'] = empty($this->params['be_charged_party']) ? 0 : $this->params['be_charged_party'];
$m_pay->updatePayLog($save_data);
if (isset($this->params['is_open']) && !empty($this->params['bargain_id'])) {
......
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