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