lrf402788946 %!s(int64=4) %!d(string=hai) anos
pai
achega
30267a4ccf
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      app/service/statistics/index.js

+ 3 - 1
app/service/statistics/index.js

@@ -233,7 +233,9 @@ class IndexService extends CrudService {
     // 同时在线人数(伪)
     const tszx = await this.redis.get('login_number');
     // 特邀嘉宾
-    const tyjb = await this.personalModel.count({ is_expert: true });
+    // const tyjb = await this.personalModel.count({ is_expert: true });
+    const tyjb = 81;
+    console.log(tyjb);
     // 洽谈合作 达成意向 交易完成
     const trans = await this.tranModel.aggregate([
       { $match: { status: { $in: [ '0', '1', '3' ] } } },