guhongwei 3 năm trước cách đây
mục cha
commit
df1047cf1f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;