@@ -142,6 +142,8 @@ export class OrderDetailService extends BaseService<modelType> {
{ status: '-7' },
{ status: '8' },
{ status: '-8' },
+ { status: '9' },
+ { status: '10' },
];
list = await this.model.find(info).skip(skip).limit(limit).lean();
total = await this.model.count(info);