|
@@ -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,
|