Commit 88b960fc authored by hujun's avatar hujun

分佣提成-新增

parent 1dbbb594
...@@ -678,6 +678,8 @@ class Finance extends Basic ...@@ -678,6 +678,8 @@ class Finance extends Basic
$update_arr[$i]['service_charge'] = $item['service_charge']; $update_arr[$i]['service_charge'] = $item['service_charge'];
$update_arr[$i]['charity_fund'] = $item['charity_fund']; $update_arr[$i]['charity_fund'] = $item['charity_fund'];
$update_arr[$i]['real_fee'] = $item['real_fee']; $update_arr[$i]['real_fee'] = $item['real_fee'];
$update_arr[$i]['scale'] = $item['scale'];
$update_arr[$i]['should_commission'] = $item['should_commission'];
$update_arr[$i]['operation_id'] = $this->userId; $update_arr[$i]['operation_id'] = $this->userId;
//确认分佣加时间 否则 只是保存分佣数据 //确认分佣加时间 否则 只是保存分佣数据
if ($this->params['is_account_commission'] == 1) { if ($this->params['is_account_commission'] == 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