Browse Source

触发更新

ruifeng_liu 3 years ago
parent
commit
f19ad11e37
1 changed files with 2 additions and 1 deletions
  1. 2 1
      app/service/statistics/index.js

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

@@ -405,7 +405,8 @@ class IndexService extends CrudService {
     const trans2 = await patentTrans.count({ type: '合作', user_id: id });
     const trans2 = await patentTrans.count({ type: '合作', user_id: id });
     const trans3 = await patentTrans.count({ type: '招商', user_id: id });
     const trans3 = await patentTrans.count({ type: '招商', user_id: id });
     return {
     return {
-      message: { unread }, apply: { apply, analysis, access }, patent: { information, early }, transaction: { trans1, trans2, trans3 } };
+      message: { unread }, apply: { apply, analysis, access }, patent: { information, early }, transaction: { trans1, trans2, trans3 },
+    };
   }
   }
 
 
 }
 }