平台收入测试

This commit is contained in:
2024-12-04 10:45:49 +08:00
parent a006f60672
commit 26bcb79648

View File

@@ -773,7 +773,7 @@ class DoctorController extends BaseAdminController
return [
'order_sale' => $total['total_sale_price'] ?? 0,
'store_income' => bcsub($total['total_sale_price'], $total['total_market_price'], 4),
'store_income' => bcsub($total['total_sale_price'], $total['total_market_price'], 2),
];
}
}