lrf 2 năm trước cách đây
mục cha
commit
219f9541d0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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,