lrf402788946 4 years ago
parent
commit
1bd7889896
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/service/leave.js

+ 0 - 1
app/service/leave.js

@@ -26,7 +26,6 @@ class LeaveService extends CrudService {
     const { _id } = sch;
     const user = await this.umodel.findOne({ uid: _id, type: '2' });
     const entity = await this.model.create(newdata);
-    console.log(user);
     if (user) {
       const openid = 'ocPqjswkUejZHq2ANriNrFFC7A3I'; // user.openid
       const date = await this.ctx.service.util.updatedate();