From ab856f234624129df25263e70ed236e3fb9a2c21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=9D=E5=8D=9C?= Date: Fri, 13 Mar 2026 16:22:43 +0000 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E9=98=85=E8=AF=A6=E6=83=85=EF=BC=9A?= =?UTF-8?q?=E9=80=80=E6=AC=BE=E4=B8=8D=E4=B8=80=E8=87=B4=E5=8D=A1=E7=89=87?= =?UTF-8?q?=E5=B1=95=E7=A4=BA=E5=BD=93=E5=89=8D=E9=87=91=E9=A2=9D=E5=AE=B9?= =?UTF-8?q?=E5=B7=AE=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/admin/site_subscriptions/show.blade.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/views/admin/site_subscriptions/show.blade.php b/resources/views/admin/site_subscriptions/show.blade.php index c9059ac..7c6d0aa 100644 --- a/resources/views/admin/site_subscriptions/show.blade.php +++ b/resources/views/admin/site_subscriptions/show.blade.php @@ -203,6 +203,8 @@ 退款不一致订单: {{ $summaryStats['refund_inconsistent_orders'] ?? 0 }} + @php $refundTol = (float) config('saasshop.amounts.tolerance', 0.01); @endphp +
当前容差:¥{{ number_format($refundTol, 2) }}
@if(((int) ($summaryStats['refund_inconsistent_orders'] ?? 0)) > 0)
提示:存在退款状态与退款总额不一致订单。