平台收入测试
This commit is contained in:
@@ -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),
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user