修改通过字段属性查询数据库的js代码

This commit is contained in:
ForeverSmiYng 2024-12-11 17:39:40 +08:00
parent 13163c717c
commit a9e24fad39

View File

@ -30,5 +30,6 @@ async function selectByFieldPropSyn(SFP_myJSON) {
return response;
} catch (error) {
console.error('Error:', error);
return undefined;
}
}