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

+ 1 - 1
app/service/patent/patentinfo.js

@@ -54,7 +54,7 @@ class PatentinfoService extends CrudService {
     const { type } = newquery;
     if (type === 'else') {
       newquery.$and = [
-        { type: { $ne: '发明' } },
+        { type: { $ne: '发明申请' } },
         { type: { $ne: '实用新型' } },
       ];
       delete newquery.type;