lrf402788946 4 năm trước cách đây
mục cha
commit
ce598f18e3
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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' };