lrf402788946 3 년 전
부모
커밋
fe4f617fda
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      app/service/patent/patentinfo.js

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

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