Platform orders: batch sync respects lead_id filter

This commit is contained in:
萝卜
2026-03-14 05:33:42 +00:00
parent f28025dd73
commit 893b4c85ce
3 changed files with 122 additions and 0 deletions

View File

@@ -1219,6 +1219,7 @@ class PlatformOrderController extends Controller
'synced_only' => (string) $request->input('synced_only', ''),
'sync_status' => trim((string) $request->input('sync_status', '')),
'keyword' => trim((string) $request->input('keyword', '')),
'lead_id' => trim((string) $request->input('lead_id', '')),
'sync_error_keyword' => trim((string) $request->input('sync_error_keyword', '')),
'bmpa_error_keyword' => trim((string) $request->input('bmpa_error_keyword', '')),
'syncable_only' => (string) $request->input('syncable_only', ''),