|
|
@@ -65,7 +65,6 @@ class PurchaseClearClass extends BaseClass
|
|
|
}
|
|
|
$totalPrice = bcadd($totalPrice, $purchase->remainDebtPrice, 2);
|
|
|
}
|
|
|
- unset($data['purchaseIds']);
|
|
|
$data['prePrice'] = $totalPrice;
|
|
|
$data['actPrice'] = $totalPrice;
|
|
|
$data['realPrice'] = $totalPrice;
|