lrf 2 년 전
부모
커밋
219f9541d0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/service/statistics/bill.js

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

@@ -85,7 +85,7 @@ class BillService extends CrudService {
     pipline.push({ $unwind: '$orderDetailInfo' });
     pipline.push({
       $project: {
-        no: '$ordderDetailInfo.no',
+        no: '$orderDetailInfo.no',
         goods: '$goods.goods.name',
         spec: '$goods.name',
         end_time: 1,