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;