lrf 2 years ago
parent
commit
ac2075aa30
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/service/trade/orderDetail.js

+ 1 - 0
app/service/trade/orderDetail.js

@@ -209,6 +209,7 @@ class OrderDetailService extends CrudService {
           _id: '$customerInfo._id',
           _id: '$customerInfo._id',
           name: '$customerInfo.name',
           name: '$customerInfo.name',
         },
         },
+        total_detail: 1,
       },
       },
     };
     };
     pipline.push(lastProject);
     pipline.push(lastProject);