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