zs 1 year ago
parent
commit
41b9f99fda
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/service/patent.service.ts

+ 3 - 1
src/service/patent.service.ts

@@ -238,7 +238,9 @@ export class PatentService extends BaseService<modelType> {
   }
   // 导出
   async export(query) {
-    if (this.redisService.get('file')) await this.redisService.del('file');
+    this.redisService.del('uri');
+    this.redisService.del('remark');
+    this.redisService.del('progress');
     const termList: any = await this.adminAxios.get(
       'dictData?type=patent_term'
     );