Browse Source

LOG日志

wq 4 years ago
parent
commit
03ae93c7c0
1 changed files with 0 additions and 4 deletions
  1. 0 4
      app/service/urgencyService.js

+ 0 - 4
app/service/urgencyService.js

@@ -96,11 +96,7 @@ class UrgencyService extends Service {
 
   async urgencyFirst(data) {
     const { model } = this.ctx;
-    delete data.page;
-    delete data.rows;
-
     const total = await model.UrgencyModel.find(data).countDocuments();
-
     return {
       count: total
     };