Commit efae3c62 authored by hujun's avatar hujun

bargain_id

parent b22bf5ef
......@@ -3758,6 +3758,10 @@ class Finance extends Basic
$save_data['money'] = $this->params['money'];
$save_data['receipt_number'] = isset($this->params['receipt_number'])? $this->params['receipt_number']:'';
$save_data['pay_type'] = $this->params['pay_type'];
if (!empty($this->params['bargain_id'])) {
$save_data['bargain_id'] = $this->params['bargain_id'];
}
}
// $m_pay_log = new OPayLogAdjustment();
......
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