主表:
,
"tags":
{
"bsonType": "array",
"label": "标签",
"description": "请输入标签",
"foreignKey": "tags._id",
"enum":
{
"collection": "tags",
"field": "text as text, _id as value",
"where": "user_id == null || user_id == $env.uid" // 查询条件
}
}
PenGuin1
比如tags中存的ID比较多,怎么先过滤ID,然后再进行联表查询!急急急
2023-07-18 23:00
1***@qq.com
回复 PenGuin1: 解决了吗
2024-03-04 16:27