lrf402788946 4 년 전
부모
커밋
adf79f4e7c
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      app/service/statistics/index.js

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

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