Commit a787587d authored by clone's avatar clone

bug

parent 2d65f91c
...@@ -1158,6 +1158,7 @@ class OrderLogService ...@@ -1158,6 +1158,7 @@ class OrderLogService
$cent_commission["name"] = $item["name"]; $cent_commission["name"] = $item["name"];
$cent_commission["phone"] = $item["phone"]; $cent_commission["phone"] = $item["phone"];
$cent_commission["should_commission"] = $item["should_commission"]; $cent_commission["should_commission"] = $item["should_commission"];
$cent_commission["scale_fee"] = $item["scale_fee"];
$key = 0; $key = 0;
$length = count($params); $length = count($params);
...@@ -1220,7 +1221,7 @@ class OrderLogService ...@@ -1220,7 +1221,7 @@ class OrderLogService
//分佣提成 o_partial_commission //分佣提成 o_partial_commission
$field_commission = "a.id,a.agent_id,a.role as roles,a.scale as scales,b.role,c.name,c.phone,b.scale,b.should_commission,b.confirm_date,b.create_time,b.real_fee,b.charity_fund, $field_commission = "a.id,a.agent_id,a.role as roles,a.scale as scales,a.scale_fee,b.role,c.name,c.phone,b.scale,b.should_commission,b.confirm_date,b.create_time,b.real_fee,b.charity_fund,
b.cash,b.practical_fee,b.service_charge"; b.cash,b.practical_fee,b.service_charge";
$cent_commission_arr = $bargainModel->selectBargainCommission($field_commission, [ "bargain_id" => $bargain_id ]); $cent_commission_arr = $bargainModel->selectBargainCommission($field_commission, [ "bargain_id" => $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