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