guhongwei 3 年 前
コミット
3c0f20a719
1 ファイル変更1 行追加1 行削除
  1. 1 1
      app/service/patent/patentanalysis.js

+ 1 - 1
app/service/patent/patentanalysis.js

@@ -47,7 +47,7 @@ class PatentanalysisService extends CrudService {
         word = '管理员审核通过';
         break;
       case '-1':
-        word = '管理员审核通过';
+        word = '管理员审核通过';
         break;
       default:
         word = '未知状态';