爱豆988
爱豆988
  • 发布:2024-10-07 13:55
  • 更新:2024-10-10 00:02
  • 阅读:95

请教role user_id 如何联表查询角色有哪些用户?

分类:uni-app

请教role user_id 如何联表查询角色有哪些用户

    const res3 = await db.collection('b_station').aggregate().match({  
      eid: "64ecd37099c624654384****"  
    }).lookup({  
      from: 'b_enterprise',  
      let: {  
        station_id: '$_id',  
      },  
      pipeline: $.pipeline()  
        .match(dbCmd.expr($.eq(['$station_id', '$$station_id'])))  
        .done(),  
      as: 'children'  
    }).end()  
    console.log('res3: ', res3); 

这么查似乎不行  

b_enterprise.station_id 是一个数组

2024-10-07 13:55 负责人:无 分享
已邀请:
爱豆988

爱豆988 (作者) - 解释

顶帖顶帖顶帖顶帖顶帖顶帖顶帖顶帖顶帖

要回复问题请先登录注册