问题描述
- mongodb,mongoose关联查询问题?
-
我有如下两个Collection:
(http://img.ask.csdn.net/upload/201603/05/1457164080_172361.png)(http://img.ask.csdn.net/upload/201603/05/1457164068_647425.png)
定义schema如下:
(http://img.ask.csdn.net/upload/201603/05/1457164123_702741.png)
(http://img.ask.csdn.net/upload/201603/05/1457164133_115880.png)我想在查询表一的时候把第二个表的DEPART_NAME查询出来,他俩的关联字段是DEPART_ID
请问我上边的定义Schema有什么问题吗?
解决方案
http://cnodejs.org/topic/508834ee65e98a980983b3d2
时间: 2024-10-15 10:10:25