Charlee
Results
3
issues of
Charlee
左边菜单跳转,页面显示异常
The query : db.getCollection('homework').find({},{"field1.field2":1}) work well in robomongo. When I use spring @query like this: @Query(value = "{}", fields="{ ?0 : 1}") public List findByDoRecordKey(String key); // key is "field1.field2"...