|
|
@@ -56,7 +56,7 @@ class ExpendController extends BaseController
|
|
|
$totalExpend = bcadd($totalExpend, $currentAmount, 2);
|
|
|
}
|
|
|
}
|
|
|
- util::success(['list' => $arr, 'totalExpend' => $totalExpend]);
|
|
|
+ util::success(['list' => $arr, 'totalExpend' => $totalExpend]);
|
|
|
}
|
|
|
|
|
|
//报销金额 ssh 20240308
|