lrf před 2 roky
rodič
revize
219f9541d0
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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,