BPM:【移除】Ureport 的实现,因为和 Spring Boot 兼容性较差

This commit is contained in:
YunaiV
2024-03-30 20:44:45 +08:00
parent c9b3cf9ed4
commit dcf6cc293e
26 changed files with 516 additions and 1103 deletions

View File

@ -194,7 +194,6 @@ yudao:
- /admin-api/system/sms/callback/* # 短信回调接口,无法带上租户编号
- /admin-api/pay/notify/** # 支付回调通知,不携带租户编号
- /jmreport/* # 积木报表,无法携带租户编号
- /ureport/* # UReport 报表,无法携带租户编号
- /admin-api/mp/open/** # 微信公众号开放平台,微信回调接口,无法携带租户编号
ignore-tables:
- system_tenant
@ -233,7 +232,6 @@ yudao:
- jimu_report_link
- jimu_report_map
- jimu_report_share
- report_ureport_data
- rep_demo_dxtj
- rep_demo_employee
- rep_demo_gongsi
@ -266,10 +264,4 @@ debug: false
# 积木报表配置
jeecg:
jmreport:
saas-mode: tenant
# UReport 配置
ureport:
provider:
database:
disabled: false
saas-mode: tenant