mirror of
https://github.com/jeecgboot/JimuReport.git
synced 2025-10-14 22:51:50 +00:00
[issues/3750】图形报表日期区间查询异常 #3750-----
This commit is contained in:
@@ -47,7 +47,9 @@ public class SpringSecurityConfig {
|
||||
"/jmreport/test/getUserMsg",
|
||||
"/jmreport/test/getOrder",
|
||||
"/jimureport/test/**",
|
||||
"/jmreport/auto/export/download/**").permitAll()
|
||||
"/jmreport/auto/export/download/**",
|
||||
"/jmreport/qurestSql",
|
||||
"/jmreport/qurestApi").permitAll()
|
||||
// 分享页面
|
||||
.antMatchers("/jmreport/shareView/**",
|
||||
"/jmreport/exportPdfStream",
|
||||
|
Reference in New Issue
Block a user