guhongwei %!s(int64=4) %!d(string=hai) anos
pai
achega
8e51186757
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      app/service/user.js

+ 0 - 1
app/service/user.js

@@ -130,7 +130,6 @@ class UserService extends CrudService {
   async businessuser({ pid, skip, limit }) {
     const query = { };
     pid ? (query.pid = pid) : '';
-    console.log(query);
     const total = await this.model.count(query);
     const data = await this.model
       .find(query)