ci:将公开(内部公开)改为 内部公开

This commit is contained in:
2023-05-19 09:37:01 +08:00
parent e80224bbae
commit 78de6ed199
2 changed files with 4 additions and 4 deletions
@@ -14,7 +14,7 @@ import java.util.List;
/**
* 定时任务,扫描全部报告的 保密到期日期。
* 当日日期 = 保密到期日期,则报告涉密等级自动改为 “公开(内部公开
* 当日日期 = 保密到期日期,则报告涉密等级自动改为 “内部公开”
* @Author bpx
* @Date2022/4/8;
*/
@@ -37,7 +37,7 @@ public class secrecyDDLTimer {
List<ReportEntity> entity = reportDao.selectDDL();
if (CollectionUtils.isNotEmpty(entity)){
entity.forEach(e -> {
e.setConfidentialLevel("公开(内部公开");
e.setConfidentialLevel("内部公开");
});
iReportService.updateBatchById(entity);
}
@@ -14,9 +14,9 @@ public class ReportConstants {
public static final String FILE_EXTENSIONS_PDF = "pdf";
/**
* 公开内部公开
* 内部公开内部公开
*/
public static final String PUBLIC_REPORT = "公开(内部公开";
public static final String PUBLIC_REPORT = "内部公开";
/**
* 不涉及用户隐私