lrf402788946 hace 4 años
padre
commit
e04827df36
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/service/statistics/index.js

+ 1 - 1
app/service/statistics/index.js

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