lrf %!s(int64=2) %!d(string=hai) anos
pai
achega
219f9541d0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,