企业标准导出加入白名单

This commit is contained in:
zhaokaiyao@91isoft.com
2021-10-18 17:21:22 +08:00
parent 60fd2eb999
commit a125490d19
@@ -62,6 +62,9 @@ public class WebMvcConfig implements WebMvcConfigurer {
addInterceptor.excludePathPatterns("/api/att/attFile/downloadFileForSar");
//水印下载
addInterceptor.excludePathPatterns("/api/att/attFile/downloadFileForSarWaterMark");
//企业标准导出
addInterceptor.excludePathPatterns("/api/lawss/sarBussionessStand/exportSarBussionessStand");
// //测试接口使用
// addInterceptor.excludePathPatterns("/api/**");