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' };