Browse Source

REPORT-138407 fix: 内置服务器增加抽数缓存模块

fbp/master
Anner 1 month ago
parent
commit
ef889b08bf
  1. 3
      designer-realize/src/main/java/com/fanruan/boot/adaptation/DesignServerSupportModule.java

3
designer-realize/src/main/java/com/fanruan/boot/adaptation/DesignServerSupportModule.java

@ -29,6 +29,7 @@ import static com.fanruan.portal.authority.PortalAuthorityItems.MAP_ID;
import static com.fanruan.portal.authority.PortalAuthorityItems.PORTAL_MANAGEMENT_ID;
import static com.fanruan.portal.authority.PortalAuthorityItems.SECURITY_ID;
import static com.fr.decision.authority.base.constant.ReportAuthorityItems.ENTERPRISE_REPORT_BASE_SETTINGS_ID;
import static com.fr.decision.authority.base.constant.ReportAuthorityItems.ENTERPRISE_REPORT_ESD_ID;
import static com.fr.decision.authority.base.constant.ReportAuthorityItems.ENTERPRISE_REPORT_ID;
/**
@ -64,6 +65,8 @@ public class DesignServerSupportModule {
ENTERPRISE_REPORT_ID,
// 报表设置 - 基础设置
ENTERPRISE_REPORT_BASE_SETTINGS_ID,
// 报表设置 - 抽数缓存
ENTERPRISE_REPORT_ESD_ID,
// 安全管理
SECURITY_ID,
// 地图管理

Loading…
Cancel
Save