bug: 开放内外部会议,政策课题,政策资料导入接口

This commit is contained in:
wxyclub
2023-11-22 17:40:38 +08:00
parent 9c1e8b45fd
commit ab0b8e7890
@@ -205,12 +205,18 @@ public class WebMvcConfig implements WebMvcConfigurer {
// 内外部会议模板下载
addInterceptor.excludePathPatterns("/api/lawss/insideOutsideMeeting/exportTemplateFile");
// 内外部会议导入
addInterceptor.excludePathPatterns("/api/lawss/insideOutsideMeeting/importMeetingInfo");
// 政策课题模板下载
addInterceptor.excludePathPatterns("/api/lawss/sarLawsTopic/exportTemplateFile");
// 政策课题导入
addInterceptor.excludePathPatterns("/api/lawss/sarLawsTopic/importLawsTopicInfo");
// 政策资料模板下载
addInterceptor.excludePathPatterns("/api/lawss/sarLawsInformation/exportTemplateFile");
// 政策法规资料导入
addInterceptor.excludePathPatterns("/api/lawss/sarLawsInformation/importLawsInformationInfo");
// 标准体系列表导出
addInterceptor.excludePathPatterns("/api/lawss/sarMenuStandardLimit/standardSystemListExport");