guhongwei 4 년 전
부모
커밋
8e51186757
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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)