|
|
@@ -185,7 +185,7 @@ class OrderController extends BaseController
|
|
|
if ($debtPrice > $remainDebtPrice) {
|
|
|
$hasPayDebt = bcsub($debtPrice, $remainDebtPrice, 2);
|
|
|
}
|
|
|
- $list[$key]['hasPayAmount'] = $hasPayDebt;
|
|
|
+ $list[$key]['hasPayAmount'] = floatval($hasPayDebt);
|
|
|
}
|
|
|
}
|
|
|
$result = ['customInfo' => $info, 'list' => $list];
|