guhongwei %!s(int64=3) %!d(string=hai) anos
pai
achega
df1047cf1f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;