From a9e24fad39b265bf0e77886dbad534550597d8a9 Mon Sep 17 00:00:00 2001 From: ForeverSmiYng Date: Wed, 11 Dec 2024 17:39:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=80=9A=E8=BF=87=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E5=B1=9E=E6=80=A7=E6=9F=A5=E8=AF=A2=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=BA=93=E7=9A=84js=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- JS通过字段属性中的SQL查询数据库.js | 1 + 1 file changed, 1 insertion(+) diff --git a/JS通过字段属性中的SQL查询数据库.js b/JS通过字段属性中的SQL查询数据库.js index c001f70..ce8d7c4 100644 --- a/JS通过字段属性中的SQL查询数据库.js +++ b/JS通过字段属性中的SQL查询数据库.js @@ -30,5 +30,6 @@ async function selectByFieldPropSyn(SFP_myJSON) { return response; } catch (error) { console.error('Error:', error); + return undefined; } } \ No newline at end of file