guhongwei 3 years ago
parent
commit
df1047cf1f
1 changed files with 1 additions and 1 deletions
  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;