diff --git a/app/manager/controller/SellInfo.php b/app/manager/controller/SellInfo.php index 8de13db..a7afb25 100644 --- a/app/manager/controller/SellInfo.php +++ b/app/manager/controller/SellInfo.php @@ -116,7 +116,7 @@ class SellInfo extends Controller //蘑菇 $cost_mogu_data = round($mogu_cost-$mogu_refund_cost,2); //其他营业额 - $cost_not_mogu_data = round($all_cost-$mogu_cost-$refund,2); + $cost_not_mogu_data = round($user_cost-$mogu_cost-$refund,2); $data['cost_mogu'] = "蘑菇营业额($cost_mogu_data)"; $data['cost_not_mogu'] = "其他营业额($cost_not_mogu_data)";