From 5f45d93761c380ac84b8aed9b49cf7b4c96a2ac0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=88=90?= Date: Wed, 17 Dec 2025 14:40:19 +0800 Subject: [PATCH] 1 --- api/controller_front/task.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/controller_front/task.js b/api/controller_front/task.js index 24d64bf..c70b73a 100644 --- a/api/controller_front/task.js +++ b/api/controller_front/task.js @@ -64,7 +64,7 @@ module.exports = { * description: 开始时间 */ 'GET /task/current': async (ctx) => { - try { { + try { const { sn_code } = ctx.query || {}; if (!sn_code) {