1
This commit is contained in:
@@ -257,7 +257,7 @@ class DoctorAccountService extends BaseService
|
||||
$order_inquiry = OrderInquiry:: getDoctorOrderInquiryPage($params, $fields,$page,$per_page);
|
||||
if (!empty($order_inquiry['data'])) {
|
||||
foreach ($order_inquiry['data'] as &$item) {
|
||||
$item['amount_total'] = ceil($item['total_amount'] * 0.75 * 100) / 100;
|
||||
$item['expected_amount_total'] = ceil($item['amount_total'] * 0.75 * 100) / 100;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user