asd123a20 3 years ago
parent
commit
97706f9729
1 changed files with 0 additions and 1 deletions
  1. 0 1
      service-vip/app/schedule/inspect.js

+ 0 - 1
service-vip/app/schedule/inspect.js

@@ -10,7 +10,6 @@ module.exports = {
     for (let i = 0; i < res.length; i++) {
       const time = moment().valueOf();
       if (res[i].endTime <= time) {
-        console.log(res);
         await ctx.model.Vip.updateOne({ _id: res[i]._id }, { endTime: 0, status: '1' });
       }
     }