From 1b4158104e3dd89628b81a1af739535398b5f425 Mon Sep 17 00:00:00 2001 From: lik Date: Tue, 2 Jun 2026 16:09:43 +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 3b5ce35..943de1b 100644 --- a/handler/escort_record.js +++ b/handler/escort_record.js @@ -10,7 +10,7 @@ class HandlerEscortRecord { const { page = 1, pageSize = 20, status, userId, appointmentDate } = ctx.request.query; // status解析成数组 - const statusArray = null; + let statusArray = null; if (status && status.length > 0) { statusArray = status.split(',') }