From 74e256ddcc907ed331e812058a9d2ca9d334a3bc Mon Sep 17 00:00:00 2001 From: lik Date: Tue, 2 Jun 2026 16:09:00 +0800 Subject: [PATCH] tmp --- handler/escort_record.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handler/escort_record.js b/handler/escort_record.js index 73fd32d..3b5ce35 100644 --- a/handler/escort_record.js +++ b/handler/escort_record.js @@ -11,7 +11,7 @@ class HandlerEscortRecord { // status解析成数组 const statusArray = null; - if (!status || status.length > 0) { + if (status && status.length > 0) { statusArray = status.split(',') }