跟进维护

This commit is contained in:
“wanyongkang”
2023-08-10 19:14:36 +08:00
parent 227552f438
commit f87102ee42

View File

@@ -116,7 +116,7 @@ class SellInfo extends Controller
//蘑菇
$cost_mogu_data = round($mogu_cost-$mogu_refund_cost,2);
//其他营业额
$cost_not_mogu_data = round($user_cost-$mogu_cost-$refund,2);
$cost_not_mogu_data = round($user_cost-$cost_mogu_data-$refund,2);
$data['cost_mogu'] = "蘑菇营业额($cost_mogu_data)";
$data['cost_not_mogu'] = "其他营业额($cost_not_mogu_data)";