@@ -142,7 +142,7 @@ class IndexService extends CrudService {
name: '专家注册数量',
value: exports,
});
- const products = await this.productModel.count({ status: '1' });
+ const products = await this.productModel.count({ status: '2' });
arr.push({
name: '产品发布数量',
value: products,