From 975f2bae0a3af372c0701761f6299ea43c9d33aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=9D=E5=8D=9C?= Date: Fri, 13 Mar 2026 16:04:52 +0000 Subject: [PATCH] =?UTF-8?q?=E5=B9=B3=E5=8F=B0=E8=AE=A2=E5=8D=95=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=E5=AE=B9=E5=B7=AE=E4=B8=8E?= =?UTF-8?q?=E5=8F=A3=E5=BE=84=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/admin/platform_orders/index.blade.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/views/admin/platform_orders/index.blade.php b/resources/views/admin/platform_orders/index.blade.php index 3fe6668..7af07da 100644 --- a/resources/views/admin/platform_orders/index.blade.php +++ b/resources/views/admin/platform_orders/index.blade.php @@ -274,7 +274,9 @@
{{ $summaryStats['refund_inconsistent_orders'] ?? 0 }}
-
口径:状态=refunded 但退款总额不足;或状态!=refunded 但退款总额已达/超已付
+ @php $refundTol = (float) config('saasshop.amounts.tolerance', 0.01); @endphp +
口径:状态=refunded 但退款总额 + 容差 < 已付;或状态!=refunded 且退款总额 >= 已付 + 容差
+
当前容差:¥{{ number_format($refundTol, 2) }}

同步失败原因 TOP5