From 93277a13929dc38e8aee0524a7b9692fb9681bd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=9D=E5=8D=9C?= Date: Mon, 16 Mar 2026 20:09:28 +0800 Subject: [PATCH] fix(platform-orders): syncable governance links lock sync_status=unsynced --- resources/views/admin/platform_orders/index.blade.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/views/admin/platform_orders/index.blade.php b/resources/views/admin/platform_orders/index.blade.php index ed3d503..895d7e4 100644 --- a/resources/views/admin/platform_orders/index.blade.php +++ b/resources/views/admin/platform_orders/index.blade.php @@ -163,7 +163,7 @@ $leadSyncableUrl = $buildLeadGovernUrl([ 'syncable_only' => '1', - 'sync_status' => null, + 'sync_status' => 'unsynced', 'fail_only' => null, ]); @@ -251,7 +251,7 @@ $subSyncableUrl = $buildSubGovernUrl([ 'syncable_only' => '1', - 'sync_status' => null, + 'sync_status' => 'unsynced', 'fail_only' => null, ]); @@ -329,7 +329,7 @@ 待支付 可BMPA处理 待生效 - 可同步订阅 + 可同步订阅 同步失败 BMPA失败 续费缺订阅 @@ -641,7 +641,7 @@ {{ $reasonText }} ({{ $count }}) - 切到可同步重试 + 切到可同步重试 进入失败集合 @endif