lrf402788946 3 年之前
父节点
当前提交
6977692bb8
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      app/service/patent/patentinfo.js

+ 0 - 3
app/service/patent/patentinfo.js

@@ -447,9 +447,6 @@ class PatentinfoService extends CrudService {
     assert(code, '缺少机构信息!');
     const { empower_sort, ...others } = query;
     const newQuery = await this.toSetQuery(others);
-    console.group('newQuery');
-    console.log(newQuery);
-    console.groupEnd();
     let sort = 'desc';
     if (empower_sort === '0') {
       sort = 'asc';