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