Commit 80f62b07 authored by zhuwei's avatar zhuwei

bug

parent cb975061
...@@ -106,7 +106,7 @@ class PerformanceInfo extends Basic ...@@ -106,7 +106,7 @@ class PerformanceInfo extends Basic
foreach ($return as $key => $val) { foreach ($return as $key => $val) {
//成交报告ID //成交报告ID
$return[$key]['bargain_id'] = $val["practical_fee"] == 0 ? $val["id"] : $val["father_id"]; $return[$key]['bargain_id'] = $val["father_id"] == 0 ? $val["id"] : $val["father_id"];
//分佣ID //分佣ID
$return[$key]['commission_id'] = $val["id"] ; $return[$key]['commission_id'] = $val["id"] ;
$return[$key]['practical_fee'] = $val["practical_fee"] ? $val["practical_fee"] : 0 ; $return[$key]['practical_fee'] = $val["practical_fee"] ? $val["practical_fee"] : 0 ;
......
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