@@ -5417,7 +5417,7 @@ public class ArchivesAutoServiceImpl extends BaseServiceImpl<ArchivesAutoMapper,
fileName.append(result);
}
- auto.setName(fileName.toString());
+ auto.setName(fileName.toString().replace("密级",""));
}catch (Exception e){