例如有这两个表
我想在前端拿到(A一)(B三)(C二)(D三)
该怎么弄?用lookup吗?
1、如果非要联表,只能lookup,还只能在云函数端;
2、建议改表结构:{_id,name,type:{id,type,name…}}