前端使用in查询出错
selectId 为字符串数组['1','2','3']
isok = await db.where(user_id == $cloudEnv_uid && _id in ${selectId}
).update({is_select:true})
isok = await db.where(user_id == $cloudEnv_uid && _id in “${selectId}”
).update({is_select:true})
以上都报 Identifier directly after number (1:40) 错误
在云端中的 JQL查询.jql 中测试上面的写法是可以的,不知是什么原因,请教各位大佬。
V***@163.com
哈哈哈 感谢
2023-12-19 21:41
梅雨东风
感谢大佬和楼主
2024-05-26 22:09