@@ -264,7 +264,6 @@ class IndexService extends CrudService {
.aggregate()
.match({
dock_id: ObjectId(dock_id),
- 'goodsList.type': '1',
'goodsList.status': '1',
})
.unwind('$goodsList')