@@ -107,7 +107,7 @@ class ClearController extends BaseController
$list = ClearService::getClearList($where);
$totalAmount = ClearClass::sum(['ghsShopId' => $this->shopId, 'status' => 2, 'customId' => $customId], 'realPrice');
- $list['totalAmount'] = $totalAmount;
+ $list['totalAmount'] = floatval($totalAmount);
util::success($list);
}