lrf402788946 4 년 전
부모
커밋
ce598f18e3
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      app/service/dock/index.js

+ 0 - 1
app/service/dock/index.js

@@ -77,7 +77,6 @@ class IndexService extends CrudService {
   }
 
   async dockProduct({ dock_id, type, field, skip = 0, limit = 10 } = {}) {
-    console.log(skip, limit);
     assert(dock_id, '缺少展会信息');
     assert(type, '要查询的类型');
     const query = { dockStatus: '1' };