lrf402788946 4 vuotta sitten
vanhempi
commit
ce598f18e3
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  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 } = {}) {
   async dockProduct({ dock_id, type, field, skip = 0, limit = 10 } = {}) {
-    console.log(skip, limit);
     assert(dock_id, '缺少展会信息');
     assert(dock_id, '缺少展会信息');
     assert(type, '要查询的类型');
     assert(type, '要查询的类型');
     const query = { dockStatus: '1' };
     const query = { dockStatus: '1' };